From 364a501073d05a42b416e2db981fb56de590682d Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Sun, 6 Apr 2025 13:25:51 -0400 Subject: [PATCH] Apprise and Loggifly filename fixes; adding labels for Apprise. --- .../{apprise_apprise.yml => apprise_apprise.ym.j2} | 0 .../{loggifly_config.yml => loggifly_config.yml.j2} | 0 docker-compose.yml | 6 ++++++ 3 files changed, 6 insertions(+) rename ansible/app-configs/{apprise_apprise.yml => apprise_apprise.ym.j2} (100%) rename ansible/app-configs/{loggifly_config.yml => loggifly_config.yml.j2} (100%) diff --git a/ansible/app-configs/apprise_apprise.yml b/ansible/app-configs/apprise_apprise.ym.j2 similarity index 100% rename from ansible/app-configs/apprise_apprise.yml rename to ansible/app-configs/apprise_apprise.ym.j2 diff --git a/ansible/app-configs/loggifly_config.yml b/ansible/app-configs/loggifly_config.yml.j2 similarity index 100% rename from ansible/app-configs/loggifly_config.yml rename to ansible/app-configs/loggifly_config.yml.j2 diff --git a/docker-compose.yml b/docker-compose.yml index 98a8d50c..4aa8b81f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -110,6 +110,12 @@ services: TZ: ${TZ} APPRISE_ATTACH_SIZE: 500 image: lscr.io/linuxserver/apprise-api:latest + labels: + homepage.group: Infrastructure/App Performance Monitoring + homepage.name: Apprise + homepage.icon: apprise.png + homepage.href: https://adgh.${MY_TLD} + homepage.description: Multi-channel notification API ports: - 54995:8000 restart: unless-stopped