mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-04 14:54:07 +02:00
Add local & smb mount options
https://github.com/alexbelgium/hassio-addons/issues/590
This commit is contained in:
@@ -7,6 +7,9 @@
|
|||||||
"description": "Unpacks RARd files for Sonarr, Lidarr and Radarr",
|
"description": "Unpacks RARd files for Sonarr, Lidarr and Radarr",
|
||||||
"devices": [
|
"devices": [
|
||||||
"/dev/dri",
|
"/dev/dri",
|
||||||
|
"/dev/dri/card0",
|
||||||
|
"/dev/dri/card1",
|
||||||
|
"/dev/dri/renderD128",
|
||||||
"/dev/vchiq",
|
"/dev/vchiq",
|
||||||
"/dev/video10",
|
"/dev/video10",
|
||||||
"/dev/video11",
|
"/dev/video11",
|
||||||
@@ -67,10 +70,15 @@
|
|||||||
"schema": {
|
"schema": {
|
||||||
"PGID": "int",
|
"PGID": "int",
|
||||||
"PUID": "int",
|
"PUID": "int",
|
||||||
|
"cifsdomain": "str?",
|
||||||
|
"cifspassword": "str?",
|
||||||
|
"cifsusername": "str?",
|
||||||
"extraction_path": "str?",
|
"extraction_path": "str?",
|
||||||
|
"localdisks": "str?",
|
||||||
|
"networkdisks": "str?",
|
||||||
"watch_path": "str?"
|
"watch_path": "str?"
|
||||||
},
|
},
|
||||||
"slug": "unpackerr",
|
"slug": "unpackerr",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
"version": "0.10.1-8"
|
"version": "0.10.1-9"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user