mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 22:04:06 +02:00
Updater bot : resiliosync updated to 2.7.3.1381
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
|
||||||
|
## 2.7.3.1381 (24-03-2022)
|
||||||
|
- Update to latest version from linuxserver/docker-resilio-sync
|
||||||
- Add codenotary sign
|
- Add codenotary sign
|
||||||
- Cleanup: config base folder changed to /config/addons_config (thanks @bruvv)
|
- Cleanup: config base folder changed to /config/addons_config (thanks @bruvv)
|
||||||
- New standardized logic for Dockerfile build and packages installation
|
- New standardized logic for Dockerfile build and packages installation
|
||||||
|
|||||||
@@ -1,5 +1,9 @@
|
|||||||
{
|
{
|
||||||
"arch": ["aarch64", "amd64", "armv7"],
|
"arch": [
|
||||||
|
"aarch64",
|
||||||
|
"amd64",
|
||||||
|
"armv7"
|
||||||
|
],
|
||||||
"boot": "auto",
|
"boot": "auto",
|
||||||
"description": "Self-hosted file share and collaboration platform on the web",
|
"description": "Self-hosted file share and collaboration platform on the web",
|
||||||
"devices": [
|
"devices": [
|
||||||
@@ -36,7 +40,10 @@
|
|||||||
"/dev/nvme2"
|
"/dev/nvme2"
|
||||||
],
|
],
|
||||||
"environment": {},
|
"environment": {},
|
||||||
"map": ["share:rw", "config:rw"],
|
"map": [
|
||||||
|
"share:rw",
|
||||||
|
"config:rw"
|
||||||
|
],
|
||||||
"name": "ResilioSync",
|
"name": "ResilioSync",
|
||||||
"options": {
|
"options": {
|
||||||
"PGID": 0,
|
"PGID": 0,
|
||||||
@@ -50,7 +57,11 @@
|
|||||||
"55555/tcp": "Sync Port",
|
"55555/tcp": "Sync Port",
|
||||||
"8888/tcp": "Web interface"
|
"8888/tcp": "Web interface"
|
||||||
},
|
},
|
||||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH", "NET_ADMIN"],
|
"privileged": [
|
||||||
|
"SYS_ADMIN",
|
||||||
|
"DAC_READ_SEARCH",
|
||||||
|
"NET_ADMIN"
|
||||||
|
],
|
||||||
"schema": {
|
"schema": {
|
||||||
"PGID": "int",
|
"PGID": "int",
|
||||||
"PUID": "int",
|
"PUID": "int",
|
||||||
@@ -62,9 +73,9 @@
|
|||||||
"networkdisks": "str?"
|
"networkdisks": "str?"
|
||||||
},
|
},
|
||||||
"slug": "resiliosync",
|
"slug": "resiliosync",
|
||||||
"upstream": "2.7.2.1375",
|
"upstream": "2.7.3.1381",
|
||||||
"url": "https://github.com/tyjtyj/hassio-addons",
|
"url": "https://github.com/tyjtyj/hassio-addons",
|
||||||
"codenotary": "alexandrep.github@gmail.com",
|
"codenotary": "alexandrep.github@gmail.com",
|
||||||
"version": "2.7.2.1375-6",
|
"version": "2.7.3.1381",
|
||||||
"webui": "http://[HOST]:[PORT:8888]"
|
"webui": "http://[HOST]:[PORT:8888]"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user