39 lines
807 B
Markdown
39 lines
807 B
Markdown
# inotify
|
||
|
||
[](https://github.com/xpnas/inotify/actions/workflows/docker.yml)
|
||
|
||
a message notify center for weChat and telegram and email
|
||
|
||
一个简易的消息通知系统,支持企业微信、电报机器人、邮件推送
|
||
|
||
支持快速自定义扩展
|
||
|
||
类似Server酱
|
||
|
||
## 一、使用方法
|
||
1. Docker安装
|
||
```
|
||
docker run --name=inotify -d -p 8000:80 -v im_data:/im_data --restart=always xpnas/inotify:master
|
||
```
|
||
|
||
2. 配置Nginx代理
|
||
```
|
||
server
|
||
{
|
||
location / { proxy_pass http://127.0.0.1:8000; }
|
||
}
|
||
```
|
||
|
||
3. 默认用户名admin,密码123456
|
||
|
||
## 二、系统截图
|
||
|
||

|
||
|
||

|
||
|
||

|
||
|
||

|
||
|