mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
30 lines
668 B
JSON
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]"
|
|
}
|