瀏覽代碼

Update config to support new app store

Nicolas Meienberger 3 年之前
父節點
當前提交
204b2a74df

+ 2 - 1
apps/resilio-sync/config.json

@@ -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": {}
 }

+ 4 - 2
apps/resilio-sync/docker-compose.yml

@@ -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

+ 3 - 0
apps/resilio-sync/metadata/description.md

@@ -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/)

二進制
packages/dashboard/public/logos/apps/resilio-sync.png