Skip to main content

#webhook #开源 #钉钉连通Wekan和DingTalk之间的Webhook代理服务Wekan是一款开源的看板应用程序,特点:支持Javascript的移动或桌面网络浏览器或应用程序官方:

  1. #webhook #开源 #钉钉
    连通Wekan和DingTalk之间的Webhook代理服务
    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
    https://noisevip.cn/14628.html