pi-hosted/template/apps/ombi.json

40 lines
834 B
JSON

{
"categories": [
"Downloaders",
"Other",
"Video",
"Tools"
],
"description": "Ombi allows you to host your own Plex Request and user management system. ",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "1000",
"label": "PGID",
"name": "PGID"
}
],
"image_arm64": "linuxserver/ombi:latest",
"image_amd64": "linuxserver/ombi:latest",
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/ombi.png",
"name": "ombi",
"officialDoc": "https://docs.linuxserver.io/images/docker-ombi",
"platform": "linux",
"ports": [
"3579:3579/tcp"
],
"restart_policy": "unless-stopped",
"title": "Ombi",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Ombi",
"container": "/config"
}
],
"webpage": "https://ombi.io/"
}