add a first app
This commit is contained in:
15
Apps/mycoolapp/app.json
Normal file
15
Apps/mycoolapp/app.json
Normal 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
BIN
Apps/mycoolapp/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 29 KiB |
15
manifest.json
Normal file
15
manifest.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"store": {
|
||||
"name": "MyApps",
|
||||
"apps": [
|
||||
{
|
||||
"id": "mycoolapp",
|
||||
"name": "MyCoolApp",
|
||||
"description": "A cool app",
|
||||
"icon": "./Apps/mycoolapp/icon.png",
|
||||
"app_file": "./Apps/mycoolapp/app.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user