Add the Nginx template

This commit is contained in:
Anthony Lapenna
2016-08-23 19:07:08 +12:00
parent 591e19fbef
commit eb346d0ef3
2 changed files with 12 additions and 1 deletions

View File

@@ -1,11 +1,12 @@
# UI templates
This repository hosts the official templates ('Apps') definitions for CloudInovasi UI.
This repository hosts the official templates (**'Apps'**) definitions for CloudInovasi UI.
It also describes how to host your own Apps.
## Available apps:
* Nginx (based on `nginx:latest`)
* MySQL (based on `mysql:latest`)
* WordPress (based on `wordpress:latest`)

View File

@@ -1,4 +1,14 @@
[
{
"title": "Nginx",
"description": "High performance web server",
"logo": "http://www.gabrielmatteson.com/wp-content/uploads/2014/04/Nginx-Logo-02.png",
"image": "nginx:latest",
"ports": [
"80/tcp",
"443/tcp"
]
},
{
"title": "MySQL",
"description": "The most popular open-source database",