Files
hassio-addons/overseerr/config.json
2023-05-02 08:49:02 +02:00

53 lines
1.1 KiB
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": [
"/dev/dri",
"/dev/dri/card0",
"/dev/dri/card1",
"/dev/dri/renderD128",
"/dev/vchiq",
"/dev/video10",
"/dev/video11",
"/dev/video12",
"/dev/video13",
"/dev/video14",
"/dev/video15",
"/dev/video16",
"/dev/ttyUSB0",
],
"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.5",
"webui": "[PROTO:ssl]://[HOST]:[PORT:5055]"
}