From 05093d78253573cabd55d9a144cdb9c9fcdd2c6c Mon Sep 17 00:00:00 2001 From: Jos Visser <1911646+Qballjos@users.noreply.github.com> Date: Wed, 6 Feb 2019 19:48:48 +0100 Subject: [PATCH] added organizr to template --- Template/template.json | 25 +++++++++++++++++++++++++ Template/testtemplate.json | 15 --------------- 2 files changed, 25 insertions(+), 15 deletions(-) delete mode 100644 Template/testtemplate.json 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