summarylogtreecommitdiffstats
path: root/nextcloud-app-notify_push.install
diff options
context:
space:
mode:
authorCarlos Galindo2021-02-23 14:26:07 +0100
committerCarlos Galindo2021-02-23 15:15:39 +0100
commitcc489167f3cda672a6c6e569d7d0107ab6c81f1e (patch)
treefcaa24652f2d1155823c2808a4ca0cdb94362cd7 /nextcloud-app-notify_push.install
downloadaur-cc489167f3cda672a6c6e569d7d0107ab6c81f1e.tar.gz
initial commit, 0.1.2
Diffstat (limited to 'nextcloud-app-notify_push.install')
-rw-r--r--nextcloud-app-notify_push.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/nextcloud-app-notify_push.install b/nextcloud-app-notify_push.install
new file mode 100644
index 000000000000..1644901608a3
--- /dev/null
+++ b/nextcloud-app-notify_push.install
@@ -0,0 +1,7 @@
+post_install() {
+ echo 'Remember to finish the setup for notify_push:'
+ echo ''
+ echo 'Enable and start the nextcloud-app-notify_push.service'
+ echo 'Setup your reverse proxy (see /usr/share/webapps/nextcloud/apps/notify_push/README.md)'
+ echo 'Run the setup with `occ notify_push:setup https://your.nextcloud.com/push`.'
+}