增加用户名
This commit is contained in:
@@ -20,9 +20,10 @@ HUB_DISABLED_IDS=1
|
||||
# true=允许 RFC1918 私网访问中控页面;false=仅 127.0.0.1
|
||||
HUB_TRUST_LAN=true
|
||||
|
||||
# 中控 Web 登录密码(非空即启用;反代到公网时务必设置)
|
||||
# 中控 Web 登录(密码非空即启用;反代到公网时务必设置用户名+密码)
|
||||
# HUB_USERNAME=admin
|
||||
# HUB_PASSWORD=your-strong-password-here
|
||||
# 会话签名密钥(建议单独随机串;未设则回退为 HUB_PASSWORD)
|
||||
# 会话签名密钥(建议单独随机串;未设则用用户名+密码拼接)
|
||||
# HUB_SESSION_SECRET=another-long-random-string
|
||||
# HTTPS 反代时设为 true,Cookie 仅通过加密连接传输
|
||||
# HUB_COOKIE_SECURE=true
|
||||
|
||||
Reference in New Issue
Block a user