mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 08:38:20 +08:00
Add: Remote access service
This commit is contained in:
@@ -100,6 +100,19 @@ 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
|
||||
|
||||
Webui:
|
||||
# --host. Host to listen
|
||||
# [Use IPv6] '::'
|
||||
|
||||
Reference in New Issue
Block a user