mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-14 13:09:25 +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