Skip to content

Releases: jocxfin/pwgen

v1.1.0 - Gunicorn, haveibeenpwned and more

27 Mar 17:04
37c4a64
Compare
Choose a tag to compare

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

27 Mar 10:32
71624e5
Compare
Choose a tag to compare
  • 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

27 Mar 00:47
2723fc6
Compare
Choose a tag to compare

New features in this release include:

  • Better UI
  • Passphrase customization
  • Better backend

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
image image

v1.0.0 - New features and polished look

27 Mar 00:22
39bb23e
Compare
Choose a tag to compare

New features in this release include:

  • Better UI
  • Passphrase customization
  • Better backend

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
image image

v0.9.5 - Initial pre-release

26 Mar 18:41
856bd4f
Compare
Choose a tag to compare
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