Update testtemplate.json
This commit is contained in:
parent
886da2dc0e
commit
7f68e77c83
1 changed files with 13 additions and 29 deletions
|
@ -1,31 +1,15 @@
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"type": "1",
|
"type": 1,
|
||||||
"title": "htpcmanager",
|
"title": "htpcmanager",
|
||||||
"description": "Htpcmanager, a front end for many htpc related applications. Hellowlol version.",
|
"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",
|
"categories": ["MediaApp:Video"],
|
||||||
"platform": "linux",
|
"platform": "linux",
|
||||||
|
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/htpcmanager-icon.png",
|
||||||
"image": "linuxserver/htpcmanager:latest",
|
"image": "linuxserver/htpcmanager:latest",
|
||||||
"category": [
|
|
||||||
"MediaApp:Video",
|
|
||||||
"MediaApp:Music",
|
|
||||||
"MediaApp:Other"
|
|
||||||
],
|
|
||||||
"ports": [
|
"ports": [
|
||||||
"8085/tcp"
|
"8085/tcp"
|
||||||
],
|
],
|
||||||
"volumes": [{ "container": "/config"}],
|
"volumes": [{ "container": "/config"}]
|
||||||
"env": [
|
|
||||||
{
|
|
||||||
"name": "PGID",
|
|
||||||
"label": "PGID",
|
|
||||||
"set": ""
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "PUID",
|
|
||||||
"label": "PUID",
|
|
||||||
"set": ""
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
Loading…
Reference in a new issue