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