From 6d18930a30a8eca49960c433c443f707b4353f17 Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Wed, 25 Oct 2017 20:43:15 +0200 Subject: [PATCH] feat(templates): add ghost template (#76) --- templates.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/templates.json b/templates.json index ba636a2..c19b12b 100644 --- a/templates.json +++ b/templates.json @@ -327,6 +327,18 @@ ], "volumes": ["/var/lib/rabbitmq"] }, + { + "title": "Ghost", + "description": "Free and open-source blogging platform", + "categories": ["blog"], + "note": "Access the blog management interface under /ghost/.", + "platform": "linux", + "logo": "https://cloudinovasi.id/assets/img/logos/ghost.png", + "image": "ghost:latest", + "ports": [ + "2368/tcp" + ] + }, { "title": "Plesk", "description": "WebOps platform and hosting control panel",