1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-14 09:59:24 +08:00

Opt: Show ssh exec not found

This commit is contained in:
18870
2022-07-02 15:01:01 +08:00
parent 12d13370c3
commit 4fbefd73c2
15 changed files with 67 additions and 18 deletions

View File

@@ -48,6 +48,7 @@ class ConfigModel:
EnableRemoteAccess: bool = False
SSHUser: Optional[str] = None
SSHServer: Optional[str] = None
SSHExecutable: Optional[str] = None
# Webui
WebuiHost: str = "0.0.0.0"