mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 18:31:02 +01:00
34 lines
632 B
JSON
34 lines
632 B
JSON
{
|
|
"arch2": [
|
|
"aarch64",
|
|
"amd64",
|
|
"armv7"
|
|
],
|
|
"codenotary": "alexandrep.github@gmail.com",
|
|
"description": "Self-hosted Plex Request and user management system",
|
|
"init": false,
|
|
"map": [
|
|
"config:rw"
|
|
],
|
|
"name": "Ombi",
|
|
"options": {
|
|
"PGID": 0,
|
|
"PUID": 0
|
|
},
|
|
"ports": {
|
|
"3579/tcp": 3579
|
|
},
|
|
"ports_description": {
|
|
"3579/tcp": "Web interface"
|
|
},
|
|
"schema": {
|
|
"PGID": "int",
|
|
"PUID": "int"
|
|
},
|
|
"slug": "ombi",
|
|
"startup": "services",
|
|
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/ombi",
|
|
"version": "4.16.12",
|
|
"webui": "http://[HOST]:[PORT:3579]"
|
|
}
|