forked from immanuelfodor/matrix-encrypted-webhooks
1.3K
Example docker-compose config:
webhooks:
depends_on:
- synapse
environment:
ALLOW_UNICODE: 'True'
DISPLAY_APP_NAME: 'True'
KNOWN_TOKENS: 'YOURSECRETTOKEN,!myroomid:matrix.example.org,Curl anOTheRToKen99,!myroomid2:matrix.example.org,Grafana'
MATRIX_ADMIN_ROOM: '!privatechatwiththebotuser:matrix.example.org'
MATRIX_DEVICE: any-device-name-eg-docker
MATRIX_PASSWORD: 'mypass+*!word'
MATRIX_SERVER: https://matrix.example.org
MATRIX_SSLVERIFY: 'True'
MATRIX_USERID: '@myhook:matrix.example.org'
MESSAGE_FORMAT: yaml
USE_MARKDOWN: 'True'
image: jceloria/matrix-encrypted-webhooks:latest
ports:
- 8000:8000
restart: unless-stopped
volumes:
- /opt/data/matrix/webhooks/config:/config
Content type
Image
Digest
Size
31.6 MB
Last updated
almost 5 years ago
docker pull jceloria/matrix-encrypted-webhooks