add a first app

This commit is contained in:
2025-06-06 12:04:06 +09:00
parent 3a17241b28
commit 9d30b46de9
3 changed files with 30 additions and 0 deletions

15
Apps/mycoolapp/app.json Normal file
View File

@@ -0,0 +1,15 @@
{
"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"
}

BIN
Apps/mycoolapp/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB