mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 12:08:21 +08:00
Merge branch 'dev' into phone_cloud
This commit is contained in:
@@ -44,6 +44,12 @@ class ConfigModel:
|
||||
# Misc
|
||||
DiscordRichPresence: bool = False
|
||||
|
||||
# Remote Access
|
||||
EnableRemoteAccess: bool = False
|
||||
SSHUser: Optional[str] = None
|
||||
SSHServer: Optional[str] = None
|
||||
SSHExecutable: Optional[str] = None
|
||||
|
||||
# Webui
|
||||
WebuiHost: str = "0.0.0.0"
|
||||
WebuiPort: int = 22267
|
||||
|
||||
@@ -100,6 +100,23 @@ Deploy:
|
||||
# Enable discord rich presence
|
||||
DiscordRichPresence: false
|
||||
|
||||
RemoteAccess:
|
||||
# Enable remote access (using ssh reverse tunnel serve by https://github.com/wang0618/localshare)
|
||||
# ! You need to set Password below to enable remote access since everyone can access to your alas if they have your url.
|
||||
# See here (http://app.azurlane.cloud/en.html) for more infomation.
|
||||
EnableRemoteAccess: false
|
||||
# Username when login into ssh server
|
||||
# [Default] null (use username logged in your system)
|
||||
SSHUser: null
|
||||
# Server to connect
|
||||
# [Default] null
|
||||
# [Format] host:port
|
||||
SSHServer: null
|
||||
# Filepath of SSH executable `ssh.exe`
|
||||
# [Default] ssh (find ssh in system PATH)
|
||||
# If you don't have one, install OpenSSH or download it here (https://github.com/PowerShell/Win32-OpenSSH/releases)
|
||||
SSHExecutable: ssh
|
||||
|
||||
Webui:
|
||||
# --host. Host to listen
|
||||
# [Use IPv6] '::'
|
||||
|
||||
Reference in New Issue
Block a user