Alexandre
2022-11-18 23:30:28 +01:00
committed by GitHub
parent d83b4e856b
commit 9bf6ab4794

View File

@@ -8,8 +8,7 @@
"description": "Request management and media discovery tool built to work with your existing Plex ecosystem", "description": "Request management and media discovery tool built to work with your existing Plex ecosystem",
"devices": [], "devices": [],
"environment": { "environment": {
"PGID": "0",
"PUID": "0"
}, },
"init": false, "init": false,
"map": [ "map": [
@@ -17,6 +16,8 @@
], ],
"name": "Overseerr", "name": "Overseerr",
"options": { "options": {
"PGID": "0",
"PUID": "0",
"CONFIG_LOCATION": "/config/addons_config/overseerr" "CONFIG_LOCATION": "/config/addons_config/overseerr"
}, },
"ports": { "ports": {
@@ -28,6 +29,8 @@
"privileged": [], "privileged": [],
"schema": { "schema": {
"CONFIG_LOCATION": "str", "CONFIG_LOCATION": "str",
"PGID": "int",
"PUID": "int",
"TZ": "str?" "TZ": "str?"
}, },
"slug": "overseerr", "slug": "overseerr",