Feature/building portal vm on vultr #59

Merged
Richie merged 16 commits from feature/building-portal-VM-on-vultr into main 2026-08-26 12:45:07 -04:00
Showing only changes of commit b406b92622 - Show all commits
+2 -2
View File
@@ -19,7 +19,6 @@
}; };
interfaces.tailscale0.allowedTCPPorts = [ interfaces.tailscale0.allowedTCPPorts = [
5000 # Nix binary cache 5000 # Nix binary cache
6443 # Gitea HTTP
8000 # Audiobookshelf 8000 # Audiobookshelf
8001 # Norn Sight 8001 # Norn Sight
8002 # Gems 8002 # Gems
@@ -27,7 +26,8 @@
8096 # Jellyfin HTTP 8096 # Jellyfin HTTP
]; ];
allowedTCPPorts = [ allowedTCPPorts = [
8070 6443 # Gitea HTTP
8070 # ebook searcher
]; ];
}; };
useNetworkd = true; useNetworkd = true;