Skip to content

v2.9.9: Latest Language Strings & Admin Center out of Beta

Choose a tag to compare

@github-actions github-actions released this 13 Aug 23:29
· 6 commits to master since this release
df8a91a

📝 What’s Changed

  • Remove BETA tag from Administration Center (#4740) @pglombardo, Peter Giacomo Lombardo
  • Fix tests after language-string sync updated Rails validation copy (#4739) @pglombardo, Peter Giacomo Lombardo

👥 List of contributors

@pglombardo 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