mirror of
https://gitcode.com/waxgourd/addons
synced 2025-12-06 20:38:28 +08:00
首次推出haos_turbo_green
This commit is contained in:
61
haos_turbo_green/config.yaml
Normal file
61
haos_turbo_green/config.yaml
Normal file
@@ -0,0 +1,61 @@
|
||||
---
|
||||
version: 2.2.5.8
|
||||
slug: haos_turbo_green
|
||||
name: HAOS加速器-Green专版
|
||||
description: Home Assistant系统加速器,支持科学 上网,首选使用
|
||||
url: https://github.com/v2raya
|
||||
arch:
|
||||
- aarch64
|
||||
- amd64
|
||||
hassio_api: true
|
||||
host_network: true
|
||||
image: r.hassbus.com/xyyyhtl/haos-turbo
|
||||
init: false
|
||||
boot: manual
|
||||
map:
|
||||
- addons:rw
|
||||
- addon_config:rw
|
||||
- backup:rw
|
||||
- homeassistant_config:rw
|
||||
- media:rw
|
||||
- share:rw
|
||||
- backup:rw
|
||||
- ssl:rw
|
||||
udev: true
|
||||
ports_description:
|
||||
2017/tcp: "Web UI port"
|
||||
webui: "http://[HOST]:[PORT:2017]/"
|
||||
ports:
|
||||
2017/tcp: 2017
|
||||
privileged:
|
||||
- SYS_ADMIN
|
||||
- NET_ADMIN
|
||||
- NET_RAW
|
||||
- DAC_READ_SEARCH
|
||||
apparmor: true
|
||||
devicetree: false
|
||||
options:
|
||||
bin_app: v2ray-core
|
||||
tun_config: v1
|
||||
dns_parsing: doh
|
||||
proxy_domains: []
|
||||
direct_domains: []
|
||||
proxy_ipcidr: []
|
||||
direct_ipcidr: []
|
||||
logger_disable: true
|
||||
clear_mode: false
|
||||
schema:
|
||||
bin_app: list(v2ray-core|xray-core)
|
||||
tun_config: list(v1|v2)
|
||||
dns_parsing: list(direct|doh)
|
||||
proxy_domains:
|
||||
- str?
|
||||
direct_domains:
|
||||
- str?
|
||||
proxy_ipcidr:
|
||||
- str?
|
||||
direct_ipcidr:
|
||||
- str?
|
||||
logger_disable: bool
|
||||
clear_mode: bool
|
||||
startup: services
|
||||
Reference in New Issue
Block a user