首次推出frp-client-51、dozzle;

升级了alist。
This commit is contained in:
waxgourd
2024-02-28 21:15:07 +08:00
committed by wangyan
parent 4d8e582b11
commit 6594fa9fe3
18 changed files with 206 additions and 3 deletions

37
frp-client-51/config.yaml Normal file
View File

@@ -0,0 +1,37 @@
name: "FRP Client v0.51.0"
slug: "frp_client_51"
version: "0.51.0"
description: "您可以使用此工具通过端口转发实现对本地Home Assistant操作系统的远程访问"
url: https://gitcode.com/waxgourd/addons
host_network: true
startup: application
boot: "auto"
init: false
image: wghaos/frp-client-51
map:
- share:rw
privileged:
- NET_ADMIN
devices:
- /dev/net/tun
arch:
- aarch64
- amd64
options:
server_addr: "frp.freefrp.net"
server_port: 7000
token: "freefrp.net"
proxy_type: http
proxy_name: "myweb"
local_port: 8123
remote_port: 18123
schema:
server_addr: str
server_port: int
token: str
proxy_type: list(http|tcp)
proxy_name: str
local_port: int
custom_domains: str
remote_port: int
subdomain: str?