addition of beets

This commit is contained in:
Alexandre
2020-12-10 09:02:22 +01:00
parent c9e4860e9e
commit e1c54fba3a
8 changed files with 157 additions and 4 deletions

View File

@@ -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"
}
}