diff --git a/wxedge/CHANGELOG.md b/wxedge/CHANGELOG.md new file mode 100644 index 0000000..da703a2 --- /dev/null +++ b/wxedge/CHANGELOG.md @@ -0,0 +1,3 @@ +## 3.5.1(2025-07-29) + +- 首次推出 diff --git a/wxedge/DOCS.md b/wxedge/DOCS.md new file mode 100644 index 0000000..8c591cf --- /dev/null +++ b/wxedge/DOCS.md @@ -0,0 +1,12 @@ +# 网心云容器魔方 + +**此版本为HA下专用,建议使用选择高速USB 3.0作为存储。打开选项,选择相应的分区** + +默认使用内部存储,但小于30G的空间时建议外挂高速USB存储设备在USB3.0接口上。 + +如果使用高速U盘的话,建议读速超过200M,写入速度在100M以上。 + +小技巧:建议使用Disk Genius等软件,把U盘格式化成ext4会更稳定。 + + + diff --git a/wxedge/README.md b/wxedge/README.md new file mode 100644 index 0000000..ee86a70 --- /dev/null +++ b/wxedge/README.md @@ -0,0 +1,9 @@ +# 冬瓜甄选addons:网心云容器魔方 + +## 关于 + +网心云容器魔方的 Home Assistant 插件 + +## 来源 + +文档:https://help.onethingcloud.com/ diff --git a/wxedge/config.yaml b/wxedge/config.yaml new file mode 100644 index 0000000..9a6b743 --- /dev/null +++ b/wxedge/config.yaml @@ -0,0 +1,38 @@ +name: 网心云容器魔方 +version: 3.5.1-1 +slug: wxedge +codenotary: wghaos@163.com +description: "闲置资源再利用,每月至高赚千元,上线即享30天20%加成" +url: https://gitcode.com/waxgourd/addons +image: r.hassbus.com/wghaos/wxedge +init: false +map: + - share:rw +arch: + - aarch64 + - amd64 +privileged: + - SYS_ADMIN + - NET_ADMIN + - BPF +devices: + - /dev +apparmor: false +host_network: true +full_access: true +tmpfs: true +webui: "[PROTO:http]://[HOST]:[PORT:18888]" +ports: + 18888/tcp: 18888 +ingress: false +ingress_port: 18888 +panel_icon: mdi:cloud +panel_title: 网心云容器魔方 +schema: + device: "device?" + log_level: "list(debug|info)" +options: + log_level: "info" +environment: + PLACE: CTDG + diff --git a/wxedge/icon.png b/wxedge/icon.png new file mode 100644 index 0000000..f697584 Binary files /dev/null and b/wxedge/icon.png differ diff --git a/wxedge/logo.png b/wxedge/logo.png new file mode 100644 index 0000000..f697584 Binary files /dev/null and b/wxedge/logo.png differ diff --git a/wxedge/translations/en.yaml b/wxedge/translations/en.yaml new file mode 100644 index 0000000..00d3a80 --- /dev/null +++ b/wxedge/translations/en.yaml @@ -0,0 +1,8 @@ +--- +configuration: + device: + name: device + description: >- + Please select the device to use + log_level: + name: logLevel diff --git a/wxedge/translations/zh-Hans.yaml b/wxedge/translations/zh-Hans.yaml new file mode 100644 index 0000000..f82263c --- /dev/null +++ b/wxedge/translations/zh-Hans.yaml @@ -0,0 +1,8 @@ +--- +configuration: + device: + name: USB设备 + description: >- + 请选择使用的设备 + log_level: + name: 日志级别