feat(templates): add ghost template (#76)

This commit is contained in:
Anthony Lapenna
2017-10-25 20:43:15 +02:00
committed by GitHub
parent 9762049aa6
commit 6d18930a30

View File

@@ -327,6 +327,18 @@
], ],
"volumes": ["/var/lib/rabbitmq"] "volumes": ["/var/lib/rabbitmq"]
}, },
{
"title": "Ghost",
"description": "Free and open-source blogging platform",
"categories": ["blog"],
"note": "Access the blog management interface under <code>/ghost/</code>.",
"platform": "linux",
"logo": "https://cloudinovasi.id/assets/img/logos/ghost.png",
"image": "ghost:latest",
"ports": [
"2368/tcp"
]
},
{ {
"title": "Plesk", "title": "Plesk",
"description": "WebOps platform and hosting control panel", "description": "WebOps platform and hosting control panel",