From 24bc89610fe198901eca2fa00422fd516cb8b25b Mon Sep 17 00:00:00 2001 From: waxgourd Date: Mon, 25 Mar 2024 20:01:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0armv7=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MyIP/config.yaml | 1 + addon-data-migrate/CHANGELOG.md | 6 +++++- addon-data-migrate/config.yaml | 4 +++- alist/CHANGELOG.md | 6 +++--- alist/config.yaml | 6 +++--- autman/config.yaml | 1 + boost/config.yaml | 2 ++ ddnsto/config.yaml | 6 ++++-- dozzle/CHANGELOG.md | 6 +++--- dozzle/config.yaml | 4 +++- emby/CHANGELOG.md | 3 ++- emby/config.json | 5 +++-- filebrowser/config.json | 8 +++++--- frp-client-51/CHANGELOG.md | 2 +- frp-client-51/DOCS.md | 2 +- frp-client-51/README.md | 2 +- frp-client-51/config.yaml | 5 +++-- haos_turbo/CHANGELOG.md | 4 ++++ haos_turbo/config.yaml | 5 +++-- haos_turbo2/CHANGELOG.md | 6 +++++- haos_turbo2/config.yaml | 5 +++-- imaotai/config.yaml | 1 + it-tools/config.yaml | 1 + mi-scale/config.json | 2 +- mpd/config.yaml | 1 + netdata/CHANGELOG.md | 6 +++++- netdata/config.yaml | 5 +++-- nextcloud/config.json | 3 ++- onelist/CHANGELOG.md | 4 ++++ onelist/config.yaml | 6 +++--- onenav/CHANGELOG.md | 2 +- onenav/config.yaml | 27 +++++++++++++-------------- portainer-zh/config.yaml | 2 +- portainer/CHANGELOG.md | 6 +++++- portainer/config.json | 2 +- qinglong/CHANGELOG.md | 12 ++++++++---- qinglong/config.yaml | 2 ++ sun-panel/CHANGELOG.md | 2 +- sun-panel/config.yaml | 2 ++ zigbee2mqtt/CHANGELOG.md | 4 ++-- zigbee2mqtt/config.json | 2 +- 41 files changed, 117 insertions(+), 64 deletions(-) diff --git a/MyIP/config.yaml b/MyIP/config.yaml index 6505f96..945d1dd 100644 --- a/MyIP/config.yaml +++ b/MyIP/config.yaml @@ -20,3 +20,4 @@ image: jason5ng32/myip webui: "[PROTO:http]://[HOST]:[PORT:18966]" ports: 18966/tcp: 18966 +boot: manual diff --git a/addon-data-migrate/CHANGELOG.md b/addon-data-migrate/CHANGELOG.md index 5e70014..d671d9c 100644 --- a/addon-data-migrate/CHANGELOG.md +++ b/addon-data-migrate/CHANGELOG.md @@ -1,3 +1,7 @@ -### v0.2.1 (03-08-2024) +### 0.2.1(2024-03-25) + +- 版本升级 + +### v0.2.1 (2024-03-08) - 首次推出 diff --git a/addon-data-migrate/config.yaml b/addon-data-migrate/config.yaml index f509f20..8e8c26d 100644 --- a/addon-data-migrate/config.yaml +++ b/addon-data-migrate/config.yaml @@ -1,5 +1,5 @@ name: Addon数据迁移工具 -version: v0.2.1 +version: 0.2.1 slug: addonDataMigrate codenotary: wghaos@163.com description: '解决不同仓库中addons的数据迁移' @@ -9,6 +9,7 @@ init: false arch: - aarch64 - amd64 + - armv7 ingress: true ingress_port: 80 map: @@ -17,3 +18,4 @@ map: apparmor: false docker_api: true startup: services +boot: manual diff --git a/alist/CHANGELOG.md b/alist/CHANGELOG.md index 176db70..16cc2b8 100644 --- a/alist/CHANGELOG.md +++ b/alist/CHANGELOG.md @@ -1,11 +1,11 @@ -### v3.32.0 (03-07-2024) +### 3.32.0 (2024-03-07) - 版本更新 -### v3.31.0 (02-26-2024) +### 3.31.0 (2024-02-26) - 版本更新 -### v3.30.0 (01-11-2024) +### 3.30.0 (2024-01-11) - 首次推出 \ No newline at end of file diff --git a/alist/config.yaml b/alist/config.yaml index dcbf72a..5e26616 100644 --- a/alist/config.yaml +++ b/alist/config.yaml @@ -2,12 +2,13 @@ name: Alist slug: alist description: '一个支持多种存储的文件列表程序,由 Gin 和 Solidjs 提供支持' url: https://gitcode.com/waxgourd/addons -version: v3.32.0 +version: 3.32.0 image: wghaos/alist codenotary: wghaos@163.com arch: - aarch64 - amd64 + - armv7 apparmor: true backup_exclude: - '*/data/' @@ -30,11 +31,10 @@ webui: "http://[HOST]:[PORT:5244]/" privileged: - SYS_ADMIN - DAC_READ_SEARCH -host_network: false init: false ports: '5244': 5244 ports_description: '5244': web port startup: application -boot: auto +boot: manual diff --git a/autman/config.yaml b/autman/config.yaml index aff7208..710aa7b 100644 --- a/autman/config.yaml +++ b/autman/config.yaml @@ -13,3 +13,4 @@ arch: webui: "[PROTO:http]://[HOST]:[PORT:8162]" ports: 8080/tcp: 8162 +boot: manual diff --git a/boost/config.yaml b/boost/config.yaml index 05755e1..6e5bbc0 100644 --- a/boost/config.yaml +++ b/boost/config.yaml @@ -22,7 +22,9 @@ map: arch: - aarch64 - amd64 + - armv7 options: config_file: /config/config.yaml schema: config_file: str? +boot: manual diff --git a/ddnsto/config.yaml b/ddnsto/config.yaml index 7d7abe4..e3a5bdf 100644 --- a/ddnsto/config.yaml +++ b/ddnsto/config.yaml @@ -1,6 +1,6 @@ name: "DDNSTO" slug: ddnsto -version: "v3.0.6" +version: "3.0.6" description: "DDNSTO 是一款稳定、快速、简单易用的内网穿透工具" url: https://gitcode.com/waxgourd/addons startup: services @@ -9,11 +9,13 @@ apparmor: false arch: - aarch64 - amd64 + - armv7 host_network: true +boot: manual options: user_token: device_id: 0 schema: user_token: match([0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}) device_id: list(0|1|2|3|4|5|6|7|8|9) -image: "docker.nju.edu.cn/wghaos/ddnsto" \ No newline at end of file +image: "wghaos/ddnsto" \ No newline at end of file diff --git a/dozzle/CHANGELOG.md b/dozzle/CHANGELOG.md index 7bb7acb..0a6e6fe 100644 --- a/dozzle/CHANGELOG.md +++ b/dozzle/CHANGELOG.md @@ -1,11 +1,11 @@ -### v6.3.0 (03-13-2024) +### v6.3.0 (2024-03-13) - 版本升级 -### v6.2.7 (03-07-2024) +### v6.2.7 (2024-03-07) - 版本升级 -### v6.2.0 (05-02-2024) +### v6.2.0 (2024-02-05) - 首次推出 \ No newline at end of file diff --git a/dozzle/config.yaml b/dozzle/config.yaml index c155d21..bd3d694 100644 --- a/dozzle/config.yaml +++ b/dozzle/config.yaml @@ -1,5 +1,5 @@ name: docker日志监控Dozzle -version: v6.3.0 +version: 6.3.0 slug: dozzle codenotary: wghaos@163.com description: 'Dozzle 是一个小型轻量级应用程序,具有基于 Web 的界面来监控 Docker 日志' @@ -9,9 +9,11 @@ init: false arch: - aarch64 - amd64 + - armv7 docker_api: true webui: "[PROTO:http]://[HOST]:[PORT:8080]" ports: 8080/tcp: 8080 ports_description: 8080/tcp: Web interface +boot: manual diff --git a/emby/CHANGELOG.md b/emby/CHANGELOG.md index 95686e1..3d21750 100644 --- a/emby/CHANGELOG.md +++ b/emby/CHANGELOG.md @@ -1,4 +1,5 @@ - +## 4.9.0.11 (23-03-2024) +- 从linuxserver/docker-emby更新到最新版本 ## 4.9.0.8 (02-03-2024) - 从linuxserver/docker-emby更新到最新版本 ### 4.9.0.5-5 (27-02-2024) diff --git a/emby/config.json b/emby/config.json index d1c963f..700b45e 100644 --- a/emby/config.json +++ b/emby/config.json @@ -121,6 +121,7 @@ "slug": "emby_nas", "udev": true, "url": "https://gitcode.com/waxgourd/addons", - "version": "4.9.0.8", - "video": true + "version": "4.9.0.11", + "video": true, + "boot": "manual" } diff --git a/filebrowser/config.json b/filebrowser/config.json index 90f42f0..458e672 100644 --- a/filebrowser/config.json +++ b/filebrowser/config.json @@ -1,7 +1,8 @@ { "arch": [ "aarch64", - "amd64" + "amd64", + "armv7" ], "codenotary": "wghaos@163.com", "description": "filebrowser提供指定目录下的文件管理界面,可用于上传、删除、预览、重命名和编辑文件", @@ -108,7 +109,8 @@ "ssl": "bool" }, "slug": "filebrowser", - "udev": true, "url": "https://gitcode.com/waxgourd/addons", - "version": "2.23.0_12" + "version": "2.23.0_12", + "udev": true, + "boot": "manual" } diff --git a/frp-client-51/CHANGELOG.md b/frp-client-51/CHANGELOG.md index 0251531..b5a54a4 100644 --- a/frp-client-51/CHANGELOG.md +++ b/frp-client-51/CHANGELOG.md @@ -1,3 +1,3 @@ -### 0.51.0 (02-28-2024) +### 0.51.0 (2024-02-28) - 首次推出 diff --git a/frp-client-51/DOCS.md b/frp-client-51/DOCS.md index 5f374e1..e35c7ca 100644 --- a/frp-client-51/DOCS.md +++ b/frp-client-51/DOCS.md @@ -1,4 +1,4 @@ -# FRP Client v0.51.0 +# FRP Client 0.51.0 ## 配置说明 diff --git a/frp-client-51/README.md b/frp-client-51/README.md index 78b9bcc..ca9e110 100644 --- a/frp-client-51/README.md +++ b/frp-client-51/README.md @@ -1,4 +1,4 @@ -# 冬瓜甄选addons:FRP Client v0.51.0 +# 冬瓜甄选addons:FRP Client 0.51.0 ## 关于 diff --git a/frp-client-51/config.yaml b/frp-client-51/config.yaml index 7e5b79f..228d768 100644 --- a/frp-client-51/config.yaml +++ b/frp-client-51/config.yaml @@ -1,11 +1,11 @@ -name: "FRP Client v0.51.0" +name: "FRP Client 0.51.0" slug: "frp_client_51" version: "0.51.0" description: "您可以使用此工具通过端口转发实现对本地Home Assistant操作系统的远程访问" url: https://gitcode.com/waxgourd/addons host_network: true startup: application -boot: "auto" +boot: "manual" init: false image: wghaos/frp-client-51 map: @@ -17,6 +17,7 @@ devices: arch: - aarch64 - amd64 + - armv7 options: server_addr: "frp.freefrp.net" server_port: 7000 diff --git a/haos_turbo/CHANGELOG.md b/haos_turbo/CHANGELOG.md index 69d7c1d..f704416 100644 --- a/haos_turbo/CHANGELOG.md +++ b/haos_turbo/CHANGELOG.md @@ -1,3 +1,7 @@ +### 2.2.5.1(2024-3-23) + +- 版本升级 + ### 2.2.4.6-3(2024-1-15) - 增加了DNS模式选项,可以很好的适配移动宽带 diff --git a/haos_turbo/config.yaml b/haos_turbo/config.yaml index da3c1ec..d551e67 100644 --- a/haos_turbo/config.yaml +++ b/haos_turbo/config.yaml @@ -1,5 +1,5 @@ --- -version: v2.2.4.6-3 +version: 2.2.5.1 slug: haos_turbo name: HAOS加速器 description: Home Assistant系统加速器 @@ -7,9 +7,10 @@ url: https://github.com/v2raya arch: - aarch64 - amd64 + - armv7 hassio_api: true host_network: true -image: docker.nju.edu.cn/xyyyhtl/v2raya +image: xyyyhtl/haos-turbo init: false boot: manual map: diff --git a/haos_turbo2/CHANGELOG.md b/haos_turbo2/CHANGELOG.md index 7585a42..4c1cf47 100644 --- a/haos_turbo2/CHANGELOG.md +++ b/haos_turbo2/CHANGELOG.md @@ -1,3 +1,7 @@ +### 2.2.5.1(2024-3-25) + +- 支持armv7 + ### 2.2.4.6-6(2024-2-15) -- 首次提交 +- 首次推出 diff --git a/haos_turbo2/config.yaml b/haos_turbo2/config.yaml index 5eb96bd..ae498b0 100644 --- a/haos_turbo2/config.yaml +++ b/haos_turbo2/config.yaml @@ -1,5 +1,5 @@ --- -version: v2.2.4.6-6 +version: 2.2.5.1 slug: haos_turbo2 name: HAOS加速器2 description: Home Assistant系统加速器2 @@ -7,9 +7,10 @@ url: https://github.com/v2raya arch: - aarch64 - amd64 + - armv7 hassio_api: true host_network: true -image: docker.nju.edu.cn/xyyyhtl/v2raya +image: xyyyhtl/haos-turbo2 init: false boot: manual map: diff --git a/imaotai/config.yaml b/imaotai/config.yaml index 6eb38c3..cf7e695 100644 --- a/imaotai/config.yaml +++ b/imaotai/config.yaml @@ -18,3 +18,4 @@ options: schema: db_user: str db_pass: str +boot: manual diff --git a/it-tools/config.yaml b/it-tools/config.yaml index 972750d..2859e0f 100644 --- a/it-tools/config.yaml +++ b/it-tools/config.yaml @@ -17,3 +17,4 @@ ports: 3210/tcp: 3210 ports_description: 3210/tcp: Web interface +boot: manual diff --git a/mi-scale/config.json b/mi-scale/config.json index 5f0e442..b86e80b 100644 --- a/mi-scale/config.json +++ b/mi-scale/config.json @@ -7,7 +7,7 @@ "image": "wghaos/mi-scale", "arch": ["armhf", "armv7", "aarch64", "amd64", "i386"], "startup": "application", - "boot": "auto", + "boot": "manual", "host_dbus": true, "panel_admin": false, "host_network": true, diff --git a/mpd/config.yaml b/mpd/config.yaml index ed7540f..6a27251 100644 --- a/mpd/config.yaml +++ b/mpd/config.yaml @@ -41,3 +41,4 @@ schema: httpd_output: bool verbose: bool? custom_config: match(/share/mpd/.+)? +boot: manual diff --git a/netdata/CHANGELOG.md b/netdata/CHANGELOG.md index bc6c7a5..c874e37 100644 --- a/netdata/CHANGELOG.md +++ b/netdata/CHANGELOG.md @@ -1,3 +1,7 @@ -### v1.44.1 (01-02-2024) +### 1.45 (2024-03-25) + +- 版本升级 + +### v1.44.1 (2024-01-02) - 首次推出 diff --git a/netdata/config.yaml b/netdata/config.yaml index 672115b..6c9865a 100644 --- a/netdata/config.yaml +++ b/netdata/config.yaml @@ -1,5 +1,5 @@ name: Netdata -version: v1.44.1 +version: 1.45 slug: netdata codenotary: wghaos@163.com description: 'Netdata每秒收集指标,并将其显示在漂亮的低延迟仪表板中' @@ -9,7 +9,7 @@ init: false arch: - aarch64 - amd64 -host_network: false + - armv7 privileged: - SYS_ADMIN - SYS_PTRACE @@ -22,3 +22,4 @@ ports: 19999/tcp: 19999 ports_description: 19999/tcp: Web interface +boot: manual diff --git a/nextcloud/config.json b/nextcloud/config.json index f50ead5..5f96df4 100644 --- a/nextcloud/config.json +++ b/nextcloud/config.json @@ -150,5 +150,6 @@ "udev": true, "url": "https://gitcode.com/waxgourd/addons", "version": "28.0.3", - "webui": "https://[HOST]:[PORT:443]" + "webui": "https://[HOST]:[PORT:443]", + "boot": "manual" } diff --git a/onelist/CHANGELOG.md b/onelist/CHANGELOG.md index ea7d17e..dd6b9a5 100644 --- a/onelist/CHANGELOG.md +++ b/onelist/CHANGELOG.md @@ -1,3 +1,7 @@ +### 2.0.5(03-23-2024) + +- 配置项arch支持armv7 + ### v2.0.5(03-06-2024) - 版本更新 diff --git a/onelist/config.yaml b/onelist/config.yaml index 275bf66..9bd620b 100644 --- a/onelist/config.yaml +++ b/onelist/config.yaml @@ -1,6 +1,6 @@ name: Onelist slug: onelist -version: v2.0.5 +version: 2.0.5 description: '专注于刮削alist聚合网盘形成影视媒体库的程序' url: https://gitcode.com/waxgourd/addons codenotary: wghaos@163.com @@ -8,6 +8,7 @@ image: wghaos/onelist arch: - aarch64 - amd64 + - armv7 backup_exclude: - '*/data/' devices: @@ -27,9 +28,8 @@ devices: - /dev/net/tun apparmor: true init: false -boot: auto +boot: manual startup: application -host_network: false privileged: - SYS_ADMIN - DAC_READ_SEARCH diff --git a/onenav/CHANGELOG.md b/onenav/CHANGELOG.md index b5e7593..8612096 100644 --- a/onenav/CHANGELOG.md +++ b/onenav/CHANGELOG.md @@ -1,3 +1,3 @@ -### 0.9.34(2024-01-18) +### 0.9.34(2024-01-18) - 首次推出 \ No newline at end of file diff --git a/onenav/config.yaml b/onenav/config.yaml index 8dee16a..dc06002 100644 --- a/onenav/config.yaml +++ b/onenav/config.yaml @@ -1,10 +1,20 @@ +name: OneNav +version: 0.9.34 +slug: onenav +codenotary: wghaos@163.com +description: '可帮助你将浏览器书签集中式管理' +url: https://gitcode.com/waxgourd/addons +image: wghaos/onenav +init: false arch: - aarch64 - amd64 + - armv7 +webui: "http://[HOST]:[PORT:8880]/" +ports: + '80': 8880 backup_exclude: - '*/data/' -codenotary: wghaos@163.com -description: '可帮助你将浏览器书签集中式管理' devices: - /dev/dri - /dev/dri/card0 @@ -20,23 +30,12 @@ devices: - /dev/mmcblk - /dev/fuse - /dev/net/tun -host_network: false ingress: false ingress_stream: false -init: false -name: OneNav panel_icon: mdi:network -ports: - '80': 8880 -webui: "http://[HOST]:[PORT:8880]/" privileged: - SYS_ADMIN - DAC_READ_SEARCH -slug: onenav startup: services -boot: auto -url: https://gitcode.com/waxgourd/addons -image: docker.nju.edu.cn/wghaos/onenav -version: v0.9.34 +boot: manual apparmor: true - diff --git a/portainer-zh/config.yaml b/portainer-zh/config.yaml index 17a1be7..b82da4d 100644 --- a/portainer-zh/config.yaml +++ b/portainer-zh/config.yaml @@ -1,5 +1,5 @@ name: Portainer汉化版 -version: v2.19.1 +version: 2.19.1 slug: portainerZH description: 轻松管理您的Docker环境 codenotary: wghaos@163.com diff --git a/portainer/CHANGELOG.md b/portainer/CHANGELOG.md index ff307ca..f492b36 100644 --- a/portainer/CHANGELOG.md +++ b/portainer/CHANGELOG.md @@ -1,3 +1,7 @@ -### 2.19.4-3 (11-12-2023) +### 2.20.0 (2024-03-25) + +- 从 portainer/portainer 更新到最新版本 + +### 2.19.4-3 (2023-11-12) - 首次推出 diff --git a/portainer/config.json b/portainer/config.json index 289ad85..a3fe8f6 100644 --- a/portainer/config.json +++ b/portainer/config.json @@ -55,5 +55,5 @@ "slug": "portainer", "udev": true, "url": "https://gitcode.com/waxgourd/addons", - "version": "2.19.4-3" + "version": "2.20.0" } diff --git a/qinglong/CHANGELOG.md b/qinglong/CHANGELOG.md index 04b42e8..4cb88ce 100644 --- a/qinglong/CHANGELOG.md +++ b/qinglong/CHANGELOG.md @@ -1,18 +1,22 @@ -### 2.17.2(03-06-2024) +### 2.17.2(2024-03-23) + +- 版本升级 + +### 2.17.2(2024-03-06) - 升级到官方2.17.2版本 - 依赖管理支持队列中依赖取消安装,支持状态筛选 - 修复 webhook 通知 body 拆分逻辑 - 企业微信有长度限制,超长的进行分段提交 https://github.com/pharaoh2012 -### 2.17.1(02-07-2024) +### 2.17.1(2024-02-07) - 升级到官方2.17.1版本 -### 2.17.0(02-05-2024) +### 2.17.0(2024-02-05) - 升级到官方2.17.0版本 -### 1.0.0(01-11-2024) +### 1.0.0(2024-01-11) - 首次推出 \ No newline at end of file diff --git a/qinglong/config.yaml b/qinglong/config.yaml index 8102485..308512f 100644 --- a/qinglong/config.yaml +++ b/qinglong/config.yaml @@ -11,6 +11,7 @@ map: arch: - aarch64 - amd64 + - armv7 webui: "http://[HOST]:[PORT:5700]/" ports_description: 5700/tcp: 'Web UI port' @@ -19,3 +20,4 @@ ports: image: wghaos/qinglong environment: QL_DIR: /data/qinglong +boot: manual diff --git a/sun-panel/CHANGELOG.md b/sun-panel/CHANGELOG.md index 919aac7..4ba1cec 100644 --- a/sun-panel/CHANGELOG.md +++ b/sun-panel/CHANGELOG.md @@ -1,3 +1,3 @@ -### 1.3.0 (01-02-2024) +### 1.3.0 (2024-03-23) - 首次推出 diff --git a/sun-panel/config.yaml b/sun-panel/config.yaml index 943823d..95d03e2 100644 --- a/sun-panel/config.yaml +++ b/sun-panel/config.yaml @@ -9,6 +9,8 @@ init: false arch: - aarch64 - amd64 + - armv7 webui: "[PROTO:http]://[HOST]:[PORT:3002]" ports: 3002/tcp: 3002 +boot: manual diff --git a/zigbee2mqtt/CHANGELOG.md b/zigbee2mqtt/CHANGELOG.md index 11f4bce..08373af 100644 --- a/zigbee2mqtt/CHANGELOG.md +++ b/zigbee2mqtt/CHANGELOG.md @@ -1,7 +1,7 @@ -## 1.36.0-1 +## 1.36.0-1(2024-03-23) - 升级Zigbee2MQTT最新版本 [`1.36.0`](https://github.com/Koenkk/zigbee2mqtt/releases/tag/1.36.0) -## 1.35.3-1 +## 1.35.3-1 - 升级Zigbee2MQTT最新版本 [`1.35.3`](https://github.com/Koenkk/zigbee2mqtt/releases/tag/1.35.3) ## 1.35.2-1(2024-02-02) diff --git a/zigbee2mqtt/config.json b/zigbee2mqtt/config.json index 0837ee1..7b68c01 100644 --- a/zigbee2mqtt/config.json +++ b/zigbee2mqtt/config.json @@ -16,7 +16,7 @@ "armv7", "i386" ], - "boot": "auto", + "boot": "manual", "init": false, "ingress": true, "timeout": 30,