docker. basic auth.

This commit is contained in:
mcinj 2022-05-14 00:47:15 -04:00
parent 6a1c7a36d8
commit 54054b4f6d
6 changed files with 58 additions and 11 deletions

View file

@ -31,4 +31,20 @@ pushover.enabled = false
# your specific pushover token
pushover.token =
# your specific pushover user key
pushover.user_key =
pushover.user_key =
[WEB]
# should we enable the webserver which is just a simple, simple, simple webui to view the logs
web.enabled = false
# the port to run on
web.port = 9547
# the app root / web folder / root / many other names . MUST contain a trailing '/'
web.app_root = /
# should this served up on http or https
web.ssl = true
# should we use basic auth
web.basic_auth = true
# basic auth username
web.basic_auth.username = admin
# basic auth password
web.basic_auth.password = admin