mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 18:31:02 +01:00
40 lines
888 B
JSON
40 lines
888 B
JSON
{
|
|
"arch": [
|
|
"aarch64",
|
|
"amd64",
|
|
"armv7"
|
|
],
|
|
"codenotary": "alexandrep.github@gmail.com",
|
|
"description": "Request management and media discovery tool built to work with your existing Plex ecosystem",
|
|
"devices": [],
|
|
"environment": {},
|
|
"image": "ghcr.io/alexbelgium/overseerr-{arch}",
|
|
"init": false,
|
|
"map": [
|
|
"config:rw"
|
|
],
|
|
"name": "Overseerr",
|
|
"options": {
|
|
"CONFIG_LOCATION": "/config/addons_config/overseerr",
|
|
"PGID": "0",
|
|
"PUID": "0"
|
|
},
|
|
"ports": {
|
|
"5055/tcp": 5055
|
|
},
|
|
"ports_description": {
|
|
"5055/tcp": "web interface"
|
|
},
|
|
"privileged": [],
|
|
"schema": {
|
|
"CONFIG_LOCATION": "str",
|
|
"PGID": "int",
|
|
"PUID": "int",
|
|
"TZ": "str?"
|
|
},
|
|
"slug": "overseerr",
|
|
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/overseerr",
|
|
"version": "1.32.2",
|
|
"webui": "[PROTO:ssl]://[HOST]:[PORT:5055]"
|
|
}
|