| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-12-04 | 2.1 kB | |
| v1.64.2_ Add ability for users to delete their own account source code.tar.gz | 2025-12-04 | 9.7 MB | |
| v1.64.2_ Add ability for users to delete their own account source code.zip | 2025-12-04 | 10.4 MB | |
| Totals: 3 Items | 20.1 MB | 0 | |
:memo: What’s Changed
Under Edit Profile, users now have the option to delete their account:
:rocket: Features
- Add ability for users to delete their own account under Edit Profile (#3946) @LukasMalyszko
:arrow_up: Dependencies updates
- :arrow_up: Bump stringio from 3.1.8 to 3.1.9 (#3942) @dependabot[bot]
- :arrow_up: Bump multi_json from 1.17.0 to 1.18.0 (#3944) @dependabot[bot]
- :arrow_up: Bump dotenv from 3.1.8 to 3.2.0 (#3952) @dependabot[bot]
- :arrow_up: Bump json from 2.16.0 to 2.17.0 (#3951) @dependabot[bot]
- :arrow_up: Bump aws-sdk-s3 from 1.205.0 to 1.206.0 (#3949) @dependabot[bot]
:busts_in_silhouette: List of contributors
@LukasMalyszko, @dependabot[bot], @pglombardo 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.