Files
hassio-addons/resiliosync/config.json
2021-10-23 19:15:06 +02:00

30 lines
668 B
JSON

{
"arch": ["aarch64", "amd64", "armhf", "armv7"],
"boot": "auto",
"description": "Self-hosted file share and collaboration platform on the web",
"environment": {},
"map": ["share:rw", "config:rw"],
"name": "ResilioSync",
"options": {
"PUID": 0,
"PGID": 0
},
"ports": {
"8888/tcp": 8888,
"55555/tcp": 55555
},
"ports_description": {
"8888/tcp": "Web interface",
"55555/tcp": "Sync Port"
},
"schema": {
"PUID": "int",
"PGID": "int"
},
"slug": "resiliosync",
"upstream": "2.7.2.1375",
"url": "https://github.com/tyjtyj/hassio-addons",
"version": "2.7.2.1375-5",
"webui": "http://[HOST]:[PORT:8888]"
}