Add node mode with SSH auto-install and Remnawave-style manual deploy.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
+1
-1
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user