Update testtemplate.json

This commit is contained in:
Jos Visser 2019-02-06 11:42:48 +01:00
parent 886da2dc0e
commit 3c87264bf6
2 changed files with 16 additions and 40 deletions

View File

@ -5,17 +5,9 @@
"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", "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/htpcmanager-icon.png",
"image": "linuxserver/htpcmanager:latest", "image": "linuxserver/htpcmanager:latest",
"category": [ "category": ["MediaApp:Video","MediaApp:Music","MediaApp:Other"],
"MediaApp:Video", "ports": ["8085/tcp"],
"MediaApp:Music", "volumes": [{ "container": "/config"}],
"MediaApp:Other"
],
"ports": [
"8085/tcp"
],
"volumes": [
"/config"
],
"env": [ "env": [
{ {
"name": "PGID", "name": "PGID",

View File

@ -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": ""
}
]
} }
] ]