Files
casaos-store/Apps/mycoolapp/app.json
2025-06-06 12:04:06 +09:00

16 lines
424 B
JSON

{
"title": "MyCoolApp",
"description": "A cool custom app",
"developer": "Me",
"image": "linuxserver/jellyfin:latest",
"ports": {
"8096/tcp": "8096"
},
"volumes": {
"/config": "/mnt/data/jellyfin/config",
"/media": "/mnt/media"
},
"web_ui": "http://[HOST_IP]:[PORT:8096]",
"icon": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/jellyfin-icon.png"
}