Files
pi-hosted/template/apps/resilio-sync.json

49 lines
1.1 KiB
JSON
Raw Normal View History

2022-02-23 00:00:46 -03:00
{
"categories": [
"Backup",
"Cloud",
"Other",
"Tools"
],
"description": "Resilio Sync (formerly BitTorrent Sync) uses the BitTorrent protocol to sync files and folders between all of your devices. There are both free and paid versions, this container supports both.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "1000",
"label": "PGID",
"name": "PGID"
}
],
"image_arm64": "linuxserver/resilio-sync:latest",
"image_amd64": "linuxserver/resilio-sync:latest",
2022-02-23 00:00:46 -03:00
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/resilio.png",
"name": "resilio-sync",
"officialDoc": "https://docs.linuxserver.io/images/docker-resilio-sync",
"platform": "linux",
"ports": [
"8888:8888/tcp",
"55555:55555/tcp"
],
"restart_policy": "unless-stopped",
"title": "Resilio Sync",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Resilio-Sync",
"container": "/config"
},
{
"container": "/sync"
},
{
"bind": "/portainer/Downloads",
"container": "/downloads"
}
],
"webpage": "https://www.resilio.com/individuals/"
}