From 76753db0cc723706f48a70fedb766db9a337288c Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Thu, 24 Mar 2022 01:58:42 +0100 Subject: [PATCH] Updater bot : resiliosync updated to 2.7.3.1381 --- resiliosync/CHANGELOG.md | 3 +++ resiliosync/config.json | 21 ++++++++++++++++----- 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/resiliosync/CHANGELOG.md b/resiliosync/CHANGELOG.md index e016de2b6..221eefb64 100644 --- a/resiliosync/CHANGELOG.md +++ b/resiliosync/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 2.7.3.1381 (24-03-2022) +- Update to latest version from linuxserver/docker-resilio-sync - Add codenotary sign - Cleanup: config base folder changed to /config/addons_config (thanks @bruvv) - New standardized logic for Dockerfile build and packages installation diff --git a/resiliosync/config.json b/resiliosync/config.json index b2b297f0b..c3f81d75c 100644 --- a/resiliosync/config.json +++ b/resiliosync/config.json @@ -1,5 +1,9 @@ { - "arch": ["aarch64", "amd64", "armv7"], + "arch": [ + "aarch64", + "amd64", + "armv7" + ], "boot": "auto", "description": "Self-hosted file share and collaboration platform on the web", "devices": [ @@ -36,7 +40,10 @@ "/dev/nvme2" ], "environment": {}, - "map": ["share:rw", "config:rw"], + "map": [ + "share:rw", + "config:rw" + ], "name": "ResilioSync", "options": { "PGID": 0, @@ -50,7 +57,11 @@ "55555/tcp": "Sync Port", "8888/tcp": "Web interface" }, - "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH", "NET_ADMIN"], + "privileged": [ + "SYS_ADMIN", + "DAC_READ_SEARCH", + "NET_ADMIN" + ], "schema": { "PGID": "int", "PUID": "int", @@ -62,9 +73,9 @@ "networkdisks": "str?" }, "slug": "resiliosync", - "upstream": "2.7.2.1375", + "upstream": "2.7.3.1381", "url": "https://github.com/tyjtyj/hassio-addons", "codenotary": "alexandrep.github@gmail.com", - "version": "2.7.2.1375-6", + "version": "2.7.3.1381", "webui": "http://[HOST]:[PORT:8888]" }