mirror of
https://gitcode.com/waxgourd/addons
synced 2026-03-29 03:18:27 +08:00
25 lines
427 B
YAML
25 lines
427 B
YAML
name: "EasyTier"
|
|
version: "2.5.0"
|
|
slug: "easytier"
|
|
description: "基于EasyTier的快速组网工具"
|
|
url: "https://gitcode.com/waxgourd/addons"
|
|
image: "r.hassbus.com/wghaos/easytier"
|
|
arch:
|
|
- aarch64
|
|
- amd64
|
|
startup: services
|
|
boot: auto
|
|
map:
|
|
- config:rw
|
|
host_network: true
|
|
privileged:
|
|
- NET_ADMIN
|
|
- NET_RAW
|
|
options:
|
|
username: ""
|
|
env_vars: []
|
|
schema:
|
|
username: str?
|
|
env_vars:
|
|
- name: str?
|
|
value: str? |