mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
Fix Navidrome local disk mounting
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
## 0.58.0-1 (15-11-2025)
|
||||
- Allow mounting local disks by adding the required Linux capabilities to the add-on.
|
||||
- Added support for configuring extra environment variables via the `env_vars` add-on option alongside config.yaml. See https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon-2 for details.
|
||||
|
||||
## 0.58.0 (01-08-2025)
|
||||
|
||||
@@ -25,6 +25,9 @@ ports:
|
||||
4533/tcp: 4533
|
||||
ports_description:
|
||||
4533/tcp: Web interface
|
||||
privileged:
|
||||
- SYS_ADMIN
|
||||
- DAC_READ_SEARCH
|
||||
schema:
|
||||
env_vars:
|
||||
- name: match(^[A-Za-z0-9_]+$)
|
||||
@@ -54,5 +57,5 @@ schema:
|
||||
slug: navidrome
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons/tree/master/navidrome
|
||||
version: 0.58.0
|
||||
version: 0.58.0-1
|
||||
webui: "[PROTO:ssl]://[HOST]:[PORT:4533]"
|
||||
|
||||
Reference in New Issue
Block a user