started Kick support

This commit is contained in:
Luxferre
2024-09-15 14:40:39 +03:00
parent a471474d62
commit 430d67913b
13 changed files with 305 additions and 24 deletions
+4
View File
@@ -168,6 +168,10 @@ func main() {
go owncast_run(config) /* start the Owncast backend */
}
if _, ok := config["kk_backend_enabled"]; ok && config["kk_backend_enabled"].(bool) == true {
go kick_run(config) /* start the Kick backend */
}
/* start the GUI */
debug := false
if _, ok := config["debug"]; ok && config["debug"].(bool) == true {