inotify/README.md
2021-03-25 02:01:36 +08:00

1.0 KiB
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

二、系统截图