| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-12-02 | 2.9 kB | |
| v1.64.1_ Dark Theme, Security Key _ Docker Container Improvements source code.tar.gz | 2025-12-02 | 9.7 MB | |
| v1.64.1_ Dark Theme, Security Key _ Docker Container Improvements source code.zip | 2025-12-02 | 10.4 MB | |
| Totals: 3 Items | 20.1 MB | 0 | |
:memo: 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
:arrow_up: Dependencies updates
- :arrow_up: Bump actions/upload-artifact from 4 to 5 (#3940) @dependabot[bot]
- :arrow_up: Bump sqlite3 from 2.8.0 to 2.8.1 (#3937) @dependabot[bot]
- :arrow_up: Bump pagy from 43.1.6 to 43.1.8 (#3939) @dependabot[bot]
- :arrow_up: Bump rdoc from 6.16.0 to 6.16.1 (#3938) @dependabot[bot]
- :arrow_up: Bump rubocop-rails from 2.34.1 to 2.34.2 (#3936) @dependabot[bot]
- :arrow_up: Bump aws-sdk-core from 3.239.1 to 3.239.2 (#3922) @dependabot[bot]
- :arrow_up: Bump high_voltage from 4.0.0 to 5.0.0 (#3801) @dependabot[bot]
- :arrow_up: Bump actions/checkout from 5 to 6 (#3907) @dependabot[bot]
- :arrow_up: Bump i18n-tasks from 1.1.0 to 1.1.2 (#3933) @dependabot[bot]
:busts_in_silhouette: List of contributors
@Copilot, @dependabot[bot], @ozovalihasan, @pglombardo, copilot-swe-agent[bot] and dependabot[bot]
:motor_boat: Docker Images
Available on Docker Hub: https://hub.docker.com/r/pglombardo/pwpush
:running_man: Run This Version
→ Setup a DNS record to point to your server (e.g. pwpush.example.com) and run:
:::sh
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.