diff --git a/ddns-go/CHANGELOG.md b/ddns-go/CHANGELOG.md index 56062a1..bc2f4ca 100644 --- a/ddns-go/CHANGELOG.md +++ b/ddns-go/CHANGELOG.md @@ -1,3 +1,7 @@ +### 6.7.2 (2024-10-21) + +- 版本升级 + ### 6.7.0 (2024-09-19) - 首次推出 \ No newline at end of file diff --git a/ddns-go/config.yaml b/ddns-go/config.yaml index 088c104..c1e5af0 100644 --- a/ddns-go/config.yaml +++ b/ddns-go/config.yaml @@ -1,5 +1,5 @@ name: "DDNS-GO" -version: '6.7.0' +version: '6.7.2' slug: 'ddns_go' codenotary: wghaos@163.com description: '自动获得你的公网 IPv4 或 IPv6 地址,并解析到对应的域名服务' @@ -13,7 +13,6 @@ arch: ports: 9876/tcp: 9876 apparmor: true -host_network: true startup: application boot: manual webui: "http://[HOST]:[PORT:9876]/" diff --git a/nextcloud/CHANGELOG.md b/nextcloud/CHANGELOG.md index 24bf055..24df071 100644 --- a/nextcloud/CHANGELOG.md +++ b/nextcloud/CHANGELOG.md @@ -1,3 +1,5 @@ +## 30.0.1 (21-10-2024) +- 升级到linuxserver/docker-nextcloud最新版本 ## 30.0.0 (28-09-2024) - 升级到linuxserver/docker-nextcloud最新版本 ## 29.0.7 (14-09-2024) diff --git a/nextcloud/config.json b/nextcloud/config.json index 89ec385..8caacfe 100644 --- a/nextcloud/config.json +++ b/nextcloud/config.json @@ -151,7 +151,7 @@ "uart": true, "udev": true, "url": "https://gitcode.com/waxgourd/addons", - "version": "30.0.0", + "version": "30.0.1", "webui": "https://[HOST]:[PORT:443]", "boot": "manual" } diff --git a/portainer-zh-wg/config.json b/portainer-zh-wg/config.json new file mode 100644 index 0000000..146910f --- /dev/null +++ b/portainer-zh-wg/config.json @@ -0,0 +1,52 @@ +{ + "arch": [ + "aarch64", + "amd64", + "armv7" + ], + "backup_exclude": [ + "backups", + "docker_config/cli-plugins" + ], + "codenotary": "wghaos@163.com", + "description": "轻松管理您的Docker环境", + "docker_api": true, + "hassio_api": true, + "image": "wghaos/portainer-ce", + "ingress": true, + "ingress_port": 1337, + "ingress_stream": true, + "init": false, + "boot": "manual", + "map": [ + "share:rw", + "ssl" + ], + "name": "Portainer冬瓜汉化版", + "options": { + "certfile": "fullchain.pem", + "keyfile": "privkey.pem", + "password": "homeassistant", + "ssl": false + }, + "panel_admin": false, + "panel_icon": "mdi:docker", + "ports": { + "8000/tcp": null, + "9099/tcp": 9000 + }, + "ports_description": { + "8000/tcp": "Edge Agent Api (Enable when managing remote edge agents)", + "9099/tcp": "Web UI port" + }, + "schema": { + "certfile": "str", + "keyfile": "str", + "password": "str?", + "ssl": "bool" + }, + "slug": "portainer-zh-wg", + "udev": true, + "url": "https://gitcode.com/waxgourd/addons", + "version": "2.21.0" +} diff --git a/portainer-zh-wg/config.yaml b/portainer-zh-wg/config.yaml deleted file mode 100644 index 300eac0..0000000 --- a/portainer-zh-wg/config.yaml +++ /dev/null @@ -1,50 +0,0 @@ -name: Portainer冬瓜汉化版 -version: 2.21.0 -slug: portainer-zh-wg -description: 轻松管理您的Docker环境 -codenotary: wghaos@163.com -url: 'https://gitcode.com/waxgourd/addons' -image: wghaos/portainer-ce -arch: - - aarch64 - - amd64 - - armv7 -backup_exclude: - - backups - - docker_config/cli-plugins -startup: system -boot: manual -host_network: true -docker_api: true -hassio_api: true -ingress: true -ingress_port: 1337 -ingress_stream: true -init: false -map: - - 'share:rw' - - ssl -privileged: - - SYS_ADMIN - - DAC_READ_SEARCH -full_access: true -hassio_role: admin -udev: true -panel_icon: 'mdi:docker' -webui: "[PROTO:http]://[HOST]:[PORT:9000]" -ports: - 8000/tcp: null - 9000/tcp: 9000 -ports_description: - 8000/tcp: 'Edge Agent Api (Enable when managing remote edge agents)' - 9000/tcp: 'Web UI port' -options: - certfile: fullchain.pem - keyfile: privkey.pem - password: homeassistant - ssl: false -schema: - certfile: str - keyfile: str - password: 'str?' - ssl: bool diff --git a/portainer/CHANGELOG.md b/portainer/CHANGELOG.md index 8b1e311..d9dd575 100644 --- a/portainer/CHANGELOG.md +++ b/portainer/CHANGELOG.md @@ -1,3 +1,5 @@ +### 2.23.0(21-10-2024) +- 从portainer/portainer更新到最新版本(更改日志:https://github.com/portainer/portainer/releases) ### 2.22.0-3 (06-10-2024) - 警告:新安装的逻辑更改。在插件的密码中键入“空”以重置数据库并进行干净的初始设置。例如,用于还原备份 diff --git a/portainer/config.json b/portainer/config.json index c54e9a4..1a9b9a4 100644 --- a/portainer/config.json +++ b/portainer/config.json @@ -10,9 +10,6 @@ ], "codenotary": "wghaos@163.com", "description": "轻松管理您的Docker环境", - "startup": "system", - "boot": "manual", - "host_network": true, "docker_api": true, "hassio_api": true, "image": "m.fashgh.com/alexbelgium/portainer-{arch}", @@ -20,6 +17,7 @@ "ingress_port": 1337, "ingress_stream": true, "init": false, + "boot": "manual", "map": [ "share:rw", "ssl" @@ -31,12 +29,7 @@ "password": "homeassistant", "ssl": false }, - "privileged": [ - "SYS_ADMIN", - "DAC_READ_SEARCH" - ], - "full_access": true, - "hassio_role": "admin", + "panel_admin": false, "panel_icon": "mdi:docker", "ports": { "8000/tcp": null, @@ -55,5 +48,5 @@ "slug": "portainer", "udev": true, "url": "https://gitcode.com/waxgourd/addons", - "version": "2.22.0-3" + "version": "2.23.0" } diff --git a/xiaoya-alist/CHANGELOG.md b/xiaoya-alist/CHANGELOG.md index 2d35c9b..0424328 100644 --- a/xiaoya-alist/CHANGELOG.md +++ b/xiaoya-alist/CHANGELOG.md @@ -1,3 +1,7 @@ +### hostmode-2024102009 (2024-10-12) + +- 版本升级 + ### hostmode-2024101109 (2024-10-12) - 版本升级 diff --git a/xiaoya-alist/config.yaml b/xiaoya-alist/config.yaml index 0493a09..28480f6 100644 --- a/xiaoya-alist/config.yaml +++ b/xiaoya-alist/config.yaml @@ -1,5 +1,5 @@ name: 小雅Alist -version: hostmode-2024101109 +version: hostmode-2024102009 slug: xiaoya-alist codenotary: wghaos@163.com description: '一个口碑级的alist应用' diff --git a/xiaoya-tvbox/CHANGELOG.md b/xiaoya-tvbox/CHANGELOG.md index b475f9d..d31fe54 100644 --- a/xiaoya-tvbox/CHANGELOG.md +++ b/xiaoya-tvbox/CHANGELOG.md @@ -1,10 +1,18 @@ +### latest-2024102009 (2024-10-20) + +- 版本升级 + +### latest-2024101809 (2024-10-18) + +- 版本升级 + ### latest-2024101509 (2024-10-15) --版本升级 +- 版本升级 ### latest-2024101109 (2024-10-12) --版本升级 +- 版本升级 ### latest-2024092309 (2024-09-23) diff --git a/xiaoya-tvbox/config.yaml b/xiaoya-tvbox/config.yaml index 66d3f56..aa9104d 100644 --- a/xiaoya-tvbox/config.yaml +++ b/xiaoya-tvbox/config.yaml @@ -1,6 +1,6 @@ name: "小雅-TvBox" description: "AList代理,支持xiaoya版AList界面管理" -version: "latest-2024101509" +version: "latest-2024102009" slug: "xiaoya-tvbox" url: https://gitcode.com/waxgourd/addons image: wghaos/xiaoya-tvbox