fix(networking): restore Gitea HTTP port in allowedTCPPorts
treefmt / nix fmt (pull_request) Successful in 6s
pytest / pytest (pull_request) Successful in 29s
test ebook search / test-ebook-search (pull_request) Successful in 33s
build_systems / build-brain (pull_request) Successful in 48s
build_systems / build-bob (pull_request) Successful in 51s
build_systems / build-rhapsody-in-green (pull_request) Successful in 1m0s
build_systems / build-jeeves (pull_request) Successful in 2m16s

This commit is contained in:
2026-08-26 08:37:22 -04:00
parent e0c14973b0
commit b406b92622
+2 -2
View File
@@ -19,7 +19,6 @@
};
interfaces.tailscale0.allowedTCPPorts = [
5000 # Nix binary cache
6443 # Gitea HTTP
8000 # Audiobookshelf
8001 # Norn Sight
8002 # Gems
@@ -27,7 +26,8 @@
8096 # Jellyfin HTTP
];
allowedTCPPorts = [
8070
6443 # Gitea HTTP
8070 # ebook searcher
];
};
useNetworkd = true;