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

View File

@@ -0,0 +1,3 @@
### 0.51.0 02-28-2024
- 首次推出

15
frp-client-51/DOCS.md Normal file
View File

@@ -0,0 +1,15 @@
# FRP Client v0.51.0
## 配置说明
1. 按照实际情况填写相关"配置",自定义二级域名必填。
2. 用File editor修改Home Assistant `configuration.yaml` 最后一行添加:
```yaml
http:
use_x_forwarded_for: true
trusted_proxies:
- 127.0.0.1
```
3. 修改之后重启HA

9
frp-client-51/README.md Normal file
View File

@@ -0,0 +1,9 @@
# 冬瓜甄选addonsFRP Client v0.51.0
## 关于
您可以使用此工具通过端口转发实现对本地Home Assistant操作系统的远程访问。
## 本项目为Frp HA客户端
https://github.com/huxiaoxu2019/hass-addon-frp-client

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?

BIN
frp-client-51/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

BIN
frp-client-51/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

@@ -0,0 +1,38 @@
---
configuration:
server_addr:
name: server_addr
description: >-
The address to connect to the server.
server_port:
name: server_port
description: >-
The default port for connecting to the server is 7000.
token:
name: token
description: >-
Token authentication.
custom_domains:
name: custom_domains
description: >-
Custom field.
subdomain:
name: subdomain
description: >-
subdomain.
proxy_name:
name: proxy_name
description: >-
Agent name.
local_port:
name: local_port
description: >-
Local port.
remote_port:
name: remote_port
description: >-
Remote_port.
proxy_type:
name: proxy_type
description: >-
Proxy_type.

View File

@@ -0,0 +1,38 @@
---
configuration:
server_addr:
name: FRP服务端地址
description: >-
FRP服务端的地址默认为freefrp.net指定地址
server_port:
name: FRP服务器端口
description: >-
FRP服务端端口默认为freefrp.net指定端口
token:
name: 验证令牌
description: >-
身份验证令牌默认为freefrp.net要求的令牌
custom_domains:
name: 自定义二级域名
description: >-
自定义二级域名(填写需要绑定的二级域名)。
subdomain:
name: 子域名
description: >-
子域名选填原freefrp子域名功能与自定义二级域名功能一样自有子域名服务器时可用
proxy_name:
name: 配置项名称
description: >-
该配置信息的名称(没特殊需求默认即可)。
local_port:
name: Web本地端口
description: >-
HomeAssistant的Web本地端口。
remote_port:
name: Web访问端口
description: >-
HomeAssistant的Web访问端口。
proxy_type:
name: 代理协议
description: >-
代理协议。