From: Johannes Zellner Date: Wed, 1 Jul 2015 00:41:32 +0000 (+0200) Subject: Add tags to the manifest X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=2594ccd4a578368aa1687e8db708c1cff03491dc;hp=a53b3def69e8865988bc3833e6a3c578bafa18c6;p=perso%2FImmae%2FProjets%2FNodejs%2FSurfer.git Add tags to the manifest --- diff --git a/CloudronManifest.json b/CloudronManifest.json index 5e4fbcc..2096ae7 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -4,6 +4,11 @@ "author": "Cloudron Team", "description": "Simple static file server", "tagline": "Static file server", + "tags": [ + "fileserver", + "webserver", + "server" + ], "version": "0.1.0", "healthCheckPath": "/", "httpPort": 3000,