Browse Source

doc: add another manual setup step

test-message
Trent Larson 10 months ago
parent
commit
fc8d4878f1
  1. 1
      README.md

1
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`

Loading…
Cancel
Save