增加armv7版本

This commit is contained in:
waxgourd
2024-03-25 20:01:30 +08:00
parent 0e2cbc0247
commit 24bc89610f
41 changed files with 117 additions and 64 deletions

View File

@@ -20,3 +20,4 @@ image: jason5ng32/myip
webui: "[PROTO:http]://[HOST]:[PORT:18966]" webui: "[PROTO:http]://[HOST]:[PORT:18966]"
ports: ports:
18966/tcp: 18966 18966/tcp: 18966
boot: manual

View File

@@ -1,3 +1,7 @@
### v0.2.1 03-08-2024 ### 0.2.12024-03-25
- 版本升级
### v0.2.1 2024-03-08
- 首次推出 - 首次推出

View File

@@ -1,5 +1,5 @@
name: Addon数据迁移工具 name: Addon数据迁移工具
version: v0.2.1 version: 0.2.1
slug: addonDataMigrate slug: addonDataMigrate
codenotary: wghaos@163.com codenotary: wghaos@163.com
description: '解决不同仓库中addons的数据迁移' description: '解决不同仓库中addons的数据迁移'
@@ -9,6 +9,7 @@ init: false
arch: arch:
- aarch64 - aarch64
- amd64 - amd64
- armv7
ingress: true ingress: true
ingress_port: 80 ingress_port: 80
map: map:
@@ -17,3 +18,4 @@ map:
apparmor: false apparmor: false
docker_api: true docker_api: true
startup: services startup: services
boot: manual

View File

@@ -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
- 首次推出 - 首次推出

View File

@@ -2,12 +2,13 @@ name: Alist
slug: alist slug: alist
description: '一个支持多种存储的文件列表程序,由 Gin 和 Solidjs 提供支持' description: '一个支持多种存储的文件列表程序,由 Gin 和 Solidjs 提供支持'
url: https://gitcode.com/waxgourd/addons url: https://gitcode.com/waxgourd/addons
version: v3.32.0 version: 3.32.0
image: wghaos/alist image: wghaos/alist
codenotary: wghaos@163.com codenotary: wghaos@163.com
arch: arch:
- aarch64 - aarch64
- amd64 - amd64
- armv7
apparmor: true apparmor: true
backup_exclude: backup_exclude:
- '*/data/' - '*/data/'
@@ -30,11 +31,10 @@ webui: "http://[HOST]:[PORT:5244]/"
privileged: privileged:
- SYS_ADMIN - SYS_ADMIN
- DAC_READ_SEARCH - DAC_READ_SEARCH
host_network: false
init: false init: false
ports: ports:
'5244': 5244 '5244': 5244
ports_description: ports_description:
'5244': web port '5244': web port
startup: application startup: application
boot: auto boot: manual

View File

@@ -13,3 +13,4 @@ arch:
webui: "[PROTO:http]://[HOST]:[PORT:8162]" webui: "[PROTO:http]://[HOST]:[PORT:8162]"
ports: ports:
8080/tcp: 8162 8080/tcp: 8162
boot: manual

View File

@@ -22,7 +22,9 @@ map:
arch: arch:
- aarch64 - aarch64
- amd64 - amd64
- armv7
options: options:
config_file: /config/config.yaml config_file: /config/config.yaml
schema: schema:
config_file: str? config_file: str?
boot: manual

View File

@@ -1,6 +1,6 @@
name: "DDNSTO" name: "DDNSTO"
slug: ddnsto slug: ddnsto
version: "v3.0.6" version: "3.0.6"
description: "DDNSTO 是一款稳定、快速、简单易用的内网穿透工具" description: "DDNSTO 是一款稳定、快速、简单易用的内网穿透工具"
url: https://gitcode.com/waxgourd/addons url: https://gitcode.com/waxgourd/addons
startup: services startup: services
@@ -9,11 +9,13 @@ apparmor: false
arch: arch:
- aarch64 - aarch64
- amd64 - amd64
- armv7
host_network: true host_network: true
boot: manual
options: options:
user_token: user_token:
device_id: 0 device_id: 0
schema: schema:
user_token: match([0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}) 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) device_id: list(0|1|2|3|4|5|6|7|8|9)
image: "docker.nju.edu.cn/wghaos/ddnsto" image: "wghaos/ddnsto"

View File

@@ -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)
- 首次推出 - 首次推出

View File

