Add the Nginx template
This commit is contained in:
@@ -1,11 +1,12 @@
|
|||||||
# UI templates
|
# 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.
|
It also describes how to host your own Apps.
|
||||||
|
|
||||||
## Available apps:
|
## Available apps:
|
||||||
|
|
||||||
|
* Nginx (based on `nginx:latest`)
|
||||||
* MySQL (based on `mysql:latest`)
|
* MySQL (based on `mysql:latest`)
|
||||||
* WordPress (based on `wordpress:latest`)
|
* WordPress (based on `wordpress:latest`)
|
||||||
|
|
||||||
|
|||||||
@@ -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",
|
"title": "MySQL",
|
||||||
"description": "The most popular open-source database",
|
"description": "The most popular open-source database",
|
||||||
|
|||||||
Reference in New Issue
Block a user