inotify/README.md
2021-03-25 01:54:35 +08:00

40 lines
1.1 KiB
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.

# inotify
[![后端docker构建](https://github.com/xpnas/Inotify/actions/workflows/dockerservice.yml/badge.svg)](https://github.com/xpnas/Inotify/actions/workflows/dockerservice.yml)
[![前端docker构建](https://github.com/xpnas/Inotify/actions/workflows/dockervue.yml/badge.svg)](https://github.com/xpnas/Inotify/actions/workflows/dockervue.yml)
a message notify center for weChat and telegram and email
一个简易的消息通知系统,支持企业微信、电报机器人、邮件推送
类似Server酱
## 使用方法
1. 下载docker-compose.yaml文件
2. 执行docker-compose up -d
```
docker-compose up -d
```
4. 配置Nginx代理
```
server
{
location / {
proxy_pass http://127.0.0.1:8000;
}
location /api {
proxy_pass http://127.0.0.1:8001;
}
}
```
4. 默认用户名admin密码123456
## 系统截图
![](../master/public/A.png {width=1024px height=640px})
![](../master/public/B.png {width=1024px height=640px})
![](../master/public/C.png {width=1024px height=640px})
![](../master/public/D.png {width=1024px height=640px})