Remake Repository

This commit is contained in:
arch3rPro
2025-06-30 23:37:03 +08:00
parent d593e04bd7
commit e98d0faf79
420 changed files with 55489 additions and 0 deletions

16
apps/wud/README.md Normal file
View File

@@ -0,0 +1,16 @@
## WUDWhats Up Docker简介
WUDWhats Up Docker是一个开源的Docker容器更新监测工具它可以监测Docker Hub上的容器镜像是否有更新并且可以通过邮件、Slack等方式通知用户
## 实用介绍
- 默认账号admin
- 默认密码Wub
如何想要修改账号密码请在配置时修改参数注意密码使用的是Htpasswd加密的密码可以使用命令生成
```
htpasswd -nib admin Wub
```
或使用在线工具进行生成
[https://htpasswd.utils.com/](https://htpasswd.utils.com/)

23
apps/wud/data.yml Normal file
View File

@@ -0,0 +1,23 @@
name: Wud
tags:
- 实用工具
title: 监控Docker基础镜像自动更新
description: 自动更新Docker镜像的工具支持Web管理
additionalProperties:
key: wud
name: Wud
tags:
- Tools
shortDescZh: 监控Docker基础镜像自动更新
shortDescEn: Keep your containers up-to-date!
type: website
crossVersionUpdate: true
limit: 0
recommend: 0
architectures:
- amd64
- arm64
website: https://getwud.github.io/wud/
github: https://github.com/getwud/wud
document: https://github.com/getwud/wud

10
apps/wud/latest/data.yml Normal file
View File

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

View File

@@ -0,0 +1,15 @@
services:
whatsupdocker:
image: getwud/wud:latest
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

BIN
apps/wud/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 124 KiB