Update template.json
This commit is contained in:
parent
669566e6fc
commit
02a866d016
1 changed files with 30 additions and 0 deletions
|
@ -1293,6 +1293,36 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"categories": ["Other", "Tools"],
|
||||||
|
"description": "Jellyseer is a free and open source software application for managing requests for your media library.",
|
||||||
|
"env": [
|
||||||
|
{
|
||||||
|
"default": "1000",
|
||||||
|
"label": "PUID",
|
||||||
|
"name": "PUID"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"default": "100",
|
||||||
|
"label": "PGID",
|
||||||
|
"name": "PGID"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"image": "fallenbagel/jellyseerr",
|
||||||
|
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/jellyseerr.png",
|
||||||
|
"name": "Jellyseerr",
|
||||||
|
"platform": "linux",
|
||||||
|
"ports": ["5055:5055/tcp"],
|
||||||
|
"restart_policy": "unless-stopped",
|
||||||
|
"title": "Jellyseerr",
|
||||||
|
"type": 1,
|
||||||
|
"volumes": [
|
||||||
|
{
|
||||||
|
"bind": "/portainer/Files/AppData/Config/Jellyseerr",
|
||||||
|
"container": "/config"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"categories": ["Video"],
|
"categories": ["Video"],
|
||||||
"description": "Headless installation of Kodi™ (formerly known as XBMC™), to enable library updates.",
|
"description": "Headless installation of Kodi™ (formerly known as XBMC™), to enable library updates.",
|
||||||
|
|
Loading…
Reference in a new issue