mirror of
https://github.com/zhaojh329/rttys.git
synced 2026-02-27 09:53:21 +08:00
079c601ea5
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
35 lines
1.0 KiB
Plaintext
35 lines
1.0 KiB
Plaintext
#addr-dev: :5912
|
|
#addr-user: :5913
|
|
|
|
# Automatically select an available port in default
|
|
#addr-http-proxy:
|
|
|
|
#http-proxy-redir-url:
|
|
|
|
# Used for set cookie
|
|
#http-proxy-redir-domain:
|
|
|
|
#ssl-cacert: /etc/rttys/rttys.ca
|
|
#ssl-cert: /etc/rttys/rttys.crt
|
|
#ssl-key: /etc/rttys/rttys.key
|
|
|
|
#if you want to use separate SSL config for webui, set this to True.otherwise, it will use the same SSL config for device and webui
|
|
#separate-ssl-config: True
|
|
#webui-ssl-cert: /etc/rttys/webui-rttys.crt
|
|
#webui-ssl-key: /etc/rttys/webui-rttys.key
|
|
|
|
#token: a1d4cdb1a3cd6a0e94aa3599afcddcf5
|
|
#dev-auth-url: http://127.0.0.1:8080/rttys-dev-auth
|
|
|
|
# This url will be called when the device is connected if this url is configured
|
|
# The request method is POST
|
|
# The parameters are in JSON format: {"id": "device ID", "token": "device TOKEN"}
|
|
# Return HTTP 200 to indicate that the device is allowed to connect.
|
|
#dev-hook-url: http://127.0.0.1:8080/rttys-dev-hook
|
|
|
|
# Local access does not require authentication
|
|
#local-auth: false
|
|
|
|
# Web Management password
|
|
#password: rttys
|