You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-55Lines changed: 3 additions & 55 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,63 +12,11 @@ This mod adds a service to start the [notify-push](https://github.com/nextcloud/
12
12
13
13
2. Make sure that Redis is already configured with Nextcloud.
14
14
15
-
3.[Configure your reverse proxy for notify push.](https://github.com/nextcloud/notify_push#reverse-proxy)
15
+
3.notify_push should be running and ``**** Starting notify-push ****`` appear in the log. Also check for errors.
16
16
17
-
4. notify_push should be running and ``**** Starting notify-push ****`` appear in the log. Also check for errors.
17
+
### Reverse Proxy
18
18
19
-
### SWAG configuration
20
-
21
-
SWAG's preset proxy conf for Nextcloud has been updated to support this mod out of the box. Make sure you are using the updated conf (to update an existing one, you can simply delete your existing conf, rename the sample to `nextcloud.subdomain.conf` and restart SWAG).
22
-
23
-
### Traefik configuration
24
-
25
-
notify-push listens on its own port, therefore we need to to forward all traffic under example.org/push/* to port 7867.
26
-
27
-
We need to add an additional router and service to the container. Having more than one router requires to explicitly configure more options. Additionally a new middleware to strip the /push prefix.
28
-
29
-
Replace "*cloud.example.org*" for both routers with your domain!
The reverse proxy of the `notify_push` service at subfolder `/push` is handled within the Nextcloud container's Nginx site conf. Make sure you are on the latest version. If not sure, make sure your Nextcloud container is up to date, then you can delete the existing site conf at `/config/nginx/site-confs/default.conf` and restart the container. A new conf with the reverse proxy support will be created.
0 commit comments