CasaOS-Store/Apps/Emby/appfile.json

168 lines
3.7 KiB
JSON
Raw Normal View History

2022-04-06 06:35:34 +00:00
{
"version": "2.0",
"title": "Emby",
2022-04-06 08:14:00 +00:00
"name": "emby",
2022-04-06 08:43:09 +00:00
"icon": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Emby/icon.png",
2022-04-06 06:35:34 +00:00
"tagline": "TAKE YOUR MEDIA ANYWHERE WITH EMBY",
"overview": "Bringing all of your home videos, music, and photos together into one place has never been easier. Your personal Emby Server automatically converts and streams your media on-the-fly to play on any device.",
2022-04-06 09:08:51 +00:00
"thumbnail": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Emby/thumbnail.png",
2022-04-06 08:43:09 +00:00
"screenshots": [
2022-04-06 09:08:51 +00:00
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Emby/screenshot-1.png",
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Emby/screenshot-2.png",
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Emby/screenshot-3.png"
2022-04-06 08:43:09 +00:00
],
2022-04-06 06:35:34 +00:00
"category": [
"Media"
],
"developer": {
"name": "linuxserver",
"website": "https://emby.media/",
"donate_text": "",
"donate_link": ""
},
"adaptor": {
"name": "CasaOS Team",
"website": "https://www.casaos.io",
"donate_text": "",
"donate_link": ""
},
"support": "https://discord.gg/knqAbbBbeX",
"website": "https://www.casaos.io",
"container": {
"image": "linuxserver/emby:4.6.7",
"shell": "sh",
"privileged": false,
"network_model": "bridge",
"web_ui": {
"http": "8096",
"path": "/"
},
"health_check": "",
"envs": [
{
"key": "PUID",
"value": "1000",
"description": "",
"configurable": "no"
},
{
"key": "PGID",
"value": "1000",
"description": "",
"configurable": "no"
},
{
"key": "TZ",
2022-04-06 08:43:09 +00:00
"value": "$TZ",
2022-04-06 06:35:34 +00:00
"description": "",
"configurable": "no"
}
],
"ports": [
{
"container": "8096",
"host": "8096",
"type": "tcp",
"allocation": "automatic",
"configurable": "no",
"description": ""
},
{
"container": "8920",
"host": "8920",
"type": "tcp",
"allocation": "automatic",
"configurable": "no",
"description": ""
}
],
"volumes": [
{
"container": "/config",
"host": "/DATA/AppData/$AppID/config",
"mode": "rw",
"allocation": "automatic",
"configurable": "no",
"description": ""
},
{
"container": "/data/tvshows",
"host": "/DATA/Media/TV Shows",
"mode": "rw",
"allocation": "automatic",
"configurable": "no",
"description": ""
},
{
"container": "/data/movies",
"host": "/DATA/Media/Movies",
"mode": "rw",
"allocation": "automatic",
"configurable": "no",
"description": ""
}
],
"devices": [
{
"container": "/dev/dri",
"host": "/dev/dri",
"allocation": "optional",
"configurable": "no",
"description": ""
},
{
"container": "/dev/vchiq",
"host": "/dev/vchiq",
"allocation": "optional",
"configurable": "no",
"description": ""
},
{
"container": "/dev/video10",
"host": "/dev/video10",
"allocation": "optional",
"configurable": "no",
"description": ""
},
{
"container": "/dev/video11",
"host": "/dev/video11",
"allocation": "optional",
"configurable": "no",
"description": ""
},
{
"container": "/dev/video12",
"host": "/dev/video12",
"allocation": "optional",
"configurable": "no",
"description": ""
}
],
"constraints": {
"min_memory": 64,
"min_storage": 128
},
"restart_policy": "unless-stopped",
"sysctls": [],
"cap_add": [],
2022-04-06 06:35:34 +00:00
"labels": [],
"host_name": "",
"cmd": []
},
"abilities": {
"notification": false,
"widgets": false,
"authentication": false,
"search": false,
"upnp": false
},
"tips": {
"before_install": []
},
"changelog": {
"latest_updates": "",
"url": ""
},
"latest_update_date": ""
}