Update config to support new app store

This commit is contained in:
Nicolas Meienberger 2022-06-10 21:31:00 +02:00
parent bba966bf9c
commit 204b2a74df
4 changed files with 9 additions and 3 deletions

View file

@ -3,10 +3,11 @@
"port": 8113,
"available": true,
"id": "resilio-sync",
"categories": ["data", "utilities"],
"description": "",
"short_desc": "Resilio Sync is a fast, reliable, and simple file sync and share solution, powered by P2P technology",
"author": "Resilio, Inc.",
"source": "https://github.com/bt-sync",
"image": "https://avatars.githubusercontent.com/u/12284211?s=200&v=4",
"image": "/logos/apps/resilio-sync.png",
"form_fields": {}
}

View file

@ -1,7 +1,7 @@
version: "3.7"
services:
resilio-sync:
image: lscr.io/linuxserver/resilio-sync:latest
image: lscr.io/linuxserver/resilio-sync:2.7.3
container_name: resilio-sync
environment:
- PUID=1000
@ -13,4 +13,6 @@ services:
ports:
- ${APP_PORT}:8888
- 55555:55555
restart: unless-stopped
restart: unless-stopped
networks:
- tipi_main_network

View file

@ -0,0 +1,3 @@
[Resilio-sync](https://www.resilio.com/individuals/) (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. There is an official sync image but we created this one as it supports user mapping to simplify permissions for volumes.
[![resilio-sync](https://www.resilio.com/img/individual/freeproduct.jpg)](https://www.resilio.com/individuals/)

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB