From fc8d4878f199d1bda04079766cb8fc62ea99616a Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Mon, 4 Dec 2023 18:42:34 -0700 Subject: [PATCH] doc: add another manual setup step --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 07f0185..fe773e7 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ sudo docker load -i py-push-server-amd-$PUSH_SERVER_VERSION.tar sudo docker run -d -p 8900:3000 -v ~/py-push-server-db:/app/instance/data --name py-push-server-$PUSH_SERVER_VERSION py-push-server:amd-$PUSH_SERVER_VERSION ``` +Finally, generate a new VAPID by hitting the `regenerate_vapid` endpoint with a POST, eg. `curl -X POST localhost:8080/web-push/regenerate_vapid`