create testtemplate for portainer changes

This commit is contained in:
Jos Visser 2019-02-06 11:39:10 +01:00
parent 49d6bbfd17
commit 886da2dc0e
1 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,31 @@
[
{
"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": ""
}
]
}
]