diff --git a/portainer-zh-wg/CHANGELOG.md b/portainer-zh-wg/CHANGELOG.md deleted file mode 100644 index c99b422..0000000 --- a/portainer-zh-wg/CHANGELOG.md +++ /dev/null @@ -1,15 +0,0 @@ -### 2.33.1-2 (2025-09-28) - -- 版本升级 - -### 2.33.1 (2025-09-02) - -- 版本升级 - -### 2.26.1 (2024-02-14) - -- 版本升级 - -### 2.21.0 (2024-10-12) - -- 首次推出 \ No newline at end of file diff --git a/portainer-zh-wg/DOCS.md b/portainer-zh-wg/DOCS.md deleted file mode 100644 index b53f299..0000000 --- a/portainer-zh-wg/DOCS.md +++ /dev/null @@ -1,13 +0,0 @@ -# Portainer冬瓜汉化版 - -## 使用方法 - -- 默认用户名:admin,默认密码:homeassistant。 - -- 如想自定义登录密码需要进入配置页面中的密码项中设置一下。 - -- 启动前必须在信息页中,关闭“保护模式”,否则无法启动。 - -- 点击启动,并查看日志显示“starting services”则表示启动完成。 - -- 回到信息页点击“打开 WEB UI”进入。 diff --git a/portainer-zh-wg/README.md b/portainer-zh-wg/README.md deleted file mode 100644 index 60ea66d..0000000 --- a/portainer-zh-wg/README.md +++ /dev/null @@ -1,11 +0,0 @@ -# 冬瓜甄选addons:Portainer冬瓜汉化版 - -## 关于 - -这是一个很有名的docker可视化界面的管理工具。此版本为冬瓜汉化版。 - -## 源 - -https://github.com/alexbelgium/hassio-addons/tree/master/portainer - -https://hub.docker.com/r/portainer/portainer-ce \ No newline at end of file diff --git a/portainer-zh-wg/apparmor.txt b/portainer-zh-wg/apparmor.txt deleted file mode 100644 index e008314..0000000 --- a/portainer-zh-wg/apparmor.txt +++ /dev/null @@ -1,59 +0,0 @@ -#include - -profile portainer-zh-wg flags=(attach_disconnected,mediate_deleted) { - #include - - capability, - file, - signal, - mount, - umount, - remount, - network udp, - network tcp, - network dgram, - network stream, - network inet, - network inet6, - network netlink raw, - network unix dgram, - capability setgid, - capability setuid, - - -# S6-Overlay - /init ix, - /run/{s6,s6-rc*,service}/** ix, - /package/** ix, - /command/** ix, - /run/{,**} rwk, - /dev/tty rw, - /bin/** ix, - /usr/bin/** ix, - /usr/lib/bashio/** ix, - /etc/s6/** rix, - /run/s6/** rix, - /etc/services.d/** rwix, - /etc/cont-init.d/** rwix, - /etc/cont-finish.d/** rwix, - /init rix, - /var/run/** mrwkl, - /var/run/ mrwkl, - /dev/i2c-1 mrwkl, - /dev/fuse mrwkl, - /dev/sda1 mrwkl, - /dev/sdb1 mrwkl, - /dev/nvme0 mrwkl, - /dev/nvme1 mrwkl, - /dev/mmcblk0p1 mrwkl, - - # Data access - /data/** rw, - - # suppress ptrace denials when using 'docker ps' or using 'ps' inside a container - ptrace (trace,read) peer=docker-default, - - # docker daemon confinement requires explict allow rule for signal - signal (receive) set=(kill,term) peer=/usr/bin/docker, - -} diff --git a/portainer-zh-wg/config.json b/portainer-zh-wg/config.json deleted file mode 100644 index 4786e79..0000000 --- a/portainer-zh-wg/config.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "arch": [ - "aarch64", - "amd64" - ], - "backup_exclude": [ - "backups", - "docker_config/cli-plugins" - ], - "codenotary": "wghaos@163.com", - "description": "轻松管理您的Docker环境", - "docker_api": true, - "hassio_api": true, - "image": "r.hassbus.com/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.33.1-2" -} diff --git a/portainer-zh-wg/icon.png b/portainer-zh-wg/icon.png deleted file mode 100644 index 3e7635b..0000000 Binary files a/portainer-zh-wg/icon.png and /dev/null differ diff --git a/portainer-zh-wg/logo.png b/portainer-zh-wg/logo.png deleted file mode 100644 index 3e7635b..0000000 Binary files a/portainer-zh-wg/logo.png and /dev/null differ diff --git a/portainer-zh-wg/translations/en.yaml b/portainer-zh-wg/translations/en.yaml deleted file mode 100644 index 383947d..0000000 --- a/portainer-zh-wg/translations/en.yaml +++ /dev/null @@ -1,16 +0,0 @@ ---- -configuration: - certfile: - name: certfile - description: >- - ssl certificate, must be located in /ssl. - password: - name: password - description: >- - define admin password. If kept blank, will allow manual restore of previous backup. At least 12 characters. - keyfile: - name: keyfile - description: >- - sslkeyfile, must be located in /ssl. - ssl: - name: ssl \ No newline at end of file diff --git a/portainer-zh-wg/translations/zh-Hans.yaml b/portainer-zh-wg/translations/zh-Hans.yaml deleted file mode 100644 index a39a73c..0000000 --- a/portainer-zh-wg/translations/zh-Hans.yaml +++ /dev/null @@ -1,16 +0,0 @@ ---- -configuration: - certfile: - name: 证书文件 - description: >- - SSL证书,必须位于/ SSL目录下。 - password: - name: 密码 - description: >- - 定义admin密码。如果保持空白,将允许手动恢复以前的备份。至少12个字符。 - keyfile: - name: 密钥 - description: >- - ssl密钥,必须位于/SSL目录下。 - ssl: - name: ssl \ No newline at end of file