From 8b3b5e4c6241375af53176df7012a3700dea1488 Mon Sep 17 00:00:00 2001 From: petruknw Date: Thu, 21 May 2026 20:54:08 +1000 Subject: [PATCH] aurral: fix env_vars->environment, add image tag, remove squash default --- aurral/build.json | 1 - aurral/config.yaml | 8 ++++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/aurral/build.json b/aurral/build.json index d1cdd35b3c..4de581e0b8 100644 --- a/aurral/build.json +++ b/aurral/build.json @@ -3,7 +3,6 @@ "aarch64": "ghcr.io/lklynet/aurral:1.76.17", "amd64": "ghcr.io/lklynet/aurral:1.76.17" }, - "squash": false, "labels": { "io.hass.name": "Aurral", "io.hass.description": "Self-hosted music discovery and request management for Lidarr", diff --git a/aurral/config.yaml b/aurral/config.yaml index 3e44bd471a..02547978e7 100644 --- a/aurral/config.yaml +++ b/aurral/config.yaml @@ -9,6 +9,8 @@ arch: - aarch64 - amd64 +image: ghcr.io/alexbelgium/aurral-{arch} + init: false ports: @@ -23,10 +25,8 @@ map: - share:rw - media:rw -env_vars: - - name: WEEKLY_FLOW_FOLDER - description: "Path for Navidrome smart playlist files (weekly flow)" - required: false +environment: + WEEKLY_FLOW_FOLDER: "/share/aurral/downloads/weekly-flow" options: download_folder: /share/aurral/downloads