mirror of
https://gitcode.com/waxgourd/addons
synced 2025-12-06 12:28:28 +08:00
44 lines
870 B
YAML
44 lines
870 B
YAML
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?
|