mirror of
https://gitcode.com/waxgourd/addons
synced 2025-12-06 20:38:28 +08:00
修订配置文件
This commit is contained in:
@@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
## 配置说明
|
## 配置说明
|
||||||
|
|
||||||
|
|
||||||
1、 按照实际情况填写相关"配置",自定义二级域名必填。
|
1、 按照实际情况填写相关"配置",自定义二级域名必填。
|
||||||
|
|
||||||
2、 用File editor修改Home Assistant `configuration.yaml` 最后一行添加:
|
2、 用File editor修改Home Assistant `configuration.yaml` 最后一行添加:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
|||||||
@@ -33,5 +33,5 @@ schema:
|
|||||||
proxy_name: str
|
proxy_name: str
|
||||||
local_port: int
|
local_port: int
|
||||||
custom_domains: str
|
custom_domains: str
|
||||||
remote_port: int(10000,20000)
|
remote_port: match(^([1-4][0-9]{4}|50000|80|443)$)
|
||||||
subdomain: str?
|
subdomain: str?
|
||||||
|
|||||||
Reference in New Issue
Block a user