Releases: jocxfin/pwgen
Releases · jocxfin/pwgen
v1.1.0 - Gunicorn, haveibeenpwned and more
This release introduces:
- Gunicorn for better performance.
- haveibeenpwned checks for enhanced security.
- UI tweaks for a cleaner look.
To use:
docker pull jocxfin/pwgen:latest
docker run -d -p 5069:5069 jocxfin/pwgen:latest
Quick and straightforward improvements for a better tool.
v1.0.2 - UI tweaks
- Fixed button label not vertically centered
- Changed input fields to be more consistant
- Removed unnecessary css code
Run the generator by pulling the image jocxfin/pwgen:latest and then running it with the command
docker pull jocxfin/pwgen:latest
docker run -d -p 5069:5069 jocxfin/pwgen:latest
v1.0.1 - Removed debug flag
v1.0.0 - New features and polished look
v0.9.5 - Initial pre-release
Initial pre-release for PwGen.
Self hosted password generator with basic functionality. PWA compatible.
Just a simple project I did for my own use and decided to upload the code here.
I might improve some of the functionality further down the road.
Run the generator by pulling the image jocxfin/pwgen:latest and then running it with the command
docker pull jocxfin/pwgen:latest
docker run -d -p 5069:5069 jocxfin/pwgen:latest