Update 'template.json'

This commit is contained in:
2022-03-01 12:46:05 +00:00
parent abe1ced6a8
commit ee7e6fd3c0
+61 -8
View File
@@ -2,14 +2,67 @@
"version": "2", "version": "2",
"templates": [ "templates": [
{ {
"type": 1, "category": [
"title": "Nginx", "Other",
"description": "High performance web server", "Tools",
"logo": "https://cloudinovasi.id/assets/img/logos/nginx.png", "Photo"
"image": "nginx:latest", ],
"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": [ "ports": [
"8080:80/tcp", "80/tcp"
"443/tcp" ],
"title": "Chevereto",
"type": 1,
"volumes": [
{
"container": "/var/www/html/images"
}
]
}
] ]
} }
]}