From d8b91a95c3a910ce536a782cf46b156a3ce0cdc9 Mon Sep 17 00:00:00 2001 From: komodo Date: Wed, 25 Jun 2025 13:52:41 +0800 Subject: [PATCH 1/2] [Komodo] fern: Write Compose File: update arr/compose.yaml --- arr/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arr/compose.yaml b/arr/compose.yaml index 838aab5..db8814b 100644 --- a/arr/compose.yaml +++ b/arr/compose.yaml @@ -245,7 +245,7 @@ services: - DOWNLOAD_CLIENT=qBittorrent - QBITTORRENT__URL=http://qbittorrent_gluetun:8080 - QBITTORRENT__USERNAME=fern - - QBITTORRENT__PASSWORD=${QBITTORRENT__PASSWORD} + - QBITTORRENT__PASSWORD=${QBITTORRENT_PASSWORD} profilarr: image: santiagosayshey/profilarr:latest From 5754c56f73434b9510be5a19695ba6f62015e22e Mon Sep 17 00:00:00 2001 From: komodo Date: Wed, 25 Jun 2025 13:55:31 +0800 Subject: [PATCH 2/2] [Komodo] fern: Write Compose File: update notifications/compose.yaml --- notifications/compose.yaml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/notifications/compose.yaml b/notifications/compose.yaml index 37c4ba8..2025546 100644 --- a/notifications/compose.yaml +++ b/notifications/compose.yaml @@ -44,25 +44,6 @@ services: caddy: mollysocket.fern.garden caddy.reverse_proxy: "{{upstreams 8020}}" - apprise-api: - image: lscr.io/linuxserver/apprise-api:latest - container_name: apprise-api - environment: - - PUID=1000 - - PGID=1000 - - TZ=Australia/Perth - networks: - - default - - proxy - volumes: - - apprise-api_config:/config - - apprise-api_attachments:/attachments - restart: unless-stopped - labels: - caddy: apprise.ferngarden.net - caddy.import: internal - caddy.reverse_proxy: '{{ upstreams 8000 }}' - networks: default: proxy: