首次推出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

43
frp-client/config.yaml Normal file
View File

@@ -0,0 +1,43 @@
name: "FRP Client"
slug: "frp_client"
version: "0.59.0"
description: "您可以使用此工具通过端口转发实现对本地Home Assistant操作系统的远程访问"
url: https://gitcode.com/waxgourd/addons
host_network: true
startup: application
boot: "auto"
init: false
image: wghaos/frp-client
map:
- share:rw
privileged:
- NET_ADMIN
devices:
- /dev/net/tun
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
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?