1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 02:48:23 +08:00

Add ssl support (#4840)

* Add: add ssl authentication

* Fix: unify the format for ssl config

---------

Co-authored-by: LmeSzinc <lmeszincsales@gmail.com>
This commit is contained in:
happyhappyhappy-arch
2025-06-05 15:36:17 +08:00
committed by GitHub
parent 4172356a9a
commit f9602be1ba
10 changed files with 85 additions and 1 deletions

View File

@@ -54,6 +54,8 @@ class ConfigModel:
# Webui
WebuiHost: str = "0.0.0.0"
WebuiPort: int = 22267
WebuiSSLKey: Optional[str] = None
WebuiSSLCert: Optional[str] = None
Language: str = "en-US"
Theme: str = "default"
DpiScaling: bool = True