diff --git a/README.md b/README.md index 35a75ab..4553c69 100644 --- a/README.md +++ b/README.md @@ -62,10 +62,6 @@ HA中有名的播放器。 小米体脂称插件 -✓ [haos_turbo](haos_turbo/) : - -HA加速器 - ✓ [青龙面板 for HA](qinglong/) : 定时任务管理平台 diff --git a/haos_turbo/CHANGELOG.md b/haos_turbo/CHANGELOG.md deleted file mode 100644 index ea1703e..0000000 --- a/haos_turbo/CHANGELOG.md +++ /dev/null @@ -1,19 +0,0 @@ -### 2.2.6(2024-10-17) - -- 版本升级 - -### 2.2.5.1-2(2024-06-03) - -- 版本升级 - -### 2.2.5.1(2024-3-23) - -- 版本升级 - -### 2.2.4.6-3(2024-1-15) - -- 增加了DNS模式选项,可以很好的适配移动宽带 - -### 2.2.4.6(2024-1-15) - -- 首次提交 diff --git a/haos_turbo/DOCS.md b/haos_turbo/DOCS.md deleted file mode 100644 index f85e8c4..0000000 --- a/haos_turbo/DOCS.md +++ /dev/null @@ -1,40 +0,0 @@ -# Haos Turbo - -## 配置说明 - - -### 使用后台服务: - -- 选择后台服务的内核类型 - -### 配置版本: - -- 使用配置文件的版本. 目前v1的兼容性较好。 - -### 升速域名: - -- (选项)升速的域名列表。 - -### 直连域名: - -- (选项)直连的域名列表。 - -### 升速IP(CIDR): - -- (选项)升速的IP地址(支持CIDR)。 - -### 直连IP(CIDR): - -- (选项)直连的IP地址(支持CIDR)。 - -### 关闭部分日志: - -- 关闭部分日志(注意:调试时才开,否则日志会占用磁盘空间) - -### 清除用户数据: - -- 每次启动自动清除所有的用户数据(注意:卸载插件,用户数据不会删除) - -### DNS解析模式: - -- 这里设置DNS解析模式。 diff --git a/haos_turbo/README.md b/haos_turbo/README.md deleted file mode 100644 index 04534a2..0000000 --- a/haos_turbo/README.md +++ /dev/null @@ -1,55 +0,0 @@ -# 冬瓜甄选addons:Haos升速器 - -## 关于 - -超级强的Home Assistant插件,支持host主机直接科学的提速,也能确保docker网络中相关服务也同时提速。除了能对HA加速外,还可以同时对局域网内其它主机,提供网页访问代理功能。用过的都说好。 - -**使用注意!使用疑难问答** - -* 官方原版haos的系统,均能支持 - - * 冬瓜版本的haos系列,网络底层有加强,可实现类似旁 路由的功能。 - -* 此addon插件只能在HA启动后,服务启动配置完成之后才有效,因此不能对首次安装有升速作用。 - -* 本addon需要配合第三方订 阅使用 - -* 由于全国各地本地ISP网络的不一样,特定地区有可能不能使用 - -* 注:本版本对于t a n j o r协议等支持不好。请使用备用升速器 - -### 首次配置和使用 - -* 默认选该加速器(可以选择多组负载均衡) - -* 启动该升速器服务后(代 理服务未启动) - - * 进入 http://:2017 - - * 注册 用户名密码 并记牢 - - * 进入"设置" - - * 关闭"开启IP转发",打开"开机端口分享" - - * 左上角"启动"服务 - -更多功能使用,请自行上网搜索 - -### 启动后检查方法 - -* 使用Terminal等,输入命令 - - curl ipinfo.io - -* 还需要使用命令测试相关网站的访问情况 - - crul -sL xxxxxx.xxx - -* 冬瓜HAOS 12.0以后,可以用以下方法在7681端口的页面测试 - - wgha site gg - -## 来源 - -不详 \ No newline at end of file diff --git a/haos_turbo/config.yaml b/haos_turbo/config.yaml deleted file mode 100644 index 520caba..0000000 --- a/haos_turbo/config.yaml +++ /dev/null @@ -1,61 +0,0 @@ ---- -version: 2.2.6 -slug: haos_turbo -name: HAOS加速器 -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 \ No newline at end of file diff --git a/haos_turbo/icon.png b/haos_turbo/icon.png deleted file mode 100644 index 202a363..0000000 Binary files a/haos_turbo/icon.png and /dev/null differ diff --git a/haos_turbo/logo.png b/haos_turbo/logo.png deleted file mode 100644 index 6a87763..0000000 Binary files a/haos_turbo/logo.png and /dev/null differ diff --git a/haos_turbo/translations/en.yaml b/haos_turbo/translations/en.yaml deleted file mode 100644 index 4396274..0000000 --- a/haos_turbo/translations/en.yaml +++ /dev/null @@ -1,38 +0,0 @@ ---- -configuration: - bin_app: - name: UseBinApp - description: >- - Select v2raya call service v2ray-core or xray-core. - tun_config: - name: ConfigVersion - description: >- - Select config file version. default v1. - proxy_domains: - name: DomainByProxy - description: >- - Select Domain by proxy channel - direct_domains: - name: DomainByDirect - description: >- - Select Domain by direct channel - proxy_ipcidr: - name: IPcidrByProxy - description: >- - Select ip/cidr by proxy channel - direct_ipcidr: - name: IPcidrByDirect - description: >- - Select ip/cidr by direct channel - logger_disable: - name: DisableLogger - description: >- - disable proxy logger file - clear_mode: - name: ClearUserData - description: >- - clear user data, all data - dns_parsing: - name: dns_parsing - description: >- - dns_parsing diff --git a/haos_turbo/translations/zh-Hans.yaml b/haos_turbo/translations/zh-Hans.yaml deleted file mode 100644 index ec9cf0e..0000000 --- a/haos_turbo/translations/zh-Hans.yaml +++ /dev/null @@ -1,38 +0,0 @@ ---- -configuration: - bin_app: - name: 使用后台服务 - description: >- - 选择后台服务是 v2r ay-core 还是 xr ay-core. - tun_config: - name: 配置版本 - description: >- - 使用配置文件的版本. 目前v1的兼容性较好. - proxy_domains: - name: 升速域名 - description: >- - 需要升速的域名列表 - direct_domains: - name: 直连域名 - description: >- - 选择直连的域名列表 - proxy_ipcidr: - name: 升速IP(CIDR) - description: >- - 加速的IP地址(支持CIDR) - direct_ipcidr: - name: 直连IP(支持CIDR) - description: >- - 直连的IP地址(支持CIDR) - logger_disable: - name: 关闭部分日志 - description: >- - 关闭部分日志(注意:调试时才开,否则日志会占用磁盘空间) - clear_mode: - name: 清除用户数据 - description: >- - 每次启动自动清除所有的用户数据(注意:卸载插件,用户数据不会删除) - dns_parsing: - name: DNS解析模式 - description: >- - DNS解析模式 \ No newline at end of file diff --git a/haos_turbo2/CHANGELOG.md b/haos_turbo2/CHANGELOG.md deleted file mode 100644 index 8cb6c6f..0000000 --- a/haos_turbo2/CHANGELOG.md +++ /dev/null @@ -1,11 +0,0 @@ -### 2.2.6(2024-10-17) - -- 版本升级 - -### 2.2.5.1(2024-3-25) - -- 支持armv7 - -### 2.2.4.6-6(2024-2-15) - -- 首次推出 diff --git a/haos_turbo2/DOCS.md b/haos_turbo2/DOCS.md deleted file mode 100644 index a93aa5a..0000000 --- a/haos_turbo2/DOCS.md +++ /dev/null @@ -1,13 +0,0 @@ -# Haos Turbo(备选) - -## 配置说明 - - -### 使用后台服务: - -- 选择后台服务的内核类型 - -### 清除用户数据: - -- 每次启动自动清除所有的用户数据(注意:卸载插件,用户数据不会删除) - diff --git a/haos_turbo2/README.md b/haos_turbo2/README.md deleted file mode 100644 index 21d2c79..0000000 --- a/haos_turbo2/README.md +++ /dev/null @@ -1,51 +0,0 @@ -# 冬瓜甄选addons:Haos升速器(备选) - -## 关于 - -此addons与首选的作用相当,但对于DNS相关解析需要复杂的配置,所以建议备用。 - -**使用注意!使用疑难问答** - -* 官方原版haos的系统都支持 - - * 冬瓜版本的haos系列,都支持。 - - * 原版aarch64内核的有些功能不完整,有无法使用的情况。 - - * redirect模式兼容性强,不过只能短暂下载使用。 - - * system tun模式可长期使用,需注意配置host的DNS - -* 此addon插件只能在HA启动后,服务启动配置完成之后才有效,因此不能对首次安装有升速作用。 - -* 本addon需要配合第三方订 阅使用 - -* 由于全国各地本地ISP网络的不一样,特定地区有可能不能使用 - -### 首次配置和使用 - -* 默认选该加速器(可以选择多组负载均衡) - -* 启动该升速器服务后(代 理服务未启动) - - * 进入 http://:2017 - - * 注册 用户名密码 并记牢 - - * 进入"设置" - - * 关闭"开启IP转发",打开"开机端口分享" - - * 左上角"启动"服务 - - * 设置中,前三项需要配置,自己看项目标题 - -* 检测方式 - - 请参照haos升速器(首选) - -更多功能使用,请另行上网搜索 - -## 来源 - -不详 \ No newline at end of file diff --git a/haos_turbo2/config.yaml b/haos_turbo2/config.yaml deleted file mode 100644 index f0da74f..0000000 --- a/haos_turbo2/config.yaml +++ /dev/null @@ -1,43 +0,0 @@ ---- -version: 2.2.6 -slug: haos_turbo2 -name: HAOS加速器(备选) -description: 它是Home Assistant系统加速器的一个补充。 -url: https://github.com/v2raya -arch: - - aarch64 - - amd64 -hassio_api: true -host_network: true -image: r.hassbus.com/xyyyhtl/haos-turbo2 -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 - clear_mode: false -schema: - bin_app: list(v2ray-core|xray-core) - clear_mode: bool -startup: services \ No newline at end of file diff --git a/haos_turbo2/icon.png b/haos_turbo2/icon.png deleted file mode 100644 index f108ccc..0000000 Binary files a/haos_turbo2/icon.png and /dev/null differ diff --git a/haos_turbo2/logo.png b/haos_turbo2/logo.png deleted file mode 100644 index f0d4e96..0000000 Binary files a/haos_turbo2/logo.png and /dev/null differ diff --git a/haos_turbo2/translations/en.yaml b/haos_turbo2/translations/en.yaml deleted file mode 100644 index 4396274..0000000 --- a/haos_turbo2/translations/en.yaml +++ /dev/null @@ -1,38 +0,0 @@ ---- -configuration: - bin_app: - name: UseBinApp - description: >- - Select v2raya call service v2ray-core or xray-core. - tun_config: - name: ConfigVersion - description: >- - Select config file version. default v1. - proxy_domains: - name: DomainByProxy - description: >- - Select Domain by proxy channel - direct_domains: - name: DomainByDirect - description: >- - Select Domain by direct channel - proxy_ipcidr: - name: IPcidrByProxy - description: >- - Select ip/cidr by proxy channel - direct_ipcidr: - name: IPcidrByDirect - description: >- - Select ip/cidr by direct channel - logger_disable: - name: DisableLogger - description: >- - disable proxy logger file - clear_mode: - name: ClearUserData - description: >- - clear user data, all data - dns_parsing: - name: dns_parsing - description: >- - dns_parsing diff --git a/haos_turbo2/translations/zh-Hans.yaml b/haos_turbo2/translations/zh-Hans.yaml deleted file mode 100644 index ec9cf0e..0000000 --- a/haos_turbo2/translations/zh-Hans.yaml +++ /dev/null @@ -1,38 +0,0 @@ ---- -configuration: - bin_app: - name: 使用后台服务 - description: >- - 选择后台服务是 v2r ay-core 还是 xr ay-core. - tun_config: - name: 配置版本 - description: >- - 使用配置文件的版本. 目前v1的兼容性较好. - proxy_domains: - name: 升速域名 - description: >- - 需要升速的域名列表 - direct_domains: - name: 直连域名 - description: >- - 选择直连的域名列表 - proxy_ipcidr: - name: 升速IP(CIDR) - description: >- - 加速的IP地址(支持CIDR) - direct_ipcidr: - name: 直连IP(支持CIDR) - description: >- - 直连的IP地址(支持CIDR) - logger_disable: - name: 关闭部分日志 - description: >- - 关闭部分日志(注意:调试时才开,否则日志会占用磁盘空间) - clear_mode: - name: 清除用户数据 - description: >- - 每次启动自动清除所有的用户数据(注意:卸载插件,用户数据不会删除) - dns_parsing: - name: DNS解析模式 - description: >- - DNS解析模式 \ No newline at end of file diff --git a/haos_turbo3/CHANGELOG.md b/haos_turbo3/CHANGELOG.md deleted file mode 100644 index 509c6ec..0000000 --- a/haos_turbo3/CHANGELOG.md +++ /dev/null @@ -1,7 +0,0 @@ -### 2.2.6(2024-10-17) - -- 版本升级 - -### 2.2.5.1-2(2024-09-12) - -- 首次推出 \ No newline at end of file diff --git a/haos_turbo3/DOCS.md b/haos_turbo3/DOCS.md deleted file mode 100644 index 0fadfcc..0000000 --- a/haos_turbo3/DOCS.md +++ /dev/null @@ -1,40 +0,0 @@ -# HAOS加速器-其他通用 - -## 配置说明 - - -### 使用后台服务: - -- 选择后台服务的内核类型 - -### 配置版本: - -- 使用配置文件的版本. 目前v1的兼容性较好。 - -### 升速域名: - -- (选项)升速的域名列表。 - -### 直连域名: - -- (选项)直连的域名列表。 - -### 升速IP(CIDR): - -- (选项)升速的IP地址(支持CIDR)。 - -### 直连IP(CIDR): - -- (选项)直连的IP地址(支持CIDR)。 - -### 关闭部分日志: - -- 关闭部分日志(注意:调试时才开,否则日志会占用磁盘空间) - -### 清除用户数据: - -- 每次启动自动清除所有的用户数据(注意:卸载插件,用户数据不会删除) - -### DNS解析模式: - -- 这里设置DNS解析模式。 diff --git a/haos_turbo3/README.md b/haos_turbo3/README.md deleted file mode 100644 index 79a96c7..0000000 --- a/haos_turbo3/README.md +++ /dev/null @@ -1,55 +0,0 @@ -# 冬瓜甄选addons:HAOS加速器-其他通用 - -## 关于 - -超级强的Home Assistant插件,支持host主机直接科学的提速,也能确保docker网络中相关服务也同时提速。除了能对HA加速外,还可以同时对局域网内其它主机,提供网页访问代理功能。用过的都说好。 - -**使用注意!使用疑难问答** - -* 官方原版haos的系统,均能支持 - - * 冬瓜版本的haos系列,网络底层有加强,可实现类似旁 路由的功能。 - -* 此addon插件只能在HA启动后,服务启动配置完成之后才有效,因此不能对首次安装有升速作用。 - -* 本addon需要配合第三方订 阅使用 - -* 由于全国各地本地ISP网络的不一样,特定地区有可能不能使用 - -* 注:本版本对于t a n j o r协议等支持不好。请使用备用升速器 - -### 首次配置和使用 - -* 默认选该加速器(可以选择多组负载均衡) - -* 启动该升速器服务后(代 理服务未启动) - - * 进入 http://:2017 - - * 注册 用户名密码 并记牢 - - * 进入"设置" - - * 关闭"开启IP转发",打开"开机端口分享" - - * 左上角"启动"服务 - -更多功能使用,请自行上网搜索 - -### 启动后检查方法 - -* 使用Terminal等,输入命令 - - curl ipinfo.io - -* 还需要使用命令测试相关网站的访问情况 - - crul -sL xxxxxx.xxx - -* 冬瓜HAOS 12.0以后,可以用以下方法在7681端口的页面测试 - - wgha site gg - -## 来源 - -不详 \ No newline at end of file diff --git a/haos_turbo3/config.yaml b/haos_turbo3/config.yaml deleted file mode 100644 index 192e2f0..0000000 --- a/haos_turbo3/config.yaml +++ /dev/null @@ -1,62 +0,0 @@ ---- -version: 2.2.6 -slug: haos_turbo3 -name: HAOS加速器-其他通用 -description: Home Assistant系统加速器,支持科学 上网,首选使用 -url: https://github.com/v2raya -arch: - - aarch64 - - amd64 - - armv7 -hassio_api: true -host_network: true -image: d.fashgh.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 diff --git a/haos_turbo3/icon.png b/haos_turbo3/icon.png deleted file mode 100644 index 202a363..0000000 Binary files a/haos_turbo3/icon.png and /dev/null differ diff --git a/haos_turbo3/logo.png b/haos_turbo3/logo.png deleted file mode 100644 index 6a87763..0000000 Binary files a/haos_turbo3/logo.png and /dev/null differ diff --git a/haos_turbo3/translations/en.yaml b/haos_turbo3/translations/en.yaml deleted file mode 100644 index 4396274..0000000 --- a/haos_turbo3/translations/en.yaml +++ /dev/null @@ -1,38 +0,0 @@ ---- -configuration: - bin_app: - name: UseBinApp - description: >- - Select v2raya call service v2ray-core or xray-core. - tun_config: - name: ConfigVersion - description: >- - Select config file version. default v1. - proxy_domains: - name: DomainByProxy - description: >- - Select Domain by proxy channel - direct_domains: - name: DomainByDirect - description: >- - Select Domain by direct channel - proxy_ipcidr: - name: IPcidrByProxy - description: >- - Select ip/cidr by proxy channel - direct_ipcidr: - name: IPcidrByDirect - description: >- - Select ip/cidr by direct channel - logger_disable: - name: DisableLogger - description: >- - disable proxy logger file - clear_mode: - name: ClearUserData - description: >- - clear user data, all data - dns_parsing: - name: dns_parsing - description: >- - dns_parsing diff --git a/haos_turbo3/translations/zh-Hans.yaml b/haos_turbo3/translations/zh-Hans.yaml deleted file mode 100644 index ec9cf0e..0000000 --- a/haos_turbo3/translations/zh-Hans.yaml +++ /dev/null @@ -1,38 +0,0 @@ ---- -configuration: - bin_app: - name: 使用后台服务 - description: >- - 选择后台服务是 v2r ay-core 还是 xr ay-core. - tun_config: - name: 配置版本 - description: >- - 使用配置文件的版本. 目前v1的兼容性较好. - proxy_domains: - name: 升速域名 - description: >- - 需要升速的域名列表 - direct_domains: - name: 直连域名 - description: >- - 选择直连的域名列表 - proxy_ipcidr: - name: 升速IP(CIDR) - description: >- - 加速的IP地址(支持CIDR) - direct_ipcidr: - name: 直连IP(支持CIDR) - description: >- - 直连的IP地址(支持CIDR) - logger_disable: - name: 关闭部分日志 - description: >- - 关闭部分日志(注意:调试时才开,否则日志会占用磁盘空间) - clear_mode: - name: 清除用户数据 - description: >- - 每次启动自动清除所有的用户数据(注意:卸载插件,用户数据不会删除) - dns_parsing: - name: DNS解析模式 - description: >- - DNS解析模式 \ No newline at end of file diff --git a/haos_turbo_green/CHANGELOG.md b/haos_turbo_green/CHANGELOG.md deleted file mode 100644 index 71cd4ac..0000000 --- a/haos_turbo_green/CHANGELOG.md +++ /dev/null @@ -1,3 +0,0 @@ -### 2.2.5.8(2024-12-26) - -- 首次推出 \ No newline at end of file diff --git a/haos_turbo_green/DOCS.md b/haos_turbo_green/DOCS.md deleted file mode 100644 index f85e8c4..0000000 --- a/haos_turbo_green/DOCS.md +++ /dev/null @@ -1,40 +0,0 @@ -# Haos Turbo - -## 配置说明 - - -### 使用后台服务: - -- 选择后台服务的内核类型 - -### 配置版本: - -- 使用配置文件的版本. 目前v1的兼容性较好。 - -### 升速域名: - -- (选项)升速的域名列表。 - -### 直连域名: - -- (选项)直连的域名列表。 - -### 升速IP(CIDR): - -- (选项)升速的IP地址(支持CIDR)。 - -### 直连IP(CIDR): - -- (选项)直连的IP地址(支持CIDR)。 - -### 关闭部分日志: - -- 关闭部分日志(注意:调试时才开,否则日志会占用磁盘空间) - -### 清除用户数据: - -- 每次启动自动清除所有的用户数据(注意:卸载插件,用户数据不会删除) - -### DNS解析模式: - -- 这里设置DNS解析模式。 diff --git a/haos_turbo_green/README.md b/haos_turbo_green/README.md deleted file mode 100644 index 04534a2..0000000 --- a/haos_turbo_green/README.md +++ /dev/null @@ -1,55 +0,0 @@ -# 冬瓜甄选addons:Haos升速器 - -## 关于 - -超级强的Home Assistant插件,支持host主机直接科学的提速,也能确保docker网络中相关服务也同时提速。除了能对HA加速外,还可以同时对局域网内其它主机,提供网页访问代理功能。用过的都说好。 - -**使用注意!使用疑难问答** - -* 官方原版haos的系统,均能支持 - - * 冬瓜版本的haos系列,网络底层有加强,可实现类似旁 路由的功能。 - -* 此addon插件只能在HA启动后,服务启动配置完成之后才有效,因此不能对首次安装有升速作用。 - -* 本addon需要配合第三方订 阅使用 - -* 由于全国各地本地ISP网络的不一样,特定地区有可能不能使用 - -* 注:本版本对于t a n j o r协议等支持不好。请使用备用升速器 - -### 首次配置和使用 - -* 默认选该加速器(可以选择多组负载均衡) - -* 启动该升速器服务后(代 理服务未启动) - - * 进入 http://:2017 - - * 注册 用户名密码 并记牢 - - * 进入"设置" - - * 关闭"开启IP转发",打开"开机端口分享" - - * 左上角"启动"服务 - -更多功能使用,请自行上网搜索 - -### 启动后检查方法 - -* 使用Terminal等,输入命令 - - curl ipinfo.io - -* 还需要使用命令测试相关网站的访问情况 - - crul -sL xxxxxx.xxx - -* 冬瓜HAOS 12.0以后,可以用以下方法在7681端口的页面测试 - - wgha site gg - -## 来源 - -不详 \ No newline at end of file diff --git a/haos_turbo_green/config.yaml b/haos_turbo_green/config.yaml deleted file mode 100644 index feebfbd..0000000 --- a/haos_turbo_green/config.yaml +++ /dev/null @@ -1,61 +0,0 @@ ---- -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 diff --git a/haos_turbo_green/icon.png b/haos_turbo_green/icon.png deleted file mode 100644 index 202a363..0000000 Binary files a/haos_turbo_green/icon.png and /dev/null differ diff --git a/haos_turbo_green/logo.png b/haos_turbo_green/logo.png deleted file mode 100644 index 6a87763..0000000 Binary files a/haos_turbo_green/logo.png and /dev/null differ diff --git a/haos_turbo_green/translations/en.yaml b/haos_turbo_green/translations/en.yaml deleted file mode 100644 index 4396274..0000000 --- a/haos_turbo_green/translations/en.yaml +++ /dev/null @@ -1,38 +0,0 @@ ---- -configuration: - bin_app: - name: UseBinApp - description: >- - Select v2raya call service v2ray-core or xray-core. - tun_config: - name: ConfigVersion - description: >- - Select config file version. default v1. - proxy_domains: - name: DomainByProxy - description: >- - Select Domain by proxy channel - direct_domains: - name: DomainByDirect - description: >- - Select Domain by direct channel - proxy_ipcidr: - name: IPcidrByProxy - description: >- - Select ip/cidr by proxy channel - direct_ipcidr: - name: IPcidrByDirect - description: >- - Select ip/cidr by direct channel - logger_disable: - name: DisableLogger - description: >- - disable proxy logger file - clear_mode: - name: ClearUserData - description: >- - clear user data, all data - dns_parsing: - name: dns_parsing - description: >- - dns_parsing diff --git a/haos_turbo_green/translations/zh-Hans.yaml b/haos_turbo_green/translations/zh-Hans.yaml deleted file mode 100644 index ec9cf0e..0000000 --- a/haos_turbo_green/translations/zh-Hans.yaml +++ /dev/null @@ -1,38 +0,0 @@ ---- -configuration: - bin_app: - name: 使用后台服务 - description: >- - 选择后台服务是 v2r ay-core 还是 xr ay-core. - tun_config: - name: 配置版本 - description: >- - 使用配置文件的版本. 目前v1的兼容性较好. - proxy_domains: - name: 升速域名 - description: >- - 需要升速的域名列表 - direct_domains: - name: 直连域名 - description: >- - 选择直连的域名列表 - proxy_ipcidr: - name: 升速IP(CIDR) - description: >- - 加速的IP地址(支持CIDR) - direct_ipcidr: - name: 直连IP(支持CIDR) - description: >- - 直连的IP地址(支持CIDR) - logger_disable: - name: 关闭部分日志 - description: >- - 关闭部分日志(注意:调试时才开,否则日志会占用磁盘空间) - clear_mode: - name: 清除用户数据 - description: >- - 每次启动自动清除所有的用户数据(注意:卸载插件,用户数据不会删除) - dns_parsing: - name: DNS解析模式 - description: >- - DNS解析模式 \ No newline at end of file