mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
crlf to lf + sort json
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"build_from": {
|
||||
"armv7": "lscr.io/linuxserver/resilio-sync:arm32v7-latest",
|
||||
"aarch64": "lscr.io/linuxserver/resilio-sync:arm64v8-latest",
|
||||
"amd64": "lscr.io/linuxserver/resilio-sync:amd64-latest"
|
||||
"amd64": "lscr.io/linuxserver/resilio-sync:amd64-latest",
|
||||
"armv7": "lscr.io/linuxserver/resilio-sync:arm32v7-latest"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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,30 +40,37 @@
|
||||
"/dev/nvme2"
|
||||
],
|
||||
"environment": {},
|
||||
"map": ["share:rw", "config:rw"],
|
||||
"map": [
|
||||
"share:rw",
|
||||
"config:rw"
|
||||
],
|
||||
"name": "ResilioSync",
|
||||
"options": {
|
||||
"PUID": 0,
|
||||
"PGID": 0
|
||||
"PGID": 0,
|
||||
"PUID": 0
|
||||
},
|
||||
"ports": {
|
||||
"8888/tcp": 8888,
|
||||
"55555/tcp": 55555
|
||||
"55555/tcp": 55555,
|
||||
"8888/tcp": 8888
|
||||
},
|
||||
"ports_description": {
|
||||
"8888/tcp": "Web interface",
|
||||
"55555/tcp": "Sync Port"
|
||||
"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": {
|
||||
"PUID": "int",
|
||||
"PGID": "int",
|
||||
"PUID": "int",
|
||||
"TZ": "str?",
|
||||
"localdisks": "str?",
|
||||
"networkdisks": "str?",
|
||||
"cifsusername": "str?",
|
||||
"cifsdomain": "str?",
|
||||
"cifspassword": "str?",
|
||||
"cifsdomain": "str?"
|
||||
"cifsusername": "str?",
|
||||
"localdisks": "str?",
|
||||
"networkdisks": "str?"
|
||||
},
|
||||
"slug": "resiliosync",
|
||||
"upstream": "2.7.2.1375",
|
||||
|
||||
Reference in New Issue
Block a user