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/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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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]"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user