mirror of
https://gitcode.com/waxgourd/addons
synced 2025-12-06 20:38:28 +08:00
首次推出bleachwrt
This commit is contained in:
39
bleachwrt-plus/config.yaml
Normal file
39
bleachwrt-plus/config.yaml
Normal file
@@ -0,0 +1,39 @@
|
||||
name: "BleachWRT Plus"
|
||||
version: "20250604"
|
||||
slug: "bleachwrt_plus"
|
||||
description: "BleachWRT Plus - 提供旁路由管理功能,集成WEB管理界面"
|
||||
url: "https://gitcode.com/waxgourd/addons"
|
||||
arch:
|
||||
- aarch64
|
||||
startup: application
|
||||
boot: manual
|
||||
ports:
|
||||
80/tcp: 80
|
||||
ports_description:
|
||||
80/tcp: "WEB服务端口"
|
||||
init: false
|
||||
host_network: true
|
||||
privileged:
|
||||
- NET_ADMIN
|
||||
- SYS_ADMIN
|
||||
- SYS_RAWIO
|
||||
- SYS_TIME
|
||||
- SYS_NICE
|
||||
- SYS_MODULE
|
||||
- NET_RAW
|
||||
webui: "http://[HOST]:[PORT:80]/"
|
||||
watchdog: "http://[HOST]:[PORT:80]/"
|
||||
apparmor: false
|
||||
options:
|
||||
virtual_ip: 192.168.68.111
|
||||
netmask: 255.255.255.0
|
||||
gateway: 192.168.68.1
|
||||
enable_forwarding: true
|
||||
log_level: "info"
|
||||
schema:
|
||||
virtual_ip: str
|
||||
netmask: str
|
||||
gateway: str
|
||||
enable_forwarding: bool
|
||||
log_level: list(info|debug)
|
||||
image: r.hassbus.com/wghaos/bleachwrt-{arch}
|
||||
Reference in New Issue
Block a user