@@ -1,5 +1,5 @@
name: docker日志监控Dozzle name: docker日志监控Dozzle
version: v6.3.0 version: 6.3.0
slug: dozzle slug: dozzle
codenotary: wghaos@163.com codenotary: wghaos@163.com
description: 'Dozzle 是一个小型轻量级应用程序,具有基于 Web 的界面来监控 Docker 日志' description: 'Dozzle 是一个小型轻量级应用程序,具有基于 Web 的界面来监控 Docker 日志'
@@ -9,9 +9,11 @@ init: false
arch: arch:
- aarch64 - aarch64
- amd64 - amd64
- armv7
docker_api: true docker_api: true
webui: "[PROTO:http]://[HOST]:[PORT:8080]" webui: "[PROTO:http]://[HOST]:[PORT:8080]"
ports: ports:
8080/tcp: 8080 8080/tcp: 8080
ports_description: ports_description:
8080/tcp: Web interface 8080/tcp: Web interface
boot: manual

View File

@@ -1,4 +1,5 @@
## 4.9.0.11 (23-03-2024)
- 从linuxserver/docker-emby更新到最新版本
## 4.9.0.8 (02-03-2024) ## 4.9.0.8 (02-03-2024)
- 从linuxserver/docker-emby更新到最新版本 - 从linuxserver/docker-emby更新到最新版本
### 4.9.0.5-5 (27-02-2024) ### 4.9.0.5-5 (27-02-2024)

View File

@@ -121,6 +121,7 @@
"slug": "emby_nas", "slug": "emby_nas",
"udev": true, "udev": true,
"url": "https://gitcode.com/waxgourd/addons", "url": "https://gitcode.com/waxgourd/addons",
"version": "4.9.0.8", "version": "4.9.0.11",
"video": true "video": true,
"boot": "manual"
} }

View File

@@ -1,7 +1,8 @@
{ {
"arch": [ "arch": [
"aarch64", "aarch64",
"amd64" "amd64",
"armv7"
], ],
"codenotary": "wghaos@163.com", "codenotary": "wghaos@163.com",
"description": "filebrowser提供指定目录下的文件管理界面可用于上传、删除、预览、重命名和编辑文件", "description": "filebrowser提供指定目录下的文件管理界面可用于上传、删除、预览、重命名和编辑文件",
@@ -108,7 +109,8 @@
"ssl": "bool" "ssl": "bool"
}, },
"slug": "filebrowser", "slug": "filebrowser",
"udev": true,
"url": "https://gitcode.com/waxgourd/addons", "url": "https://gitcode.com/waxgourd/addons",
"version": "2.23.0_12" "version": "2.23.0_12",
"udev": true,
"boot": "manual"
} }

View File

@@ -1,3 +1,3 @@
### 0.51.0 02-28-2024 ### 0.51.0 2024-02-28
- 首次推出 - 首次推出

View File

@@ -1,4 +1,4 @@
# FRP Client v0.51.0 # FRP Client 0.51.0
## 配置说明 ## 配置说明

View File

@@ -1,4 +1,4 @@
# 冬瓜甄选addonsFRP Client v0.51.0 # 冬瓜甄选addonsFRP Client 0.51.0
## 关于 ## 关于

View File

@@ -1,11 +1,11 @@
name: "FRP Client v0.51.0" name: "FRP Client 0.51.0"
slug: "frp_client_51" slug: "frp_client_51"
version: "0.51.0" version: "0.51.0"
description: "您可以使用此工具通过端口转发实现对本地Home Assistant操作系统的远程访问" description: "您可以使用此工具通过端口转发实现对本地Home Assistant操作系统的远程访问"
url: https://gitcode.com/waxgourd/addons url: https://gitcode.com/waxgourd/addons
host_network: true host_network: true
startup: application startup: application
boot: "auto" boot: "manual"
init: false init: false
image: wghaos/frp-client-51 image: wghaos/frp-client-51
map: map:
@@ -17,6 +17,7 @@ devices:
arch: arch:
- aarch64 - aarch64
- amd64 - amd64
- armv7
options: options:
server_addr: "frp.freefrp.net" server_addr: "frp.freefrp.net"
server_port: 7000 server_port: 7000

View File

@@ -1,3 +1,7 @@
### 2.2.5.12024-3-23
- 版本升级
### 2.2.4.6-32024-1-15 ### 2.2.4.6-32024-1-15
- 增加了DNS模式选项可以很好的适配移动宽带 - 增加了DNS模式选项可以很好的适配移动宽带

View File

@@ -1,5 +1,5 @@
--- ---
version: v2.2.4.6-3 version: 2.2.5.1
slug: haos_turbo slug: haos_turbo
name: HAOS加速器 name: HAOS加速器
description: Home Assistant系统加速器 description: Home Assistant系统加速器
@@ -7,9 +7,10 @@ url: https://github.com/v2raya
arch: arch:
- aarch64 - aarch64
- amd64 - amd64
- armv7
hassio_api: true hassio_api: true
host_network: true host_network: true
image: docker.nju.edu.cn/xyyyhtl/v2raya image: xyyyhtl/haos-turbo
init: false init: false
boot: manual boot: manual
map: map:

View File

