Improvement of #154

This commit is contained in:
Azlux
2020-05-18 16:59:01 +02:00
parent 390c0034f6
commit 23a7022bdf
3 changed files with 13 additions and 15 deletions

View File

@ -121,14 +121,15 @@ port = 64738
#listening_addr = 127.0.0.1
#listening_port = 8181
#is_web_proxified = True
# This is the public URL
#access_address = http://127.0.0.1:8181
# 'web_logfile': write access logs of the web server into this file.
#web_logfile =
# 'auth_method': Method used to authenticate users accessing the web interface.
# Options are 'password', 'token', 'none'
#auth_method = password
# Options are 'none', 'password' or 'token' (use unique token, see requests_webinterface_access command)
#auth_method = token
# 'user', 'password': If auth_method set to 'password', you need to set the username and
# password.