feat(seed-warn): dynamic seed key detection in UI modal; feat(https): TLS config (tls_cert_file/tls_key_file) with dynamic base_url; docs: rotate admin key reminder

This commit is contained in:
root
2026-08-10 12:11:32 +08:00
parent a5c370018c
commit fe06e0861a
7 changed files with 59 additions and 7 deletions

View File

@ -20,6 +20,10 @@ adapter_dir: adapters
# 运行时持久化文件WebUI 新增/编辑的源会写入此文件,重启后仍生效)
runtime_file: runtime.json
# 可选 HTTPS提供 PEM 证书与私钥文件路径后以 HTTPS 提供服务;留空 = 纯 HTTP。
# tls_cert_file: /etc/llmsproxy/tls/fullchain.pem
# tls_key_file: /etc/llmsproxy/tls/privkey.pem
# 全局并发上限0 = 不限)
max_concurrent: 0