Closed
Description
What happened?
Error description
When I run docker compose up -d
I get the following in the pushd
logs:
pushd-1 | thread 'main' panicked at crates/daemons/pushd/src/consumers/outbound/vapid.rs:33:14:
pushd-1 | valid `VAPID_PRIVATE_KEY`: InvalidPadding
pushd-1 | note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
As far as I understand, the issue is related to vapid
private key: when I change it in the Revolt.toml
, the error message also changes. The keys are generated using the ./generate_config.sh
script.
Environment
OS: Debian 12
Docker version 27.4.1, build b9d17ea
Docker Compose version v2.32.1
Arch: amd64 (x86_64)
Maybe important: I don't use domain names. I only use IP address.
Steps to reproduce
Following README.md
:
- Clone the repository.
- Generate keys using
./generate_config.sh 123.123.123.123
(my IP address is different). - Run
docker compose up -d
.
Expected
All the services start and the pages https://123.123.123.123/*
are accessible.
Actual behavior
pushd
service does not load and keeps restarting with the error message presented above.
UPD 2025-01-08
I have also tried with domain name and using Ubuntu 24.04 as in the instructions. The error is the same,
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
✅ Done
Activity