add hostname to plex webhook
All checks were successful
Deploy Containers / Prepare (push) Successful in 15s
All checks were successful
Deploy Containers / Prepare (push) Successful in 15s
This commit is contained in:
@@ -13,3 +13,9 @@
|
|||||||
APPLICATION_TOKEN: "{{ PLEX_WEBHOOK_APPLICATION_TOKEN }}"
|
APPLICATION_TOKEN: "{{ PLEX_WEBHOOK_APPLICATION_TOKEN }}"
|
||||||
PLEX_TOKEN: "{{ PLEX_WEBHOOK_PLEX_TOKEN }}"
|
PLEX_TOKEN: "{{ PLEX_WEBHOOK_PLEX_TOKEN }}"
|
||||||
STORAGE_TOKEN: "{{ PLEX_WEBHOOK_STORAGE_TOKEN }}"
|
STORAGE_TOKEN: "{{ PLEX_WEBHOOK_STORAGE_TOKEN }}"
|
||||||
|
labels:
|
||||||
|
traefik.enable: "true"
|
||||||
|
traefik.http.routers.plexwebhook.rule: Host(`plex-webhook.fntz.net`)
|
||||||
|
traefik.http.routers.plexwebhook.entrypoints: webSecure
|
||||||
|
traefik.http.routers.plexwebhook.tls.certresolver: letsencrypt
|
||||||
|
traefik.http.services.plexwebhook.loadbalancer.server.port: "3000"
|
||||||
Reference in New Issue
Block a user