{ "name": "Ombi", "version": "4.3.3-3", "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", "amd64", "armv7", "armhf"], "boot": "auto", "upstream": "4.3.3", "webui": "http://[HOST]:[PORT:3579]", "startup": "services", "image": "ghcr.io/alexbelgium/ombi-{arch}", "environment": {}, "map": ["config:rw"], "options": { "PUID": 0, "PGID": 0 }, "ports": { "3579/tcp": 3579 }, "ports_description": { "3579/tcp": "Web interface" }, "schema": { "PUID": "int", "PGID": "int" } }