mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
update
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
### 0.12.0-2 (31-12-2023)
|
||||
- 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)
|
||||
- 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)
|
||||
|
||||
## 0.12.0 (30-12-2023)
|
||||
- Update to latest version from Unpackerr/unpackerr
|
||||
|
||||
@@ -84,13 +84,11 @@
|
||||
"cifsdomain": "str?",
|
||||
"cifspassword": "str?",
|
||||
"cifsusername": "str?",
|
||||
"extraction_path": "str?",
|
||||
"localdisks": "str?",
|
||||
"networkdisks": "str?",
|
||||
"watch_path": "str?"
|
||||
"networkdisks": "str?"
|
||||
},
|
||||
"slug": "unpackerr",
|
||||
"udev": true,
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"version": "0.12.0-2"
|
||||
"version": "0.12.0-3"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user