Bruno

Results 3 comments of Bruno

Oh yes you're right. I use docker only for splitpro and wanted to generate the keypair usind the container: ```bash docker compose exec splitpro web-push generate-vapid-keys --json ``` This wouldn't...

**Idea**: This is a minmal command to generate the keypair using a docker container: ``` docker run --rm node:20-alpine3.19 npx web-push generate-vapid-keys --json ``` `node:20-alpine3.19` is the base layer of...

Actually I'm on the same problem right now. Have you found any solution in the meantime? Thank you