mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-27 10:54:14 +02:00
update
This commit is contained in:
@@ -1,6 +1,4 @@
|
|||||||
### 0.12.0-2 (31-12-2023)
|
- Deprecated options watch_path and extraction_path to avoid breakage of the configuration file. Any modifications needs to be done manually using (for example) the Filebrowser addon in /addon_configs/db21ed7f_unpackerr/unpackerr.conf. This also means you'll have to make sure the PUID/PGID specified really correspond to your actual permissions (the app doesn't allow to run as root)
|
||||||
- Minor bugs fixed
|
|
||||||
- Removed addon options that modified the unpackerr.conf to avoid breakage. Any modifications needs to be done manually using (for example) the Filebrowser addon in /addon_configs/db21ed7f_unpackerr/unpackerr.conf. This also means you'll have to make sure the PUID/PGID specified really correspond to your actual permissions (the app doesn't allow to run as root)
|
|
||||||
|
|
||||||
## 0.12.0 (30-12-2023)
|
## 0.12.0 (30-12-2023)
|
||||||
- Update to latest version from Unpackerr/unpackerr
|
- Update to latest version from Unpackerr/unpackerr
|
||||||
|
|||||||
@@ -84,13 +84,11 @@
|
|||||||
"cifsdomain": "str?",
|
"cifsdomain": "str?",
|
||||||
"cifspassword": "str?",
|
"cifspassword": "str?",
|
||||||
"cifsusername": "str?",
|
"cifsusername": "str?",
|
||||||
"extraction_path": "str?",
|
|
||||||
"localdisks": "str?",
|
"localdisks": "str?",
|
||||||
"networkdisks": "str?",
|
"networkdisks": "str?"
|
||||||
"watch_path": "str?"
|
|
||||||
},
|
},
|
||||||
"slug": "unpackerr",
|
"slug": "unpackerr",
|
||||||
"udev": true,
|
"udev": true,
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
"version": "0.12.0-2"
|
"version": "0.12.0-3"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user