Align with new HA /config (remove support for /config/addons_config

https://github.com/alexbelgium/hassio-addons/issues/1048#event-16395784949
This commit is contained in:
Alexandre
2025-02-21 09:27:47 +01:00
committed by GitHub
parent 83fea15094
commit a2e9537e4f

View File

@@ -7,8 +7,10 @@
"backup_exclude": [ "backup_exclude": [
"**/cache/", "**/cache/",
"**/log/", "**/log/",
"**/transcode/", "**/transcode/"
"**/metadata/" ],
"breaking_versions": [
"10.10.5-2"
], ],
"codenotary": "alexandrep.github@gmail.com", "codenotary": "alexandrep.github@gmail.com",
"description": "A Free Software Media System that puts you in control of managing and streaming your media", "description": "A Free Software Media System that puts you in control of managing and streaming your media",
@@ -83,9 +85,10 @@
"ingress_stream": true, "ingress_stream": true,
"init": false, "init": false,
"map": [ "map": [
"config:rw", "addon_config:rw",
"share:rw", "homeassistant_config:rw",
"media:rw", "media:rw",
"share:rw",
"ssl" "ssl"
], ],
"name": "Jellyfin NAS", "name": "Jellyfin NAS",
@@ -128,6 +131,6 @@
"slug": "jellyfin", "slug": "jellyfin",
"udev": true, "udev": true,
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "10.10.5", "version": "10.10.5-2",
"video": true "video": true
} }