mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-30 04:14:04 +02:00
Adapt to codenotary
This commit is contained in:
@@ -1,16 +1,10 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"boot": "auto",
|
||||
"description": "Self-hosted Plex Request and user management system",
|
||||
"environment": {},
|
||||
"map": [
|
||||
"config:rw"
|
||||
],
|
||||
"map": ["config:rw"],
|
||||
"name": "Ombi",
|
||||
"options": {
|
||||
"PGID": 0,
|
||||
@@ -30,6 +24,7 @@
|
||||
"startup": "services",
|
||||
"upstream": "4.10.2",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/ombi",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "4.10.2",
|
||||
"webui": "http://[HOST]:[PORT:3579]"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user