mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-26 06:26:28 +01:00
Navidrome: only give Navidrome read-only access to /media as it doesn't need write permissions
See https://www.navidrome.org/docs/usage/security/ .
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
"init": false,
|
"init": false,
|
||||||
"map": [
|
"map": [
|
||||||
"addon_config:rw",
|
"addon_config:rw",
|
||||||
"media:rw",
|
"media",
|
||||||
"share:rw",
|
"share:rw",
|
||||||
"ssl:rw"
|
"ssl:rw"
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user