mirror of
https://gitcode.com/waxgourd/addons
synced 2025-12-06 12:28:28 +08:00
首次推出addns-go、calendar-poetry、frp-client;
升级了addons-data-migrate、frp-client-51、mpd。
This commit is contained in:
43
frp-client/config.yaml
Normal file
43
frp-client/config.yaml
Normal 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?
|
||||
Reference in New Issue
Block a user