Update 'template.json'

This commit is contained in:
2022-03-01 12:48:13 +00:00
parent c10bc082d7
commit ed4dc87941
+15 -37
View File
@@ -1,47 +1,23 @@
{
"version": "2",
"templates": [
{
"category": [
"Other",
"Tools",
"Photo"
"Video",
"Music",
"Other"
],
"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..",
"description": "Htpcmanager, a front end for many htpc related applications. Hellowlol version.",
"env": [
{
"label": "PUID",
"name": "PUID",
"set": "1000"
},
{
"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"
}
]
}
]
}