From 6d9aa99f393091d0f84f2d873d72ebcede5a709d Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Thu, 18 Jun 2015 00:22:53 -0700 Subject: [PATCH] Add author and localstorage --- CloudronManifest.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CloudronManifest.json b/CloudronManifest.json index 9a9f72f..f3e9eb6 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -1,14 +1,16 @@ { "id": "io.gogs.cloudronapp", "title": "A self-hosted Git service", + "author": "Gogs developers", "description": "easiest, fastest and most painless way to set up a self-hosted Git service.\nDefault credentials are administrator:admin123", "tagline": "painless self-hosted Git Service", - "version": "0.0.1", + "version": "0.1.0", "healthCheckPath": "/", "httpPort": 3000, "addons": { "mysql": { }, - "sendmail": { } + "sendmail": { }, + "localstorage": { } }, "tcpPorts": { "SSH_PORT": {