CasaOS-Store/Apps/Ombi/appfile.json

114 lines
2.6 KiB
JSON
Raw Normal View History

2022-08-16 08:01:49 +00:00
{
"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": {
2022-08-18 02:08:32 +00:00
"image": "linuxserver/ombi:latest",
2022-08-16 08:01:49 +00:00
"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": [],
2022-08-17 02:51:49 +00:00
"cap_add": {},
2022-08-16 08:01:49 +00:00
"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": ""
}