mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
40 lines
729 B
JSON
40 lines
729 B
JSON
{
|
|
"name": "ResilioSync",
|
|
"version": "2.7.2.1375-3",
|
|
"upstream": "2.7.2.1375",
|
|
"slug": "resiliosync",
|
|
"description": "Self-hosted file share and collaboration platform on the web",
|
|
"url": "https://github.com/tyjtyj/hassio-addons",
|
|
"webui": "http://[HOST]:[PORT:8888]",
|
|
"startup": "services",
|
|
"boot": "auto",
|
|
"ports": {
|
|
"8888/tcp": 8888,
|
|
"55555/tcp": 55555
|
|
},
|
|
"ports_description": {
|
|
"8888/tcp": "Web interface",
|
|
"55555/tcp": "Sync Port"
|
|
},
|
|
"map": [
|
|
"share:rw",
|
|
"config:rw"
|
|
],
|
|
"environment": {
|
|
},
|
|
"options": {
|
|
"PUID": 0,
|
|
"PGID": 0
|
|
},
|
|
"schema": {
|
|
"PUID": "int",
|
|
"PGID": "int"
|
|
},
|
|
"arch": [
|
|
"aarch64",
|
|
"amd64",
|
|
"armhf",
|
|
"armv7"
|
|
]
|
|
}
|