crlf to lf + sort json

This commit is contained in:
Alexandre
2022-03-15 11:02:11 +01:00
parent c748fa4a23
commit 5a7e0f0569
96 changed files with 1060 additions and 870 deletions

View File

@@ -1,7 +1,7 @@
{
"build_from": {
"armv7": "lscr.io/linuxserver/ombi:arm32v7-latest",
"aarch64": "lscr.io/linuxserver/ombi:arm64v8-latest",
"amd64": "lscr.io/linuxserver/ombi:amd64-latest"
"amd64": "lscr.io/linuxserver/ombi:amd64-latest",
"armv7": "lscr.io/linuxserver/ombi:arm32v7-latest"
}
}

View File

@@ -1,9 +1,4 @@
{
"name": "Ombi",
"version": "4.10.2",
"slug": "ombi",
"description": "Self-hosted Plex Request and user management system",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/ombi",
"apparmor": true,
"arch": [
"aarch64",
@@ -11,16 +6,15 @@
"armv7"
],
"boot": "auto",
"upstream": "4.10.2",
"webui": "http://[HOST]:[PORT:3579]",
"startup": "services",
"description": "Self-hosted Plex Request and user management system",
"environment": {},
"map": [
"config:rw"
],
"name": "Ombi",
"options": {
"PUID": 0,
"PGID": 0
"PGID": 0,
"PUID": 0
},
"ports": {
"3579/tcp": 3579
@@ -29,7 +23,13 @@
"3579/tcp": "Web interface"
},
"schema": {
"PUID": "int",
"PGID": "int"
}
"PGID": "int",
"PUID": "int"
},
"slug": "ombi",
"startup": "services",
"upstream": "4.10.2",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/ombi",
"version": "4.10.2",
"webui": "http://[HOST]:[PORT:3579]"
}