From aba84fe07c64f5ff8fe108d74a59d4e7cd6908bd Mon Sep 17 00:00:00 2001 From: aptalca <541623+aptalca@users.noreply.github.com> Date: Tue, 26 Mar 2024 11:04:38 -0400 Subject: [PATCH] Add SWAG instructions --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 591f019..28859e2 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,10 @@ This mod adds a service to start the [notify-push](https://github.com/nextcloud/ 5. run ``occ notify_push:setup https://cloud.example.org/push`` to test and enable notify-push, replace "*cloud.example.org*" with your domain. +### SWAG configuration + +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). + ### Traefik configuration notify-push listens on its own port, therefore we need to to forward all traffic under example.org/push/* to port 7867.