1
0
Fork 0
1Panel-Appstore/apps/wud
pooneyy 9779122311
feat(apps): add structured label field to all application configurations
- add nested label field with en and zh translations for all parameters
- maintain existing labelEn and labelZh fields for backward compatibility
- apply consistent internationalization structure across all apps
- improve localization support for multi-language user interfaces
2025-11-06 23:35:02 +08:00
..
8.1.1 feat(apps): add structured label field to all application configurations 2025-11-06 23:35:02 +08:00
latest feat(apps): add structured label field to all application configurations 2025-11-06 23:35:02 +08:00
README.md
data.yml
logo.png

README.md

WUDWhats Up Docker简介

WUDWhats Up Docker是一个开源的Docker容器更新监测工具它可以监测Docker Hub上的容器镜像是否有更新并且可以通过邮件、Slack等方式通知用户

实用介绍

  • 默认账号admin
  • 默认密码Wub

如何想要修改账号密码请在配置时修改参数注意密码使用的是Htpasswd加密的密码可以使用命令生成

htpasswd -nib admin Wub

或使用在线工具进行生成 https://htpasswd.utils.com/