mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-08-01 19:00:33 +02:00
aurral: fix env_vars->environment, add image tag, remove squash default
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user