added organizr to template

This commit is contained in:
Jos Visser 2019-02-06 19:48:48 +01:00
parent 305dbc73b5
commit 05093d7825
2 changed files with 25 additions and 15 deletions

View File

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

View File

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