diff --git a/README.md b/README.md index e48aef15..43be64d5 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,16 @@ nix develop -c /etc/nixos/git/docs/setup.sh ![Gruv'd Hyprland](./docs/screenshot.png "Hyprland with a Gruvboxy theme") --- +# framework-server ToDo List +* [ ] minio is broken +* [ ] No updates on Lemmy +* [ ] cannot send email on port 25 - [Link](https://docker-mailserver.github.io/docker-mailserver/latest/config/security/understanding-the-ports/) +* [ ] traccar not seeing phone +* [ ] duplicati needs database repairs +* [ ] osaka-vultr-01 unable to connect to Headscale +* [ ] Matrix is unable to send/receive pictures +* [ ] + # To Do List * [ ] Try Attic - A self-hosted Nix Binary Cache server - [Link](https://discourse.nixos.org/t/introducing-attic-a-self-hostable-nix-binary-cache-server/24343) * [ ] Try [compose2nix](https://github.com/aksiksi/compose2nix) - Docker Compose to Nix converter diff --git a/nixos/hosts/osaka-vultr-01/firewall.nix b/nixos/hosts/osaka-vultr-01/firewall.nix index 1cd86673..67f09f10 100644 --- a/nixos/hosts/osaka-vultr-01/firewall.nix +++ b/nixos/hosts/osaka-vultr-01/firewall.nix @@ -90,7 +90,7 @@ # PORT 10000 iptables -t nat -A PREROUTING -p udp --dport 10000 -j DNAT --to-destination 10.100.0.2 iptables -t nat -A POSTROUTING -p udp --dport 10000 -j MASQUERADE - + # PORT 3478 iptables -t nat -A PREROUTING -p udp --dport 3478 -j DNAT --to-destination 10.100.0.2 iptables -t nat -A POSTROUTING -p udp --dport 3478 -j MASQUERADE