From ee7e6fd3c0d51c3bd0bb12513a340a3102d16653 Mon Sep 17 00:00:00 2001 From: MadhanPrasath Date: Tue, 1 Mar 2022 12:46:05 +0000 Subject: [PATCH] Update 'template.json' --- template.json | 75 +++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 64 insertions(+), 11 deletions(-) diff --git a/template.json b/template.json index 62dc9b1..ec325df 100644 --- a/template.json +++ b/template.json @@ -1,15 +1,68 @@ { "version": "2", "templates": [ - { - "type": 1, - "title": "Nginx", - "description": "High performance web server", - "logo": "https://cloudinovasi.id/assets/img/logos/nginx.png", - "image": "nginx:latest", - "ports": [ - "8080:80/tcp", - "443/tcp" + { + "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" + }, + { + "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": "TZ", + "name": "TZ", + "set": "America/Chicago" + } + ], + "image": "nmtan/chevereto:latest", + "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/Chevereto.png", + "platform": "linux", + "ports": [ + "80/tcp" + ], + "title": "Chevereto", + "type": 1, + "volumes": [ + { + "container": "/var/www/html/images" + } + ] + } ] -} - ]} \ No newline at end of file +} \ No newline at end of file