Add node mode with SSH auto-install and Remnawave-style manual deploy.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
orohi
2026-07-29 04:03:33 +03:00
co-authored by Cursor
parent 93bbbf8ce8
commit 7b77d84f68
20 changed files with 1470 additions and 8 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ func main() {
}
authMgr := auth.New(cfg.Secret)
srv, err := handlers.New(database, authMgr, "web/templates")
srv, err := handlers.New(database, authMgr, cfg.Secret, "web/templates")
if err != nil {
log.Fatalf("handlers: %v", err)
}