📝 What’s Changed
- Docker container: Make sure storage directory is created (#3947) @pglombardo
- Fix dark theme support in Administration Center (#3945) @copilot-swe-agent[bot] (Thanks @iungoron!)
- Add a job to a github action to download screenshots of failed tests (#3935) @ozovalihasan
- Make SECRET_KEY_BASE dynamic at boot with instructions (#3934) @pglombardo
⬆️ Dependencies updates
- ⬆️ Bump actions/upload-artifact from 4 to 5 (#3940) @dependabot[bot]
- ⬆️ Bump sqlite3 from 2.8.0 to 2.8.1 (#3937) @dependabot[bot]
- ⬆️ Bump pagy from 43.1.6 to 43.1.8 (#3939) @dependabot[bot]
- ⬆️ Bump rdoc from 6.16.0 to 6.16.1 (#3938) @dependabot[bot]
- ⬆️ Bump rubocop-rails from 2.34.1 to 2.34.2 (#3936) @dependabot[bot]
- ⬆️ Bump aws-sdk-core from 3.239.1 to 3.239.2 (#3922) @dependabot[bot]
- ⬆️ Bump high_voltage from 4.0.0 to 5.0.0 (#3801) @dependabot[bot]
- ⬆️ Bump actions/checkout from 5 to 6 (#3907) @dependabot[bot]
- ⬆️ Bump i18n-tasks from 1.1.0 to 1.1.2 (#3933) @dependabot[bot]
👥 List of contributors
@Copilot, @dependabot[bot], @ozovalihasan, @pglombardo, copilot-swe-agent[bot] and dependabot[bot]
🛥️ Docker Images
Available on Docker Hub:
https://hub.docker.com/r/pglombardo/pwpush
🏃♂️ Run This Version
→ Setup a DNS record to point to your server (e.g. pwpush.example.com) and run:
docker run -d -p "80:80" -p "443:443" --env TLS_DOMAIN=pwpush.example.com pglombardo/pwpush:latest`and browse to https://pwpush.example.com.
or alternatively
→ Use one of our production ready Docker Compose files with persistent databases.