added subscription route

This commit is contained in:
cpu
2025-03-26 20:31:31 +01:00
parent 064f803784
commit 682dc6942a
4 changed files with 133 additions and 102 deletions

View File

@@ -119,7 +119,7 @@ It's designed to be run as a Docker container and integrated with Traefik v3 for
--network traefik \
--env-file .env \
--label-file labels \
--mount type=bind,src=./subscriptions.json,dst=/app/subscriptions.json,readonly \
--mount type=bind,src=./subscriptions.json,dst=/app/subscriptions.json \
flic-webhook-webpush:latest
```
* `--network traefik`: Connects to the Traefik network.