升级了portainer、portainer-zh-wg、xiaoya-alist、xiaoya-tvbox、nextcloud、ddns-go。

This commit is contained in:
waxgourd
2024-10-22 16:46:58 +08:00
parent c81d6fc553
commit 5ca5a10b9c
12 changed files with 81 additions and 67 deletions

View 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"
}

View File

@@ -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