Finalized ssh tunnels, updatetd database schemas, started on config editor.

This commit is contained in:
LukeGus
2025-07-23 00:36:22 -05:00
parent 547701378f
commit 608111c37b
26 changed files with 5043 additions and 200 deletions

View File

@@ -1082,7 +1082,7 @@ app.delete('/tunnel/:name', (req, res) => {
});
// Start the server
const PORT = process.env.SSH_TUNNEL_PORT || 8083;
const PORT = 8083;
app.listen(PORT, () => {
// Initialize auto-start tunnels after a short delay
setTimeout(() => {