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

Add: Remote access service

This commit is contained in:
18870
2022-07-01 22:45:16 +08:00
parent cfb84c8596
commit 39da66e054
15 changed files with 503 additions and 48 deletions

View File

@@ -44,6 +44,11 @@ class ConfigModel:
# Misc
DiscordRichPresence: bool = False
# Remote Access
EnableRemoteAccess: bool = False
SSHUser: Optional[str] = None
SSHServer: Optional[str] = None
# Webui
WebuiHost: str = "0.0.0.0"
WebuiPort: int = 22267