No description
- Python 92.5%
- Dockerfile 7.5%
| .forgejo/workflows | ||
| .gitignore | ||
| .python-version | ||
| Dockerfile | ||
| main.py | ||
| pyproject.toml | ||
| Readme.md | ||
| uv.lock | ||
DeltaNotify
WIP - NOT PRODUCTION READY
Receive a webhook and sent to one or more users.
Two volumes to mount:
- directory to
/app/accounts - config.toml to
/app/config.toml
Config
[bot]
name = "Endirillia"
invite_url = "dcaccount:https://foo.bar.tld/new"
[[user]]
name = "timo"
email = "12345@foo.bar.tld"
[[user]]
name = "jean"
email = "9876@foo.bar.tld"
Add account
You must start a conversation and send a message to setup e2e encryption. Get the invite link for your bot on /qr.
Test
curl -X POST "https://deltanotify.bar.tld/webhook" -H "Content-Type: application/json" -d '{
"users": ["timo"],
"message": "hey there"
}'