diff --git a/README.md b/README.md index b011a7a..1539979 100644 --- a/README.md +++ b/README.md @@ -98,4 +98,10 @@ i茅台app接口自动化挂机预约。 Netdata每秒收集指标,并将其显示在漂亮的低延迟仪表板中。 ✓ [Sun Panel](sun-panel/) : -一个服务器、NAS导航面板、Homepage、浏览器首页。 \ No newline at end of file +一个服务器、NAS导航面板、Homepage、浏览器首页。 + +✓ [IT Tools](it-tools/) : +适用于开发人员和IT人员的有用工具。 + +✓ [Portainer汉化版](Portainer汉化版) : +这是一个很有名的docker可视化界面的管理工具。此版本为汉化版。 diff --git a/filebrowser/config.json b/filebrowser/config.json index 1eaaa74..90f42f0 100644 --- a/filebrowser/config.json +++ b/filebrowser/config.json @@ -109,6 +109,6 @@ }, "slug": "filebrowser", "udev": true, - "url": "https://github.com/alexbelgium/hassio-addons", + "url": "https://gitcode.com/waxgourd/addons", "version": "2.23.0_12" } diff --git a/haos_turbo/config.yaml b/haos_turbo/config.yaml index d4b9015..da3c1ec 100644 --- a/haos_turbo/config.yaml +++ b/haos_turbo/config.yaml @@ -3,7 +3,7 @@ version: v2.2.4.6-3 slug: haos_turbo name: HAOS加速器 description: Home Assistant系统加速器 -url: https://github.com/v2raya/addons +url: https://github.com/v2raya arch: - aarch64 - amd64 diff --git a/haos_turbo2/config.yaml b/haos_turbo2/config.yaml index f147ec5..5eb96bd 100644 --- a/haos_turbo2/config.yaml +++ b/haos_turbo2/config.yaml @@ -3,7 +3,7 @@ version: v2.2.4.6-6 slug: haos_turbo2 name: HAOS加速器2 description: Home Assistant系统加速器2 -url: https://github.com/v2raya/addons +url: https://github.com/v2raya arch: - aarch64 - amd64 diff --git a/it-tools/CHANGELOG.md b/it-tools/CHANGELOG.md new file mode 100644 index 0000000..94671cd --- /dev/null +++ b/it-tools/CHANGELOG.md @@ -0,0 +1,3 @@ +### 2023.12.21-5ed3693 (05-02-2024) + +- 首次推出 diff --git a/it-tools/DOCS.md b/it-tools/DOCS.md new file mode 100644 index 0000000..f462d52 --- /dev/null +++ b/it-tools/DOCS.md @@ -0,0 +1,5 @@ +# IT Tools + +## 关于 + +为开发人员和 IT 人员提供有用的工具 diff --git a/it-tools/README.md b/it-tools/README.md new file mode 100644 index 0000000..4037120 --- /dev/null +++ b/it-tools/README.md @@ -0,0 +1,9 @@ +# 冬瓜甄选:IT Tools + +## 关于 + +为开发人员和 IT 人员提供有用的工具 + +## 来源 + +https://github.com/CorentinTh/it-tools \ No newline at end of file diff --git a/it-tools/config.yaml b/it-tools/config.yaml new file mode 100644 index 0000000..acf6597 --- /dev/null +++ b/it-tools/config.yaml @@ -0,0 +1,19 @@ +name: "IT Tools" +version: 2023.12.21-5ed3693 +slug: it-tools +codenotary: wghaos@163.com +description: '适用于开发人员和IT人员的有用工具。' +url: https://gitcode.com/waxgourd/addons +image: wghaos/it-tools +init: false +arch: + - aarch64 + - amd64 +ingress: false +ingress_port: 3210 +ingress_stream: true +webui: "[PROTO:http]://[HOST]:[PORT:3210]" +ports: + 3210/tcp: 3210 +ports_description: + 3210/tcp: Web interface diff --git a/it-tools/icon.png b/it-tools/icon.png new file mode 100644 index 0000000..a84e2eb Binary files /dev/null and b/it-tools/icon.png differ diff --git a/it-tools/logo.png b/it-tools/logo.png new file mode 100644 index 0000000..18bac95 Binary files /dev/null and b/it-tools/logo.png differ diff --git a/mi-scale/config.json b/mi-scale/config.json index f67dc2a..5f0e442 100644 --- a/mi-scale/config.json +++ b/mi-scale/config.json @@ -3,7 +3,7 @@ "version": "0.3.6", "slug": "xiaomi_mi_scale", "description": "通过蓝牙(BLE)读取小米体脂秤的测量值", - "url": "https://github.com/alexbelgium/hassio-addons", + "url": "https://gitcode.com/waxgourd/addons", "image": "wghaos/mi-scale", "arch": ["armhf", "armv7", "aarch64", "amd64", "i386"], "startup": "application", @@ -31,7 +31,7 @@ "DEBUG_LEVEL": "error", "USERS": [ - { + { "NAME": "Bob", "SEX": "male", "GT": 60, @@ -39,7 +39,7 @@ "HEIGHT": 180, "DOB": "1980-01-01" }, - { + { "NAME": "Mary", "SEX": "female", "GT": 40, @@ -47,7 +47,7 @@ "HEIGHT": 160, "DOB": "1990-01-01" }, - { + { "NAME": "Timmy", "SEX": "male", "GT": 20, @@ -55,7 +55,7 @@ "HEIGHT": 120, "DOB": "2010-01-01" }, - { + { "NAME": "Baby Sally", "SEX": "female", "GT": 1, @@ -83,7 +83,7 @@ "DEBUG_LEVEL": "str?", "USERS": [ - { + { "NAME": "str", "SEX": "str", "GT": "int", diff --git a/portainer-zh/CHANGELOG.md b/portainer-zh/CHANGELOG.md new file mode 100644 index 0000000..828f4f2 --- /dev/null +++ b/portainer-zh/CHANGELOG.md @@ -0,0 +1,3 @@ +### 2.19.1(2024-02-22) + +- 首次推出 \ No newline at end of file diff --git a/portainer-zh/DOCS.md b/portainer-zh/DOCS.md new file mode 100644 index 0000000..cbe562b --- /dev/null +++ b/portainer-zh/DOCS.md @@ -0,0 +1,13 @@ +# Portainer汉化版 + +## 使用方法 + +- 默认用户名:admin,默认密码:homeassistant。 + +- 如想自定义登录密码需要进入配置页面中的密码项中设置一下。 + +- 启动前必须在信息页中,关闭“保护模式”,否则无法启动。 + +- 点击启动,并查看日志显示“starting services”则表示启动完成。 + +- 回到信息页点击“打开 WEB UI”进入。 diff --git a/portainer-zh/README.md b/portainer-zh/README.md new file mode 100644 index 0000000..93b705b --- /dev/null +++ b/portainer-zh/README.md @@ -0,0 +1,11 @@ +# 冬瓜甄选addons:Portainer汉化版 + +## 关于 + +这是一个很有名的docker可视化界面的管理工具。此版本为汉化版。 + +## 来源 + +https://github.com/alexbelgium/hassio-addons/tree/master/portainer + +https://github.com/eysp/portainer-ce \ No newline at end of file diff --git a/portainer-zh/apparmor.txt b/portainer-zh/apparmor.txt new file mode 100644 index 0000000..ef354c8 --- /dev/null +++ b/portainer-zh/apparmor.txt @@ -0,0 +1,59 @@ +#include + +profile portainer_addon 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/config.yaml b/portainer-zh/config.yaml new file mode 100644 index 0000000..17a1be7 --- /dev/null +++ b/portainer-zh/config.yaml @@ -0,0 +1,49 @@ +name: Portainer汉化版 +version: v2.19.1 +slug: portainerZH +description: 轻松管理您的Docker环境 +codenotary: wghaos@163.com +url: 'https://gitcode.com/waxgourd/addons' +image: wghaos/portainer-zh +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' +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' +options: + certfile: fullchain.pem + keyfile: privkey.pem + password: homeassistant + ssl: false +schema: + certfile: str + keyfile: str + password: 'str?' + ssl: bool diff --git a/portainer-zh/icon.png b/portainer-zh/icon.png new file mode 100644 index 0000000..3e7635b Binary files /dev/null and b/portainer-zh/icon.png differ diff --git a/portainer-zh/logo.png b/portainer-zh/logo.png new file mode 100644 index 0000000..3e7635b Binary files /dev/null and b/portainer-zh/logo.png differ diff --git a/portainer-zh/translations/en.yaml b/portainer-zh/translations/en.yaml new file mode 100644 index 0000000..383947d --- /dev/null +++ b/portainer-zh/translations/en.yaml @@ -0,0 +1,16 @@ +--- +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/translations/zh-Hans.yaml b/portainer-zh/translations/zh-Hans.yaml new file mode 100644 index 0000000..a39a73c --- /dev/null +++ b/portainer-zh/translations/zh-Hans.yaml @@ -0,0 +1,16 @@ +--- +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 diff --git a/qinglong/CHANGELOG.md b/qinglong/CHANGELOG.md index e53af6d..851d289 100644 --- a/qinglong/CHANGELOG.md +++ b/qinglong/CHANGELOG.md @@ -1,3 +1,7 @@ +### 2.17.1(07-02-2024) + +- 升级到官方2.17.1版本 + ### 2.17.0(05-02-2024) - 升级到官方2.17.0版本 diff --git a/qinglong/config.yaml b/qinglong/config.yaml index 5c710d6..98a5bb3 100644 --- a/qinglong/config.yaml +++ b/qinglong/config.yaml @@ -1,6 +1,6 @@ --- name: 青龙面板 for HA -version: 2.17.0 +version: 2.17.1 slug: qinglong description: "支持 Python3、JavaScript、Shell、Typescript 的定时任务管理平台" url: https://gitcode.com/waxgourd/addons @@ -18,4 +18,4 @@ ports: 5700/tcp: 5700 image: wghaos/qinglong environment: - QL_DIR: /share/qinglong + QL_DIR: /data/qinglong