diff --git a/Template/testtemplate.json b/Template/testtemplate.json index ca0229c..7e4a2a0 100644 --- a/Template/testtemplate.json +++ b/Template/testtemplate.json @@ -1,31 +1,15 @@ [ - { - "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": "" - } - ] - } + { + "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"}] + } ] \ No newline at end of file