From c88ec639a906f57dc11c7a64b5622beb448d5fd6 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Sat, 27 Jun 2015 18:23:40 +0200 Subject: Make a cloudron app --- CloudronManifest.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 CloudronManifest.json (limited to 'CloudronManifest.json') diff --git a/CloudronManifest.json b/CloudronManifest.json new file mode 100644 index 0000000..5e4fbcc --- /dev/null +++ b/CloudronManifest.json @@ -0,0 +1,20 @@ +{ + "id": "io.cloudron.surfer", + "title": "Surfer", + "author": "Cloudron Team", + "description": "Simple static file server", + "tagline": "Static file server", + "version": "0.1.0", + "healthCheckPath": "/", + "httpPort": 3000, + "manifestVersion": 1, + "website": "https://github.com/nebulade/surfer", + "contactEmail": "support@cloudron.io", + "icon": "logo.png", + "addons": { + "ldap": {}, + "localstorage": {} + }, + "mediaLinks": [ + ] +} -- cgit v1.2.3