aboutsummaryrefslogtreecommitdiffhomepage
path: root/CloudronManifest.json
diff options
context:
space:
mode:
authorJohannes Zellner <johannes@nebulon.de>2015-06-27 18:23:40 +0200
committerJohannes Zellner <johannes@nebulon.de>2015-06-27 18:23:40 +0200
commitc88ec639a906f57dc11c7a64b5622beb448d5fd6 (patch)
treef50b551d2ca08b4d718b7a1196d8dd80f5639d8d /CloudronManifest.json
parenteb83e4daa3726d3e7f12c513a19d212b709dadff (diff)
downloadSurfer-c88ec639a906f57dc11c7a64b5622beb448d5fd6.tar.gz
Surfer-c88ec639a906f57dc11c7a64b5622beb448d5fd6.tar.zst
Surfer-c88ec639a906f57dc11c7a64b5622beb448d5fd6.zip
Make a cloudron app
Diffstat (limited to 'CloudronManifest.json')
-rw-r--r--CloudronManifest.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/CloudronManifest.json b/CloudronManifest.json
new file mode 100644
index 0000000..5e4fbcc
--- /dev/null
+++ b/CloudronManifest.json
@@ -0,0 +1,20 @@
1{
2 "id": "io.cloudron.surfer",
3 "title": "Surfer",
4 "author": "Cloudron Team",
5 "description": "Simple static file server",
6 "tagline": "Static file server",
7 "version": "0.1.0",
8 "healthCheckPath": "/",
9 "httpPort": 3000,
10 "manifestVersion": 1,
11 "website": "https://github.com/nebulade/surfer",
12 "contactEmail": "support@cloudron.io",
13 "icon": "logo.png",
14 "addons": {
15 "ldap": {},
16 "localstorage": {}
17 },
18 "mediaLinks": [
19 ]
20}