portainer_templates/Template/testtemplate.json

15 lines
465 B
JSON

[
{
"type": 1,
"title": "htpcmanager",
"description": "Htpcmanager, a front end for many htpc related applications. Hellowlol version.",
"categories": ["MediaApp:Video"],
"platform": "linux",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/htpcmanager-icon.png",
"image": "linuxserver/htpcmanager:latest",
"ports": [
"8085/tcp"
],
"volumes": [{ "container": "/config"}]
}
]