diff --git a/Template/template.json b/Template/template.json index 86b4d58..86837eb 100644 --- a/Template/template.json +++ b/Template/template.json @@ -1932,4 +1932,29 @@ } ] } + { + "type": 1, + "title": "Organizr v2", + "description": "Organizr allows you to setup Tabs that will be loaded all in one webpage. You can then work on your server with ease.\n ", + "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/organizr-icon.png", + "image": "organizrtools/organizr-v2:latest", + "category": ["Other", "Tools"], + "platform": "linux", + "ports": [ + "80/tcp" + ], + "volumes": [{"container": "/config"}], + "env": [ + { + "name":"PUID", + "label":"PUID", + "set":"" + }, + { + "name":"PGID", + "label":"PGID", + "set":"" + } + ] + } ] \ No newline at end of file diff --git a/Template/testtemplate.json b/Template/testtemplate.json deleted file mode 100644 index 7e4a2a0..0000000 --- a/Template/testtemplate.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "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