867 B
867 B
inotify
a message notify center for weChat and telegram and email
一个简易的消息通知系统,支持企业微信、电报机器人、邮件推送
使用方法
- 下载docker-compose.yaml文件
- 执行docker-compose up -d
docker-compose up -d
- 配置Nginx代理
server
{
location / {
proxy_pass http://127.0.0.1:8000;
}
location /api {
proxy_pass http://127.0.0.1:8001;
}
}
- 默认用户名admin,密码123456