update version to enable new smb code

This commit is contained in:
Alexandre
2021-10-23 16:32:44 +02:00
parent 578f077d3b
commit fd575d825f
16 changed files with 359 additions and 500 deletions

View File

@@ -1,39 +1,15 @@
{
"name": "Double commander",
"version": "0.8.2-1-ls54",
"upstream": "0.8.2-1-ls54",
"slug": "doublecommander",
"description": "Double Commander is a free cross platform open source file manager with two panels side by side.",
"url": "https://hub.docker.com/r/linuxserver/doublecommander",
"startup": "services",
"arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"ports": {
"3000/tcp": 3000
},
"map": [
"backup:rw",
"config:rw",
"share:rw",
"media:rw",
"ssl"
],
"webui": "http://[HOST]:[PORT:3000]",
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"boot": "auto",
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"host_network": true,
"full_access": true,
"description": "Double Commander is a free cross platform open source file manager with two panels side by side.",
"environment": {
"PUID": "0",
"PGID": "0"
},
"full_access": true,
"host_network": true,
"map": ["backup:rw", "config:rw", "share:rw", "media:rw", "ssl"],
"name": "Double commander",
"options": {
"PUID": 0,
"PGID": 0,
@@ -41,6 +17,10 @@
"cifsusername": "<username>",
"cifspassword": "<password>"
},
"ports": {
"3000/tcp": 3000
},
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"schema": {
"PUID": "int",
"PGID": "int",
@@ -49,5 +29,11 @@
"cifsusername": "str?",
"cifspassword": "str?",
"cifsdomain": "str?"
}
},
"slug": "doublecommander",
"startup": "services",
"upstream": "0.8.2-1-ls54-2",
"url": "https://hub.docker.com/r/linuxserver/doublecommander",
"version": "0.8.2-1-ls54",
"webui": "http://[HOST]:[PORT:3000]"
}