升级了frp-client、xiaoya-alist、xiaoya-tvbox;

This commit is contained in:
waxgourd
2024-11-01 20:47:26 +08:00
parent b0ab511aba
commit e24b4d17e7
7 changed files with 136 additions and 25 deletions

View File

@@ -1,6 +1,6 @@
name: "FRP Client"
slug: "frp_client"
version: "0.59.0"
version: "0.61.0"
description: "您可以使用此工具通过端口转发实现对本地Home Assistant操作系统的远程访问"
url: https://gitcode.com/waxgourd/addons
host_network: true
@@ -18,26 +18,21 @@ arch:
- aarch64
- amd64
options:
serverAddr: null
serverPort: null
authToken: null
webServerPort: null
webServerUser: null
webServerPassword: null
proxyType: http
customDomain: null
proxyName: "homeassistant"
localPort: 8123
remotePort: 8123
serverAddr: "frp.freefrp.net"
serverPort: 7000
authToken: "freefrp.net"
proxies: []
debug: false
schema:
serverAddr: str
serverPort: int
authToken: str
webServerPort: int
webServerUser: str
webServerPassword: str
proxyType: list(http|tcp)
proxyName: str
customDomain: str?
localPort: int?
remotePort: int?
proxies:
- type: str
localIP: str
localPort: int
name: str?
customDomains: str?
subdomain: str?
remotePort: int?
debug: bool?