initial retooling #1

Merged
naturallaw777 merged 1130 commits from staging-dev into stable 2026-05-21 08:10:11 -05:00
Showing only changes of commit ea28f9b303 - Show all commits
+2 -2
View File
@@ -95,7 +95,7 @@ import uvicorn
uvicorn.run(
"sovran_systemsos_web.server:app",
host="0.0.0.0",
port=8080,
port=8937,
log_level="info",
)
LAUNCHER
@@ -130,6 +130,6 @@ in
};
# ── Open firewall port ─────────────────────────────────────
networking.firewall.allowedTCPPorts = [ 8080 ];
networking.firewall.allowedTCPPorts = [ 8937 ];
};
}