mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-24 09:41:50 +02:00
Adapt to codenotary
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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]"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user