连通Wekan和DingTalk之间的Webhook代理服务

作者 : noise 发布时间: 2022-11-26

Wekan是一款开源的看板应用程序,特点:支持Javascript的移动或桌面网络浏览器或应用程序

官方:https://wekan.github.io

连通DingTalk之间的Webhook代理服务项目:https://github.com/listenerri/wekan-dingtalk-webhooks-proxy-server

用法
从模板复制配置文件并进行编辑:

cp -i config/config-server-example.json config/config-server.json
cp -i config/config-account-example.json config/config-account.json

编辑配置文件后,执行以下命令启动服务:

virtualenv -p python3 venv
source venv/bin/activite
pip install -r requirements.txt
deactivate
./scripts/start-uwsgi-server.sh

或者在 docker 中启动服务:

docker build -t wekan-dingtalk-webhooks-proxy-server .

docker run --name wekan-dingtalk-webhooks-proxy-server \
--restart always \
-p 8080:8080 \
-v `pwd`/config:/opt/wekan-dingtalk-webhooks-proxy-server/config \
-d \
wekan-dingtalk-webhooks-proxy-server:latest
    来自NOISE资源阁-noisevip.cn
    NOISE宝藏阁 » 连通Wekan和DingTalk之间的Webhook代理服务

    发表回复

    微信
    我会尽快回复。
    取消