Update 'template.json'
This commit is contained in:
+64
-11
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]}
|
||||
}
|
||||
Reference in New Issue
Block a user