From d7a6b16a3199f1d2e5bc8d27aa2b4bc79189a971 Mon Sep 17 00:00:00 2001 From: xpnas Date: Sat, 27 Mar 2021 01:20:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 93995a9..bfb86a2 100644 --- a/README.md +++ b/README.md @@ -2,15 +2,29 @@ [![docker](https://github.com/xpnas/inotify/actions/workflows/docker.yml/badge.svg)](https://github.com/xpnas/inotify/actions/workflows/docker.yml) -a message notify center for weChat and telegram and email - 一个简易的消息通知系统,支持企业微信、电报机器人、邮件推送 -支持快速自定义扩展 +类似Server酱、支持快速自定义扩展 -类似Server酱 +## 功能支持 -## 一、使用方法 +- [x] 通道设置 +- [x] 用户管理 +- [x] 系统状态 +- [x] 代理设置 +- [x] Github登陆 +- [ ] 外部日志 + +## 通道支持 + +- [x] 企业微信应用消息 +- [x] 企业微信群机器人 +- [x] SMTP邮箱消息 +- [ ] 钉钉群机器人 +- [ ] 飞书群机器人 +- [ ] 自定义 + +## 使用方法 1. Docker安装 ``` docker run --name=inotify -d -p 8000:80 -v inotify_data:/inotify_data --restart=always xpnas/inotify:master @@ -26,7 +40,7 @@ a message notify center for weChat and telegram and email 3. 默认用户名admin,密码123456 -## 二、系统截图 +## 系统截图 ![](../master/public/A.png)