mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-26 06:26:28 +01:00
addition of beets
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Double commander",
|
||||
"version": "1.2",
|
||||
"version": "1.3",
|
||||
"slug": "doublecommander",
|
||||
"description": "Double Commander is a free cross platform open source file manager with two panels side by side.",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/doublecommander",
|
||||
@@ -29,6 +29,21 @@
|
||||
"PUID": "0",
|
||||
"PGID": "0"
|
||||
},
|
||||
"options": {},
|
||||
"schema": {}
|
||||
"options": {
|
||||
"PUID": "0",
|
||||
"PGID": "0",
|
||||
"localdisks": ["-sda1"],
|
||||
"networkdisks": "<//SERVER/SHARE>",
|
||||
"cifsusername": "<username>",
|
||||
"cifspassword": "<password>"
|
||||
},
|
||||
"schema": {
|
||||
"PUID": "int",
|
||||
"PGID": "int",
|
||||
"TZ": "str?",
|
||||
"localdisks": ["str"],
|
||||
"networkdisks": "str",
|
||||
"cifsusername": "str",
|
||||
"cifspassword": "str"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user