增加用户名

This commit is contained in:
dekun
2026-05-22 11:49:41 +08:00
parent cd129b6a25
commit c00a45165b
7 changed files with 84 additions and 40 deletions
+3 -2
View File
@@ -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 反代时设为 trueCookie 仅通过加密连接传输
# HUB_COOKIE_SECURE=true