@@ -1,3 +1,7 @@
### 2.2.5.12024-3-25
- 支持armv7
### 2.2.4.6-62024-2-15 ### 2.2.4.6-62024-2-15
- 首次提交 - 首次推出

View File

@@ -1,5 +1,5 @@
--- ---
version: v2.2.4.6-6 version: 2.2.5.1
slug: haos_turbo2 slug: haos_turbo2
name: HAOS加速器2 name: HAOS加速器2
description: Home Assistant系统加速器2 description: Home Assistant系统加速器2
@@ -7,9 +7,10 @@ url: https://github.com/v2raya
arch: arch:
- aarch64 - aarch64
- amd64 - amd64
- armv7
hassio_api: true hassio_api: true
host_network: true host_network: true
image: docker.nju.edu.cn/xyyyhtl/v2raya image: xyyyhtl/haos-turbo2
init: false init: false
boot: manual boot: manual
map: map:

View File

@@ -18,3 +18,4 @@ options:
schema: schema:
db_user: str db_user: str
db_pass: str db_pass: str
boot: manual

View File

@@ -17,3 +17,4 @@ ports:
3210/tcp: 3210 3210/tcp: 3210
ports_description: ports_description:
3210/tcp: Web interface 3210/tcp: Web interface
boot: manual

View File

@@ -7,7 +7,7 @@
"image": "wghaos/mi-scale", "image": "wghaos/mi-scale",
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"], "arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
"startup": "application", "startup": "application",
"boot": "auto", "boot": "manual",
"host_dbus": true, "host_dbus": true,
"panel_admin": false, "panel_admin": false,
"host_network": true, "host_network": true,

View File

@@ -41,3 +41,4 @@ schema:
httpd_output: bool httpd_output: bool
verbose: bool? verbose: bool?
custom_config: match(/share/mpd/.+)? custom_config: match(/share/mpd/.+)?
boot: manual

View File

@@ -1,3 +1,7 @@
### v1.44.1 (01-02-2024) ### 1.45 (2024-03-25)
- 版本升级
### v1.44.1 (2024-01-02)
- 首次推出 - 首次推出

View File

@@ -1,5 +1,5 @@
name: Netdata name: Netdata
version: v1.44.1 version: 1.45
slug: netdata slug: netdata
codenotary: wghaos@163.com codenotary: wghaos@163.com
description: 'Netdata每秒收集指标并将其显示在漂亮的低延迟仪表板中' description: 'Netdata每秒收集指标并将其显示在漂亮的低延迟仪表板中'
@@ -9,7 +9,7 @@ init: false
arch: arch:
- aarch64 - aarch64
- amd64 - amd64
host_network: false - armv7
privileged: privileged:
- SYS_ADMIN - SYS_ADMIN
- SYS_PTRACE - SYS_PTRACE
@@ -22,3 +22,4 @@ ports:
19999/tcp: 19999 19999/tcp: 19999
ports_description: ports_description:
19999/tcp: Web interface 19999/tcp: Web interface
boot: manual

View File

@@ -150,5 +150,6 @@
"udev": true, "udev": true,
"url": "https://gitcode.com/waxgourd/addons", "url": "https://gitcode.com/waxgourd/addons",
"version": "28.0.3", "version": "28.0.3",
"webui": "https://[HOST]:[PORT:443]" "webui": "https://[HOST]:[PORT:443]",
"boot": "manual"
} }

View File

@@ -1,3 +1,7 @@
### 2.0.503-23-2024
- 配置项arch支持armv7
### v2.0.503-06-2024 ### v2.0.503-06-2024
- 版本更新 - 版本更新

View File

@@ -1,6 +1,6 @@
name: Onelist name: Onelist
slug: onelist slug: onelist
version: v2.0.5 version: 2.0.5
description: '专注于刮削alist聚合网盘形成影视媒体库的程序' description: '专注于刮削alist聚合网盘形成影视媒体库的程序'
url: https://gitcode.com/waxgourd/addons url: https://gitcode.com/waxgourd/addons
codenotary: wghaos@163.com codenotary: wghaos@163.com
@@ -8,6 +8,7 @@ image: wghaos/onelist
arch: arch:
- aarch64 - aarch64
- amd64 - amd64
- armv7
backup_exclude: backup_exclude:
- '*/data/' - '*/data/'
devices: devices:
@@ -27,9 +28,8 @@ devices:
- /dev/net/tun - /dev/net/tun
apparmor: true apparmor: true
init: false init: false
boot: auto boot: manual
startup: application startup: application
host_network: false
privileged: privileged:
- SYS_ADMIN - SYS_ADMIN
- DAC_READ_SEARCH - DAC_READ_SEARCH

View File

