diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..410d2f1 --- /dev/null +++ b/TODO.md @@ -0,0 +1,16 @@ +Hemma: +- [x] uptime kuma +- [x] signal-cli +- [ ] Syncthing +- [ ] Paperless +- [ ] Firefox-syncserver +- [ ] Alloy +- [ ] Calibre-web + calibre-server +- [ ] Restic +- [ ] Glance +- [ ] AdGuardHome +- [ ] Actual + +Jobb: +- [ ] Roundcube +- [ ] Plantuml-server diff --git a/moduler/signal.nix b/moduler/signal.nix index 67ca8df..d423ab0 100644 --- a/moduler/signal.nix +++ b/moduler/signal.nix @@ -7,6 +7,9 @@ let in { + networking.firewall.allowedTCPPorts = [ 8081 ]; + + # See this for docs on endpoints and more https://github.com/bbernhard/signal-cli-rest-api virtualisation.oci-containers = { backend = "podman"; containers = { @@ -15,9 +18,10 @@ in volumes = [ "/var/signal:/home/.local/share/signal-cli" ]; - ports = [ "127.0.0.1:8000:8080" ]; + ports = [ "192.168.1.227:8081:8080" ]; environment = { MODE = "native"; + PORT = "8080"; } ; }; diff --git a/moduler/system.nix b/moduler/system.nix index ff854ea..8a120d0 100644 --- a/moduler/system.nix +++ b/moduler/system.nix @@ -55,7 +55,6 @@ grc pkg-config vim - bat fd bluez bluez-tools