1
0
Fork 0
1Panel-Appstore/apps/wud/README.md

16 lines
557 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 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/)