首次推出addns-go、calendar-poetry、frp-client;

升级了addons-data-migrate、frp-client-51、mpd。
This commit is contained in:
waxgourd
2024-10-15 19:56:43 +08:00
parent b42857e498
commit 9df15ece6d
32 changed files with 449 additions and 6 deletions

View File

@@ -0,0 +1,50 @@
---
configuration:
serverAddr:
name: serverAddr
description: >-
The address to connect to the server.
serverPort:
name: serverPort
description: >-
The default port for connecting to the server is 7000.
authToken:
name: authToken
description: >-
Token authentication.
webServerAddr:
name: webServerAddr
description: >-
Client AdminServer address configuration.
webServerPort:
name: webServerPort
decription: >-
Client AdminServer port configuration.
webServerUser:
name: webServerUser
description: >-
Client AdminServer user configuration.
webServerPassword:
name: webServerPassword
description: >-
Client AdminServer password configuration.
customDomain:
name: customDomain
description: >-
Custom field.
proxyName:
name: proxyName
description: >-
Agent name.
proxyType:
name: proxyType
description: >-
Agency Agreement.
localPort:
name: localPort
description: >-
Local port.
remotePort:
name: remotePort
description: >-
Remote_port.

View File

@@ -0,0 +1,50 @@
---
configuration:
serverAddr:
name: FRP服务端地址
description: >-
连接FRP服务端的地址。
serverPort:
name: FRP服务器端口
description: >-
连接FRP服务端的端口。
authToken:
name: 验证令牌
description: >-
身份验证令牌。
webServerAddr:
name: 客户端地址
description: >-
客户端 AdminServer地址配置。
webServerPort:
name: 端口配置
description: >-
客户端 AdminServer 端口配置。
webServerUser:
name: 用户名
description: >-
客户端 AdminServer 用户名配置。
webServerPassword:
name: 密码
description: >-
客户端 AdminServer 密码配置。
customDomain:
name: 自定义二级域名
description: >-
自定义二级域名(填写需要绑定的二级域名)。
proxyName:
name: 配置项名称
description: >-
该配置信息的名称(没特殊需求默认即可)。
proxyType:
name: 代理协议
description: >-
代理协议。
localPort:
name: Web本地端口
description: >-
HomeAssistant的Web本地端口。
remotePort:
name: Web访问端口
description: >-
HomeAssistant的Web访问端口。