From 3a029d200abdbaf64697bce380ac563f475e66e2 Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Thu, 9 Apr 2026 15:58:54 -0400 Subject: [PATCH] add hostname to plex webhook --- tasks/plexwebhook.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/tasks/plexwebhook.yml b/tasks/plexwebhook.yml index 7de9602..2da1892 100644 --- a/tasks/plexwebhook.yml +++ b/tasks/plexwebhook.yml @@ -12,4 +12,10 @@ DISCORD_WEBHOOK: "{{ PLEX_WEBHOOK_DISCORD_WEBHOOK }}" APPLICATION_TOKEN: "{{ PLEX_WEBHOOK_APPLICATION_TOKEN }}" PLEX_TOKEN: "{{ PLEX_WEBHOOK_PLEX_TOKEN }}" - STORAGE_TOKEN: "{{ PLEX_WEBHOOK_STORAGE_TOKEN }}" \ No newline at end of file + 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" \ No newline at end of file