From a52962b08d21a4c0b1f4f07dcb55146f2078a5d8 Mon Sep 17 00:00:00 2001 From: UGA Innovation Factory Date: Fri, 19 Dec 2025 09:41:30 -0500 Subject: [PATCH] add ports allowed past firewall --- default.nix | 15 +++++---------- usda-vision | 2 +- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/default.nix b/default.nix index 26912aa..61efe38 100644 --- a/default.nix +++ b/default.nix @@ -256,16 +256,6 @@ in # Enable NFS client support services.rpcbind.enable = true; - # Clean up old automount unit during activation - system.activationScripts.cleanupOldNfsAutomount = '' - if systemctl is-active mnt-nfs_share.automount &>/dev/null; then - systemctl stop mnt-nfs_share.automount || true - fi - if systemctl is-active mnt-nfs_share.mount &>/dev/null; then - systemctl stop mnt-nfs_share.mount || true - fi - ''; - # NFS mount for shared storage fileSystems."/mnt/nfs_share" = { device = "192.168.1.249:/mnt/nfs_share"; @@ -365,6 +355,10 @@ in 80 # HTTP 443 # HTTPS 3000 # Main web app (if exposed directly) + 3001 # Vision video remote web app + 3002 # Vision system remote web app + 3003 # Scheduling remote web app + 4000 # Analytics service web app # Supabase services 54321 # Supabase Kong (API Gateway) @@ -375,6 +369,7 @@ in # USDA Vision services 8000 # Camera Management API + 8025 # Mailpit (email testing) 8090 # Media API 8189 # MediaMTX API 8554 # RTSP (MediaMTX) diff --git a/usda-vision b/usda-vision index a52f3fb..11e65e4 160000 --- a/usda-vision +++ b/usda-vision @@ -1 +1 @@ -Subproject commit a52f3fbf2465bae77b0ef53aa978ed32e1715140 +Subproject commit 11e65e46949bfa37897fc4fea87342838f65d26b