Update 'template.json'
This commit is contained in:
+17
-39
@@ -1,47 +1,23 @@
|
||||
{
|
||||
"version": "2",
|
||||
"templates": [
|
||||
"category": [
|
||||
"Other",
|
||||
"Tools",
|
||||
"Photo"
|
||||
],
|
||||
"description": "Chevereto is a powerful and fast image hosting script that allows you to create your very own full featured image hosting website in just minutes. Please note that this offers only the free Chevereto version..",
|
||||
"env": [
|
||||
{
|
||||
"label": "PUID",
|
||||
"name": "PUID",
|
||||
"set": "1000"
|
||||
},
|
||||
"category": [
|
||||
"Video",
|
||||
"Music",
|
||||
"Other"
|
||||
],
|
||||
"description": "Htpcmanager, a front end for many htpc related applications. Hellowlol version.",
|
||||
"env": [
|
||||
{
|
||||
"label": "PGID",
|
||||
"name": "PGID",
|
||||
"set": "1000"
|
||||
},
|
||||
{
|
||||
"label": "CHEVERETO_DB_HOST",
|
||||
"name": "CHEVERETO_DB_HOST",
|
||||
"set": ""
|
||||
},
|
||||
{
|
||||
"label": "CHEVERETO_DB_USERNAME",
|
||||
"name": "CHEVERETO_DB_USERNAME",
|
||||
"set": ""
|
||||
},
|
||||
{
|
||||
"label": "CHEVERETO_DB_PASSWORD",
|
||||
"name": "CHEVERETO_DB_PASSWORD",
|
||||
"set": ""
|
||||
},
|
||||
{
|
||||
"label": "CHEVERETO_DB_NAME",
|
||||
"name": "CHEVERETO_DB_NAME",
|
||||
"set": ""
|
||||
},
|
||||
{
|
||||
"label": "CHEVERETO_DB_PREFIX",
|
||||
"name": "CHEVERETO_DB_PREFIX",
|
||||
"set": ""
|
||||
"label": "PUID",
|
||||
"name": "PUID",
|
||||
"set": "1000"
|
||||
},
|
||||
{
|
||||
"label": "TZ",
|
||||
@@ -49,17 +25,19 @@
|
||||
"set": "America/Chicago"
|
||||
}
|
||||
],
|
||||
"image": "nmtan/chevereto:latest",
|
||||
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/Chevereto.png",
|
||||
"image": "linuxserver/htpcmanager:latest",
|
||||
"logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/htpcmanager-icon.png",
|
||||
"platform": "linux",
|
||||
"ports": [
|
||||
"80/tcp"
|
||||
"8085/tcp"
|
||||
],
|
||||
"title": "Chevereto",
|
||||
"title": "htpcmanager",
|
||||
"type": 1,
|
||||
"volumes": [
|
||||
{
|
||||
"container": "/var/www/html/images"
|
||||
"container": "/config"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user