started Kick support
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user