aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/nextcloud-news/package.json
diff options
context:
space:
mode:
authorLibravatar Carlos SolĂ­s <csolisr@gmail.com>2021-12-02 22:18:54 -0600
committerLibravatar GitHub <noreply@github.com>2021-12-03 09:48:54 +0530
commit0d6b1c79316dadb3b63f0f2a978ec50621a8418e (patch)
tree00d5610971815a21a2356aa2df44f472d3f466e6 /recipes/nextcloud-news/package.json
parentfix: change instagram serviceUrl back to include inbox (fixes #2291) (diff)
downloadferdium-recipes-0d6b1c79316dadb3b63f0f2a978ec50621a8418e.tar.gz
ferdium-recipes-0d6b1c79316dadb3b63f0f2a978ec50621a8418e.tar.zst
ferdium-recipes-0d6b1c79316dadb3b63f0f2a978ec50621a8418e.zip
Add recipe for Nextcloud News (#780)
Diffstat (limited to 'recipes/nextcloud-news/package.json')
-rw-r--r--recipes/nextcloud-news/package.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/nextcloud-news/package.json b/recipes/nextcloud-news/package.json
new file mode 100644
index 0000000..692359a
--- /dev/null
+++ b/recipes/nextcloud-news/package.json
@@ -0,0 +1,14 @@
1{
2 "id": "nextcloud-news",
3 "name": "Nextcloud News",
4 "version": "1.0.0",
5 "license": "MIT",
6 "repository": "https://github.com/csolisr/recipes/tree/master/recipes/nextcloud-news/",
7 "config": {
8 "hasNotificationSound": true,
9 "hasTeamId": true,
10 "urlInputPrefix": "https://",
11 "urlInputSuffix": "/apps/news/",
12 "serviceURL": "https://{teamId}/apps/news/"
13 }
14}