π Whatβs Changed
Under Edit Profile, users now have the option to delete their account:
π Features
- Add ability for users to delete their own account under Edit Profile (#3946) @LukasMalyszko
β¬οΈ Dependencies updates
- β¬οΈ Bump stringio from 3.1.8 to 3.1.9 (#3942) @dependabot[bot]
- β¬οΈ Bump multi_json from 1.17.0 to 1.18.0 (#3944) @dependabot[bot]
- β¬οΈ Bump dotenv from 3.1.8 to 3.2.0 (#3952) @dependabot[bot]
- β¬οΈ Bump json from 2.16.0 to 2.17.0 (#3951) @dependabot[bot]
- β¬οΈ Bump aws-sdk-s3 from 1.205.0 to 1.206.0 (#3949) @dependabot[bot]
π₯ List of contributors
@LukasMalyszko, @dependabot[bot], @pglombardo 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.