portainer_templates/Template/testtemplate.json

31 lines
864 B
JSON
Raw Normal View History

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