aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/nextcloud/package.json
diff options
context:
space:
mode:
authorLibravatar Edgars <eandersons@users.noreply.github.com>2020-10-29 11:52:18 +0200
committerLibravatar GitHub <noreply@github.com>2020-10-29 10:52:18 +0100
commitb7bfaff13d55e686ea65c89ba57c117703b5d4ca (patch)
tree817e00d6f4bfd14db7d47eab3ca478f8a6ddbd14 /recipes/nextcloud/package.json
parentAdd recipe for Wire (#344) (diff)
downloadferdium-recipes-b7bfaff13d55e686ea65c89ba57c117703b5d4ca.tar.gz
ferdium-recipes-b7bfaff13d55e686ea65c89ba57c117703b5d4ca.tar.zst
ferdium-recipes-b7bfaff13d55e686ea65c89ba57c117703b5d4ca.zip
Add recipe for Nextcloud (#343)
Diffstat (limited to 'recipes/nextcloud/package.json')
-rw-r--r--recipes/nextcloud/package.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/nextcloud/package.json b/recipes/nextcloud/package.json
new file mode 100644
index 0000000..92f713e
--- /dev/null
+++ b/recipes/nextcloud/package.json
@@ -0,0 +1,16 @@
1{
2 "id": "nextcloud",
3 "name": "Nextcloud",
4 "version": "1.0.0",
5 "description": "Ferdi recipe for Nextcloud. Nextcloud is a safe home for all your data – community-driven, free & open source.",
6 "main": "index.js",
7 "author": "Edgars Andersons <Edgars+github@gaitenis.id.lv>",
8 "license": "MIT",
9 "repository": "https://github.com/eandersons/ferdi-recipe-nextcloud",
10 "config": {
11 "hasNotificationSound": true,
12 "hasIndirectMessages": true,
13 "hasCustomUrl": true,
14 "serviceURL": "https://{nextcloud}/"
15 }
16}