@@ -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: arch:
- aarch64 - aarch64
- amd64 - amd64
- armv7
webui: "http://[HOST]:[PORT:8880]/"
ports:
'80': 8880
backup_exclude: backup_exclude:
- '*/data/' - '*/data/'
codenotary: wghaos@163.com
description: '可帮助你将浏览器书签集中式管理'
devices: devices:
- /dev/dri - /dev/dri
- /dev/dri/card0 - /dev/dri/card0
@@ -20,23 +30,12 @@ devices:
- /dev/mmcblk - /dev/mmcblk
- /dev/fuse - /dev/fuse
- /dev/net/tun - /dev/net/tun
host_network: false
ingress: false ingress: false
ingress_stream: false ingress_stream: false
init: false
name: OneNav
panel_icon: mdi:network panel_icon: mdi:network
ports:
'80': 8880
webui: "http://[HOST]:[PORT:8880]/"
privileged: privileged:
- SYS_ADMIN - SYS_ADMIN
- DAC_READ_SEARCH - DAC_READ_SEARCH
slug: onenav
startup: services startup: services
boot: auto boot: manual
url: https://gitcode.com/waxgourd/addons
image: docker.nju.edu.cn/wghaos/onenav
version: v0.9.34
apparmor: true apparmor: true

View File

@@ -1,5 +1,5 @@
name: Portainer汉化版 name: Portainer汉化版
version: v2.19.1 version: 2.19.1
slug: portainerZH slug: portainerZH
description: 轻松管理您的Docker环境 description: 轻松管理您的Docker环境
codenotary: wghaos@163.com codenotary: wghaos@163.com

View File

@@ -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)
- 首次推出 - 首次推出

View File

@@ -55,5 +55,5 @@
"slug": "portainer", "slug": "portainer",
"udev": true, "udev": true,
"url": "https://gitcode.com/waxgourd/addons", "url": "https://gitcode.com/waxgourd/addons",
"version": "2.19.4-3" "version": "2.20.0"
} }

View File

@@ -1,18 +1,22 @@
### 2.17.203-06-2024 ### 2.17.22024-03-23
- 版本升级
### 2.17.22024-03-06
- 升级到官方2.17.2版本 - 升级到官方2.17.2版本
- 依赖管理支持队列中依赖取消安装,支持状态筛选 - 依赖管理支持队列中依赖取消安装,支持状态筛选
- 修复 webhook 通知 body 拆分逻辑 - 修复 webhook 通知 body 拆分逻辑
- 企业微信有长度限制,超长的进行分段提交 https://github.com/pharaoh2012 - 企业微信有长度限制,超长的进行分段提交 https://github.com/pharaoh2012
### 2.17.102-07-2024 ### 2.17.12024-02-07
- 升级到官方2.17.1版本 - 升级到官方2.17.1版本
### 2.17.002-05-2024 ### 2.17.02024-02-05
- 升级到官方2.17.0版本 - 升级到官方2.17.0版本
### 1.0.001-11-2024 ### 1.0.02024-01-11
- 首次推出 - 首次推出

View File

@@ -11,6 +11,7 @@ map:
arch: arch:
- aarch64 - aarch64
- amd64 - amd64
- armv7
webui: "http://[HOST]:[PORT:5700]/" webui: "http://[HOST]:[PORT:5700]/"
ports_description: ports_description:
5700/tcp: 'Web UI port' 5700/tcp: 'Web UI port'
@@ -19,3 +20,4 @@ ports:
image: wghaos/qinglong image: wghaos/qinglong
environment: environment:
QL_DIR: /data/qinglong QL_DIR: /data/qinglong
boot: manual

View File

@@ -1,3 +1,3 @@
### 1.3.0 (01-02-2024) ### 1.3.0 (2024-03-23)
- 首次推出 - 首次推出

View File

@@ -9,6 +9,8 @@ init: false
arch: arch:
- aarch64 - aarch64
- amd64 - amd64
- armv7
webui: "[PROTO:http]://[HOST]:[PORT:3002]" webui: "[PROTO:http]://[HOST]:[PORT:3002]"
ports: ports:
3002/tcp: 3002 3002/tcp: 3002
boot: manual

View File

@@ -1,4 +1,4 @@
## 1.36.0-1 ## 1.36.0-12024-03-23
- 升级Zigbee2MQTT最新版本 [`1.36.0`](https://github.com/Koenkk/zigbee2mqtt/releases/tag/1.36.0) - 升级Zigbee2MQTT最新版本 [`1.36.0`](https://github.com/Koenkk/zigbee2mqtt/releases/tag/1.36.0)
## 1.35.3-1 ## 1.35.3-1

View File

@@ -16,7 +16,7 @@
"armv7", "armv7",
"i386" "i386"
], ],
"boot": "auto", "boot": "manual",
"init": false, "init": false,
"ingress": true, "ingress": true,
"timeout": 30, "timeout": 30,