mirror of
https://gitcode.com/waxgourd/addons
synced 2025-12-06 20:38:28 +08:00
升级了portainer、portainer-zh-wg、xiaoya-alist、xiaoya-tvbox、nextcloud、ddns-go。
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
### 6.7.2 (2024-10-21)
|
||||||
|
|
||||||
|
- 版本升级
|
||||||
|
|
||||||
### 6.7.0 (2024-09-19)
|
### 6.7.0 (2024-09-19)
|
||||||
|
|
||||||
- 首次推出
|
- 首次推出
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
name: "DDNS-GO"
|
name: "DDNS-GO"
|
||||||
version: '6.7.0'
|
version: '6.7.2'
|
||||||
slug: 'ddns_go'
|
slug: 'ddns_go'
|
||||||
codenotary: wghaos@163.com
|
codenotary: wghaos@163.com
|
||||||
description: '自动获得你的公网 IPv4 或 IPv6 地址,并解析到对应的域名服务'
|
description: '自动获得你的公网 IPv4 或 IPv6 地址,并解析到对应的域名服务'
|
||||||
@@ -13,7 +13,6 @@ arch:
|
|||||||
ports:
|
ports:
|
||||||
9876/tcp: 9876
|
9876/tcp: 9876
|
||||||
apparmor: true
|
apparmor: true
|
||||||
host_network: true
|
|
||||||
startup: application
|
startup: application
|
||||||
boot: manual
|
boot: manual
|
||||||
webui: "http://[HOST]:[PORT:9876]/"
|
webui: "http://[HOST]:[PORT:9876]/"
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
## 30.0.1 (21-10-2024)
|
||||||
|
- 升级到linuxserver/docker-nextcloud最新版本
|
||||||
## 30.0.0 (28-09-2024)
|
## 30.0.0 (28-09-2024)
|
||||||
- 升级到linuxserver/docker-nextcloud最新版本
|
- 升级到linuxserver/docker-nextcloud最新版本
|
||||||
## 29.0.7 (14-09-2024)
|
## 29.0.7 (14-09-2024)
|
||||||
|
|||||||
@@ -151,7 +151,7 @@
|
|||||||
"uart": true,
|
"uart": true,
|
||||||
"udev": true,
|
"udev": true,
|
||||||
"url": "https://gitcode.com/waxgourd/addons",
|
"url": "https://gitcode.com/waxgourd/addons",
|
||||||
"version": "30.0.0",
|
"version": "30.0.1",
|
||||||
"webui": "https://[HOST]:[PORT:443]",
|
"webui": "https://[HOST]:[PORT:443]",
|
||||||
"boot": "manual"
|
"boot": "manual"
|
||||||
}
|
}
|
||||||
|
|||||||
52
portainer-zh-wg/config.json
Normal file
52
portainer-zh-wg/config.json
Normal file
@@ -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"
|
||||||
|
}
|
||||||
@@ -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
|
|
||||||
@@ -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)
|
### 2.22.0-3 (06-10-2024)
|
||||||
- 警告:新安装的逻辑更改。在插件的密码中键入“空”以重置数据库并进行干净的初始设置。例如,用于还原备份
|
- 警告:新安装的逻辑更改。在插件的密码中键入“空”以重置数据库并进行干净的初始设置。例如,用于还原备份
|
||||||
|
|
||||||
|
|||||||
@@ -10,9 +10,6 @@
|
|||||||
],
|
],
|
||||||
"codenotary": "wghaos@163.com",
|
"codenotary": "wghaos@163.com",
|
||||||
"description": "轻松管理您的Docker环境",
|
"description": "轻松管理您的Docker环境",
|
||||||
"startup": "system",
|
|
||||||
"boot": "manual",
|
|
||||||
"host_network": true,
|
|
||||||
"docker_api": true,
|
"docker_api": true,
|
||||||
"hassio_api": true,
|
"hassio_api": true,
|
||||||
"image": "m.fashgh.com/alexbelgium/portainer-{arch}",
|
"image": "m.fashgh.com/alexbelgium/portainer-{arch}",
|
||||||
@@ -20,6 +17,7 @@
|
|||||||
"ingress_port": 1337,
|
"ingress_port": 1337,
|
||||||
"ingress_stream": true,
|
"ingress_stream": true,
|
||||||
"init": false,
|
"init": false,
|
||||||
|
"boot": "manual",
|
||||||
"map": [
|
"map": [
|
||||||
"share:rw",
|
"share:rw",
|
||||||
"ssl"
|
"ssl"
|
||||||
@@ -31,12 +29,7 @@
|
|||||||
"password": "homeassistant",
|
"password": "homeassistant",
|
||||||
"ssl": false
|
"ssl": false
|
||||||
},
|
},
|
||||||
"privileged": [
|
"panel_admin": false,
|
||||||
"SYS_ADMIN",
|
|
||||||
"DAC_READ_SEARCH"
|
|
||||||
],
|
|
||||||
"full_access": true,
|
|
||||||
"hassio_role": "admin",
|
|
||||||
"panel_icon": "mdi:docker",
|
"panel_icon": "mdi:docker",
|
||||||
"ports": {
|
"ports": {
|
||||||
"8000/tcp": null,
|
"8000/tcp": null,
|
||||||
@@ -55,5 +48,5 @@
|
|||||||
"slug": "portainer",
|
"slug": "portainer",
|
||||||
"udev": true,
|
"udev": true,
|
||||||
"url": "https://gitcode.com/waxgourd/addons",
|
"url": "https://gitcode.com/waxgourd/addons",
|
||||||
"version": "2.22.0-3"
|
"version": "2.23.0"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
### hostmode-2024102009 (2024-10-12)
|
||||||
|
|
||||||
|
- 版本升级
|
||||||
|
|
||||||
### hostmode-2024101109 (2024-10-12)
|
### hostmode-2024101109 (2024-10-12)
|
||||||
|
|
||||||
- 版本升级
|
- 版本升级
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
name: 小雅Alist
|
name: 小雅Alist
|
||||||
version: hostmode-2024101109
|
version: hostmode-2024102009
|
||||||
slug: xiaoya-alist
|
slug: xiaoya-alist
|
||||||
codenotary: wghaos@163.com
|
codenotary: wghaos@163.com
|
||||||
description: '一个口碑级的alist应用'
|
description: '一个口碑级的alist应用'
|
||||||
|
|||||||
@@ -1,10 +1,18 @@
|
|||||||
|
### latest-2024102009 (2024-10-20)
|
||||||
|
|
||||||
|
- 版本升级
|
||||||
|
|
||||||
|
### latest-2024101809 (2024-10-18)
|
||||||
|
|
||||||
|
- 版本升级
|
||||||
|
|
||||||
### latest-2024101509 (2024-10-15)
|
### latest-2024101509 (2024-10-15)
|
||||||
|
|
||||||
-版本升级
|
- 版本升级
|
||||||
|
|
||||||
### latest-2024101109 (2024-10-12)
|
### latest-2024101109 (2024-10-12)
|
||||||
|
|
||||||
-版本升级
|
- 版本升级
|
||||||
|
|
||||||
### latest-2024092309 (2024-09-23)
|
### latest-2024092309 (2024-09-23)
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
name: "小雅-TvBox"
|
name: "小雅-TvBox"
|
||||||
description: "AList代理,支持xiaoya版AList界面管理"
|
description: "AList代理,支持xiaoya版AList界面管理"
|
||||||
version: "latest-2024101509"
|
version: "latest-2024102009"
|
||||||
slug: "xiaoya-tvbox"
|
slug: "xiaoya-tvbox"
|
||||||
url: https://gitcode.com/waxgourd/addons
|
url: https://gitcode.com/waxgourd/addons
|
||||||
image: wghaos/xiaoya-tvbox
|
image: wghaos/xiaoya-tvbox
|
||||||
|
|||||||
Reference in New Issue
Block a user