Commit Graph

189 Commits (a917cbf01041f28236e9f1a49e1fb367832cfea6)

Author SHA1 Message Date
JP Hastings-Spital a917cbf010 Automated docker build for nomadnet daemon
Uses a Github Action (`.github/workflows/publish-container.yml`) to create a
docker container image (from `Dockerfile`) that represents an extremely minimal
python installation with a virtualenv holding all requirements necessary to
execute `nomadnet`.

New docker images are created on pushes to `master` or pushes to tags
matching `*.*.*` (ie. version tags) and are retrievable with those tags.

Examples:

```sh
$ docker pull ghcr.io/markqvist/nomadnet:master

# Print docker labels, to demonstrate the image has been retrieved
$ docker inspect -f '{{json .Config.Labels}}' ghcr.io/markqvist/nomadnet:master | jq
{
  "org.opencontainers.image.created": "2022-04-27T06:01:55.894Z",
  "org.opencontainers.image.description": "Communicate Freely",
  "org.opencontainers.image.licenses": "GPL-3.0",
  "org.opencontainers.image.revision": "59cffc4a9de0f276d2cc87537ff1316aed5f16dd",
  "org.opencontainers.image.source": "https://github.com/markqvist/NomadNet",
  "org.opencontainers.image.title": "NomadNet",
  "org.opencontainers.image.url": "https://github.com/markqvist/NomadNet",
  "org.opencontainers.image.version": "master"
}

# Run nomadnet interactively without installing it (with default config)
$ docker run -it ghcr.io/markqvist/nomadnet:master

# Run nomadnet as a daemon, using config stored on the host machine in specific directories
$ docker run -d -v /local/path/nomadnetconfig/:/root/.nomadnetwork/ -v /local/path/reticulumconfig/:/root/.reticulum/:rw ghcr.io/markqvist/nomadnet:master
```

# Please enter the commit message for your changes. Lines starting
# with '#' will be kept; you may remove them yourself if you want to.
# An empty message aborts the commit.
#
# Date:      Tue Apr 26 23:50:22 2022 +0100
#
# On branch dockerfile
# Changes to be committed:
#	new file:   .dockerignore
#	new file:   .github/workflows/publish-container.yml
#	new file:   Dockerfile
#	modified:   README.md
#

# Please enter the commit message for your changes. Lines starting
# with '#' will be kept; you may remove them yourself if you want to.
# An empty message aborts the commit.
#
# Date:      Tue Apr 26 23:50:22 2022 +0100
#
# On branch dockerfile
# Changes to be committed:
#	new file:   .dockerignore
#	new file:   .github/workflows/publish-container.yml
#	new file:   Dockerfile
#	modified:   README.md
#

