From fb4ab50a97dd92b75e72a59fe23f33eeb39f53c1 Mon Sep 17 00:00:00 2001 From: arch3rPro <30855883+arch3rPro@users.noreply.github.com> Date: Tue, 8 Jul 2025 23:12:58 +0800 Subject: [PATCH] feat: update Wud 8.1.0 --- apps/wud/8.1.0/data.yml | 10 ++++++++++ apps/wud/8.1.0/docker-compose.yml | 15 +++++++++++++++ apps/wud/README.md | 6 +++++- apps/wud/data.yml | 1 - 4 files changed, 30 insertions(+), 2 deletions(-) create mode 100644 apps/wud/8.1.0/data.yml create mode 100644 apps/wud/8.1.0/docker-compose.yml diff --git a/apps/wud/8.1.0/data.yml b/apps/wud/8.1.0/data.yml new file mode 100644 index 0000000..9d7eca8 --- /dev/null +++ b/apps/wud/8.1.0/data.yml @@ -0,0 +1,10 @@ +additionalProperties: + formFields: + - default: "43210" + edit: true + envKey: PANEL_APP_PORT_HTTP + labelEn: Service Port 3000 + labelZh: 服务端口 3000 + required: true + rule: paramPort + type: number \ No newline at end of file diff --git a/apps/wud/8.1.0/docker-compose.yml b/apps/wud/8.1.0/docker-compose.yml new file mode 100644 index 0000000..7222707 --- /dev/null +++ b/apps/wud/8.1.0/docker-compose.yml @@ -0,0 +1,15 @@ +services: + whatsupdocker: + image: getwud/wud:8.1.0 + container_name: ${CONTAINER_NAME} + ports: + - ${PANEL_APP_PORT_HTTP}:3000 + volumes: + - /var/run/docker.sock:/var/run/docker.sock + networks: + - 1panel-network + labels: + createdBy: Apps +networks: + 1panel-network: + external: true diff --git a/apps/wud/README.md b/apps/wud/README.md index e6be552..1057f68 100644 --- a/apps/wud/README.md +++ b/apps/wud/README.md @@ -2,7 +2,11 @@ WUD(What’s Up Docker)是一个开源的Docker容器更新监测工具,它可以监测Docker Hub上的容器镜像是否有更新,并且可以通过邮件、Slack等方式通知用户 -## 实用介绍 +![](https://cdn.jsdelivr.net/gh/xiaoY233/PicList@main/public/assets/Wud.png) + +![](https://img.shields.io/badge/Copyright-arch3rPro-ff9800?style=flat&logo=github&logoColor=white) + +## 使用介绍 - 默认账号:admin - 默认密码:Wub diff --git a/apps/wud/data.yml b/apps/wud/data.yml index 1264383..ece3f7a 100644 --- a/apps/wud/data.yml +++ b/apps/wud/data.yml @@ -17,7 +17,6 @@ additionalProperties: architectures: - amd64 - arm64 - website: https://getwud.github.io/wud/ github: https://github.com/getwud/wud document: https://github.com/getwud/wud \ No newline at end of file