mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-19 20:40:32 +02:00
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user