# Please enter the commit message for your changes. Lines starting
# with '#' will be kept; you may remove them yourself if you want to.
# An empty message aborts the commit.
#
# Date:      Tue Apr 26 23:50:22 2022 +0100
#
# On branch dockerfile
# Changes to be committed:
#	new file:   .dockerignore
#	new file:   .github/workflows/publish-container.yml
#	new file:   Dockerfile
#	modified:   README.md
#
2022-04-27 21:42:59 +01:00
Mark Qvist 34b377bafe Fixed typo 2022-04-20 21:17:52 +02:00
markqvist 6d7e8c413e
Update README.md 2022-04-08 11:20:29 +02:00
Mark Qvist f7b6bd8d71 Added configuration section to guide 2022-04-08 10:29:52 +02:00
Mark Qvist 4ff99688de Added hops display to node info. Fixed node info display for unknown ops and addresses. 2022-04-06 21:41:58 +02:00
Mark Qvist 8b84864847 Added user authentication info to guide 2022-04-06 21:02:28 +02:00
Mark Qvist 3eaeb42bf6 Added page authentication 2022-04-06 20:34:49 +02:00
Mark Qvist 886c23c21f Fixed file downloading from cached pages 2022-04-06 18:06:51 +02:00
Mark Qvist 47b65bc5d1 Updated guide 2022-04-06 17:43:50 +02:00
Mark Qvist 880f00af51 Implemented automatic LXMF sync 2022-04-06 17:38:07 +02:00
Mark Qvist bc9fe84447 Updated readme 2022-04-01 17:42:31 +02:00
Mark Qvist 7f82017a23 Updated readme 2022-04-01 17:41:29 +02:00
Mark Qvist adca0ad1b7 Updated readme 2022-04-01 17:39:56 +02:00
Mark Qvist 1dffea0ac7 Updated readme 2022-04-01 17:33:41 +02:00
markqvist 598e826d85
Update README.md 2022-03-28 22:56:20 +02:00
Mark Qvist 3f7631aab7 Updated version 2022-03-28 15:33:09 +02:00
Mark Qvist 8efa406003 Updated dependency versions 2022-03-28 15:32:49 +02:00
Mark Qvist f7234eb13c Updated version 2022-02-26 20:07:03 +01:00
Mark Qvist 2563daae93 Updated dependency versions 2022-02-26 19:58:17 +01:00
Mark Qvist 722382643a Improved Text UI themes 2022-02-26 18:40:04 +01:00
Mark Qvist 6cfcec690e Updated guide 2022-02-26 18:39:21 +01:00
Mark Qvist 006a6cb9e0 Merge branch 'master' of github.com:markqvist/NomadNet 2022-02-26 17:10:49 +01:00
Mark Qvist 1cfa744fee Added color-mapper for all terminal color modes 2022-02-26 17:10:38 +01:00
markqvist cfb4cec041
Update README.md 2022-02-01 23:01:22 +01:00
Mark Qvist 58c118c7ef Updated readme 2021-12-11 20:52:32 +01:00
Mark Qvist d1633e0771 Updated readme 2021-12-11 20:48:41 +01:00
Mark Qvist b86c811bde Added delay to auto announces on start 2021-12-11 19:20:34 +01:00
Mark Qvist 9824a8f7ea Dependency updates 2021-12-10 20:07:47 +01:00
Mark Qvist b2d54cf40a Added makefile 2021-12-01 20:14:51 +01:00
Mark Qvist 1c1ddab28f Urwid bug mitigation 2021-11-05 10:59:51 +01:00
Mark Qvist fe0a3b6a3e Improved LXMF Peer display 2021-11-04 22:28:35 +01:00
Mark Qvist f5b356d8b8 Updated guide 2021-11-04 22:27:59 +01:00
Mark Qvist 686ca41b4e UI improvement in small terminals. Urwid bug mitigation. 2021-11-04 21:51:11 +01:00
Mark Qvist 8ff629a3e2 Include local six 2021-10-17 19:07:12 +02:00
Mark Qvist 6c16e810e5 Updated dependencies 2021-10-15 19:47:16 +02:00
Mark Qvist 6d4ac49264 Updated version 2021-10-15 19:43:19 +02:00
Mark Qvist 939bc37f86 Mitigate KeyError in urwid 2021-10-15 13:13:48 +02:00
Mark Qvist 14eb35f7de Fixed sync progress bar display 2021-10-12 21:12:32 +02:00
Mark Qvist 19fb70fb3f Fixed sync progress bar display 2021-10-12 21:08:31 +02:00
Mark Qvist 9f9f10d54e Updated shortcuts bar 2021-10-12 20:46:05 +02:00
Mark Qvist 863a6cd2cd
Update README.md 2021-10-11 15:25:29 +02:00
Mark Qvist 2ec95df3ec Fixed announce interval interpreted as seconds instead of minutes. 2021-10-10 13:50:57 +02:00
Mark Qvist 313cc108de Added selection check 2021-10-10 00:09:43 +02:00
Mark Qvist 33ccab0907 Added LXMF peers section to network view 2021-10-10 00:04:10 +02:00
Mark Qvist 71125252ee Updated versions 2021-10-09 23:25:10 +02:00
Mark Qvist 2ec674fbf3 Fixed node announce interval 2021-10-09 13:41:48 +02:00
Mark Qvist 5f651f8786 Updated guide 2021-10-08 21:33:31 +02:00
Mark Qvist 694dd0c547 Updated readme 2021-10-08 18:41:20 +02:00
Mark Qvist 0b3abaa450 Updated text UI glyphs 2021-10-08 17:35:34 +02:00
Mark Qvist ed7b5de51c Added conversation sort option 2021-10-08 14:46:20 +02:00