Adapt to codenotary

This commit is contained in:
alexbelgium
2022-03-23 08:59:27 +01:00
parent facbaeb6f9
commit e8c50b98e1
107 changed files with 383 additions and 723 deletions

View File

@@ -3,5 +3,8 @@
"aarch64": "lscr.io/linuxserver/resilio-sync:arm64v8-latest",
"amd64": "lscr.io/linuxserver/resilio-sync:amd64-latest",
"armv7": "lscr.io/linuxserver/resilio-sync:arm32v7-latest"
},
"codenotary": {
"signer": "alexandrep.github@gmail.com"
}
}

View File

@@ -1,9 +1,5 @@
{
"arch": [
"aarch64",
"amd64",
"armv7"
],
"arch": ["aarch64", "amd64", "armv7"],
"boot": "auto",
"description": "Self-hosted file share and collaboration platform on the web",
"devices": [
@@ -40,10 +36,7 @@
"/dev/nvme2"
],
"environment": {},
"map": [
"share:rw",
"config:rw"
],
"map": ["share:rw", "config:rw"],
"name": "ResilioSync",
"options": {
"PGID": 0,
@@ -57,11 +50,7 @@
"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",
@@ -75,6 +64,7 @@
"slug": "resiliosync",
"upstream": "2.7.2.1375",
"url": "https://github.com/tyjtyj/hassio-addons",
"codenotary": "alexandrep.github@gmail.com",
"version": "2.7.2.1375-6",
"webui": "http://[HOST]:[PORT:8888]"
}