mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-08-07 13:42:30 +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",
|
"aarch64": "ghcr.io/lklynet/aurral:1.76.17",
|
||||||
"amd64": "ghcr.io/lklynet/aurral:1.76.17"
|
"amd64": "ghcr.io/lklynet/aurral:1.76.17"
|
||||||
},
|
},
|
||||||
"squash": false,
|
|
||||||
"labels": {
|
"labels": {
|
||||||
"io.hass.name": "Aurral",
|
"io.hass.name": "Aurral",
|
||||||
"io.hass.description": "Self-hosted music discovery and request management for Lidarr",
|
"io.hass.description": "Self-hosted music discovery and request management for Lidarr",
|
||||||
|
|||||||
@@ -9,6 +9,8 @@ arch:
|
|||||||
- aarch64
|
- aarch64
|
||||||
- amd64
|
- amd64
|
||||||
|
|
||||||
|
image: ghcr.io/alexbelgium/aurral-{arch}
|
||||||
|
|
||||||
init: false
|
init: false
|
||||||
|
|
||||||
ports:
|
ports:
|
||||||
@@ -23,10 +25,8 @@ map:
|
|||||||
- share:rw
|
- share:rw
|
||||||
- media:rw
|
- media:rw
|
||||||
|
|
||||||
env_vars:
|
environment:
|
||||||
- name: WEEKLY_FLOW_FOLDER
|
WEEKLY_FLOW_FOLDER: "/share/aurral/downloads/weekly-flow"
|
||||||
description: "Path for Navidrome smart playlist files (weekly flow)"
|
|
||||||
required: false
|
|
||||||
|
|
||||||
options:
|
options:
|
||||||
download_folder: /share/aurral/downloads
|
download_folder: /share/aurral/downloads
|
||||||
|
|||||||
Reference in New Issue
Block a user