Skip to content

v2.11.1: Theme & Custom Logo Fixes

Choose a tag to compare

@github-actions github-actions released this 18 Aug 10:51
· 3 commits to master since this release
a33d944

📝 What’s Changed

  • Fix custom brand logo falling back to stock dark logo (#4762) @pglombardo, Peter Giacomo Lombardo
  • Honor theme toggle on the background jobs page (#4751) @pglombardo, Peter Giacomo Lombardo

⬆️ Dependencies updates

👥 List of contributors

@pglombardo, @dependabot[bot] and Peter Giacomo Lombardo

🛥️ Docker Images

Available on Docker Hub:
https://hub.docker.com/r/pglombardo/pwpush

🏃‍♂️ Run This Version

  1. Point DNS to your server (e.g. pwpush.example.com).
  2. Download docker-compose.yml or clone the repo.
  3. In docker-compose.yml, uncomment and set:
    • TLS_DOMAIN: 'pwpush.example.com' for automatic Let’s Encrypt TLS.
  4. Run:
docker compose up -d

Open https://pwpush.example.com or alternatively http://your-ip:5100.

🔗 Useful Links