114 lines
2.6 KiB
JSON
114 lines
2.6 KiB
JSON
{
|
|
"version": "2.0",
|
|
"title": "Ombi",
|
|
"name": "Ombi",
|
|
"icon": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Ombi/icon.png",
|
|
"tagline": "Friendly media request tool, automatically syncs with your media servers! ",
|
|
"overview": "Ombi is a self-hosted web application that automatically gives your shared Plex or Emby users the ability to request content by themselves! Ombi can be linked to multiple TV Show and Movie DVR tools to create a seamless end-to-end experience for your users.",
|
|
"thumbnail": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Ombi/thumbnail.png",
|
|
"screenshots": [
|
|
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Ombi/screenshot-1.png",
|
|
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Ombi/screenshot-2.png",
|
|
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Ombi/screenshot-3.png"
|
|
],
|
|
"category": [
|
|
"Media"
|
|
],
|
|
"developer": {
|
|
"name": "Sabnzbd Team",
|
|
"website": "https://sabnzbd.org/",
|
|
"donate_text": "",
|
|
"donate_link": ""
|
|
},
|
|
"adaptor": {
|
|
"name": "CasaOS Team",
|
|
"website": "https://www.casaos.io",
|
|
"donate_text": "",
|
|
"donate_link": ""
|
|
},
|
|
"support": "",
|
|
"website": "",
|
|
"container": {
|
|
"image": "linuxserver/ombi:latest",
|
|
"shell": "sh",
|
|
"privileged": false,
|
|
"network_model": "bridge",
|
|
"web_ui": {
|
|
"http": "3579",
|
|
"path": ""
|
|
},
|
|
"health_check": "",
|
|
"envs": [
|
|
{
|
|
"key": "PUID",
|
|
"value": "1000",
|
|
"description": "",
|
|
"configurable": "no"
|
|
},
|
|
{
|
|
"key": "PGID",
|
|
"value": "1000",
|
|
"description": "",
|
|
"configurable": "no"
|
|
},
|
|
{
|
|
"key": "TZ",
|
|
"value": "Europe/London",
|
|
"description": "",
|
|
"configurable": "no"
|
|
},
|
|
{
|
|
"key": "BASE_URL",
|
|
"value": "/ombi",
|
|
"description": "",
|
|
"configurable": "no"
|
|
}
|
|
],
|
|
"ports": [
|
|
{
|
|
"container": "3579",
|
|
"host": "3579",
|
|
"type": "tcp",
|
|
"allocation": "automatic",
|
|
"configurable": "no",
|
|
"description": ""
|
|
}
|
|
],
|
|
"volumes": [
|
|
{
|
|
"container": "/config",
|
|
"host": "/DATA/AppData/ombi/config",
|
|
"mode": "rw",
|
|
"allocation": "automatic",
|
|
"configurable": "no",
|
|
"description": ""
|
|
}
|
|
],
|
|
"devices": [],
|
|
"constraints": {
|
|
"min_memory": 64,
|
|
"min_storage": 128
|
|
},
|
|
"restart_policy": "unless-stopped",
|
|
"sysctls": [],
|
|
"cap_add": {},
|
|
"labels": [],
|
|
"host_name": "Ombi",
|
|
"cmd": []
|
|
},
|
|
"abilities": {
|
|
"notification": false,
|
|
"widgets": false,
|
|
"authentication": false,
|
|
"search": false,
|
|
"upnp": false
|
|
},
|
|
"tips": {
|
|
"before_install": []
|
|
},
|
|
"changelog": {
|
|
"latest_updates": "",
|
|
"url": ""
|
|
},
|
|
"latest_update_date": ""
|
|
} |