summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorajs124 <git@ajs124.de>2022-12-13 21:59:45 +0100
committerajs124 <git@ajs124.de>2023-02-21 15:05:16 +0100
commit3b2a768f0fd7ca0f4276350c21fbf32b91c4c506 (patch)
tree681825e7dc4e785b923bba4280d21e85e27d7021 /pkgs/servers
parent80df9ff90d35bed552946fbe1d4ff8a6cdc28765 (diff)
downloadnixpkgs-3b2a768f0fd7ca0f4276350c21fbf32b91c4c506.tar
nixpkgs-3b2a768f0fd7ca0f4276350c21fbf32b91c4c506.tar.gz
nixpkgs-3b2a768f0fd7ca0f4276350c21fbf32b91c4c506.tar.bz2
nixpkgs-3b2a768f0fd7ca0f4276350c21fbf32b91c4c506.tar.lz
nixpkgs-3b2a768f0fd7ca0f4276350c21fbf32b91c4c506.tar.xz
nixpkgs-3b2a768f0fd7ca0f4276350c21fbf32b91c4c506.tar.zst
nixpkgs-3b2a768f0fd7ca0f4276350c21fbf32b91c4c506.zip
nextcloudPackages.notify_push: init
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/nextcloud/packages/24.json10
-rw-r--r--pkgs/servers/nextcloud/packages/25.json10
-rw-r--r--pkgs/servers/nextcloud/packages/nextcloud-apps.json1
3 files changed, 21 insertions, 0 deletions
diff --git a/pkgs/servers/nextcloud/packages/24.json b/pkgs/servers/nextcloud/packages/24.json
index 0b775a81e88..33b306121e7 100644
--- a/pkgs/servers/nextcloud/packages/24.json
+++ b/pkgs/servers/nextcloud/packages/24.json
@@ -129,6 +129,16 @@
       "agpl"
     ]
   },
+  "notify_push": {
+    "sha256": "1raxkzdcd9mixg30ifv22lzf10j47n79n05yqbf6mjagrgj0rr7f",
+    "url": "https://github.com/nextcloud/notify_push/releases/download/v0.5.0/notify_push.tar.gz",
+    "version": "0.5.0",
+    "description": "Push update support for desktop app.\n\nOnce the app is installed, the push binary needs to be setup. You can either use the setup wizard with `occ notify_push:setup` or see the [README](http://github.com/nextcloud/notify_push) for detailed setup instructions",
+    "homepage": "",
+    "licenses": [
+      "agpl"
+    ]
+  },
   "onlyoffice": {
     "sha256": "6117b7b8c5c7133975e4ebf482814cdcd3f94a1b3c76ea1b5eed47bdd1fbfcbb",
     "url": "https://github.com/ONLYOFFICE/onlyoffice-nextcloud/releases/download/v7.5.8/onlyoffice.tar.gz",
diff --git a/pkgs/servers/nextcloud/packages/25.json b/pkgs/servers/nextcloud/packages/25.json
index 98ab7ebe3e2..d3c157de44b 100644
--- a/pkgs/servers/nextcloud/packages/25.json
+++ b/pkgs/servers/nextcloud/packages/25.json
@@ -109,6 +109,16 @@
       "agpl"
     ]
   },
+  "notify_push": {
+    "sha256": "1raxkzdcd9mixg30ifv22lzf10j47n79n05yqbf6mjagrgj0rr7f",
+    "url": "https://github.com/nextcloud/notify_push/releases/download/v0.5.0/notify_push.tar.gz",
+    "version": "0.5.0",
+    "description": "Push update support for desktop app.\n\nOnce the app is installed, the push binary needs to be setup. You can either use the setup wizard with `occ notify_push:setup` or see the [README](http://github.com/nextcloud/notify_push) for detailed setup instructions",
+    "homepage": "",
+    "licenses": [
+      "agpl"
+    ]
+  },
   "onlyoffice": {
     "sha256": "0gy4n86q7b5qmy609ncibp94v1b3z9msc0129572qz2zyxfqxq3i",
     "url": "https://github.com/ONLYOFFICE/onlyoffice-nextcloud/releases/download/v7.6.8/onlyoffice.tar.gz",
diff --git a/pkgs/servers/nextcloud/packages/nextcloud-apps.json b/pkgs/servers/nextcloud/packages/nextcloud-apps.json
index a8375789023..ba55e92332c 100644
--- a/pkgs/servers/nextcloud/packages/nextcloud-apps.json
+++ b/pkgs/servers/nextcloud/packages/nextcloud-apps.json
@@ -12,6 +12,7 @@
 , "mail"
 , "news"
 , "notes"
+, "notify_push"
 , "onlyoffice"
 , "polls"
 , "registration"