diff --git a/Template/template.json b/Template/template.json index 841ec1f..e15721d 100644 --- a/Template/template.json +++ b/Template/template.json @@ -1,65 +1,4 @@ [ - { - "type": 1, - "title": "Chevereto", - "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..", - "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/Chevereto.png", - "image": "nmtan/chevereto:latest", - "categories": [ - "Other", - "Tools", - "Photo" - ], - "platform": "linux", - "restart_policy": "unless-stopped", - "ports": [ - "80/tcp" - ], - "volumes": [ - { - "container": "/var/www/html/images" - } - ], - "env": [ - { - "name": "PUID", - "label": "PUID", - "default": "1000", - "preset": true - }, - { - "name": "PGID", - "label": "PGID", - "default": "100", - "preset": true - }, - { - "name": "CHEVERETO_DB_HOST", - "label": "CHEVERETO_DB_HOST", - "set": "" - }, - { - "name": "CHEVERETO_DB_USERNAME", - "label": "CHEVERETO_DB_USERNAME", - "set": "" - }, - { - "name": "CHEVERETO_DB_PASSWORD", - "label": "CHEVERETO_DB_PASSWORD", - "set": "" - }, - { - "name": "CHEVERETO_DB_NAME", - "label": "CHEVERETO_DB_NAME", - "set": "" - }, - { - "name": "CHEVERETO_DB_PREFIX", - "label": "CHEVERETO_DB_PREFIX", - "set": "" - } - ] - }, { "type": 1, "title": "DashMachine", @@ -387,6 +326,67 @@ } ] }, + { + "type": 1, + "title": "Chevereto", + "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..", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/Chevereto.png", + "image": "nmtan/chevereto:latest", + "categories": [ + "Other", + "Tools", + "Photo" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "80/tcp" + ], + "volumes": [ + { + "container": "/var/www/html/images" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "preset": true + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "preset": true + }, + { + "name": "CHEVERETO_DB_HOST", + "label": "CHEVERETO_DB_HOST", + "set": "" + }, + { + "name": "CHEVERETO_DB_USERNAME", + "label": "CHEVERETO_DB_USERNAME", + "set": "" + }, + { + "name": "CHEVERETO_DB_PASSWORD", + "label": "CHEVERETO_DB_PASSWORD", + "set": "" + }, + { + "name": "CHEVERETO_DB_NAME", + "label": "CHEVERETO_DB_NAME", + "set": "" + }, + { + "name": "CHEVERETO_DB_PREFIX", + "label": "CHEVERETO_DB_PREFIX", + "set": "" + } + ] + }, { "type": 1, "title": "codiad",