inotify/README.md
2021-03-25 01:52:40 +08:00

1020 B
Raw Blame History

inotify

后端docker构建 前端docker构建

a message notify center for weChat and telegram and email

一个简易的消息通知系统,支持企业微信、电报机器人、邮件推送 类似Server酱

使用方法

  1. 下载docker-compose.yaml文件
  2. 执行docker-compose up -d docker-compose up -d
  3. 配置Nginx代理
server
{
 location / {
     proxy_pass http://127.0.0.1:8000;
     }
 location /api {
     proxy_pass http://127.0.0.1:8001;
     }
 }
  1. 默认用户名admin密码123456

系统截图