mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-20 07:41:48 +02:00
update version to enable new smb code
This commit is contained in:
@@ -1,26 +1,26 @@
|
||||
{
|
||||
"name": "Cloudcommander",
|
||||
"version": "15.9.8-3",
|
||||
"upstream": "15.9.8",
|
||||
"slug": "cloudcommander",
|
||||
"arch": ["aarch64", "amd64", "armv7", "armhf"],
|
||||
"description": "Cloud Commander a file manager for the web with console and editor",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/cloudcommander#readme",
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7",
|
||||
"armhf"
|
||||
"devices": [
|
||||
"/dev/sda1",
|
||||
"/dev/sdb1",
|
||||
"/dev/sdc1",
|
||||
"/dev/sdd1",
|
||||
"/dev/sde1",
|
||||
"/dev/sdf1",
|
||||
"/dev/sdg1",
|
||||
"/dev/sda2",
|
||||
"/dev/sdb2",
|
||||
"/dev/sdc2",
|
||||
"/dev/sdd2",
|
||||
"/dev/sde2",
|
||||
"/dev/sdf2",
|
||||
"/dev/sdg2"
|
||||
],
|
||||
"environment": {},
|
||||
"ingress": true,
|
||||
"ingress_stream": true,
|
||||
"ingress_port": 8099,
|
||||
"panel_icon": "mdi:file-search",
|
||||
"ports": {
|
||||
"8000/tcp": 8000
|
||||
},
|
||||
"ports_description": {
|
||||
"8000/tcp": "Web UI port (required)"
|
||||
},
|
||||
"ingress_stream": true,
|
||||
"map": [
|
||||
"ssl:rw",
|
||||
"share:rw",
|
||||
@@ -29,17 +29,16 @@
|
||||
"backup:rw",
|
||||
"addons:rw"
|
||||
],
|
||||
"webui": "http://[HOST]:[PORT:8000]",
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"devices":[
|
||||
"/dev/sda1", "/dev/sdb1", "/dev/sdc1", "/dev/sdd1", "/dev/sde1", "/dev/sdf1", "/dev/sdg1",
|
||||
"/dev/sda2", "/dev/sdb2", "/dev/sdc2", "/dev/sdd2", "/dev/sde2", "/dev/sdf2", "/dev/sdg2"
|
||||
],
|
||||
"environment": {},
|
||||
"name": "Cloudcommander",
|
||||
"options": {},
|
||||
"panel_icon": "mdi:file-search",
|
||||
"ports": {
|
||||
"8000/tcp": 8000
|
||||
},
|
||||
"ports_description": {
|
||||
"8000/tcp": "Web UI port (required)"
|
||||
},
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"schema": {
|
||||
"localdisks": "str?",
|
||||
"networkdisks": "str?",
|
||||
@@ -48,5 +47,10 @@
|
||||
"smbv1": "bool?",
|
||||
"CUSTOM_OPTIONS": "str?",
|
||||
"DROPBOX_TOKEN": "str?"
|
||||
}
|
||||
},
|
||||
"slug": "cloudcommander",
|
||||
"upstream": "15.9.8",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/cloudcommander#readme",
|
||||
"version": "15.9.8-4",
|
||||
"webui": "http://[HOST]:[PORT:8000]"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user