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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user