4a8f7525e7f3f3ad922fa4ab046a2f87d1514196
Web-Password
a web based password generator, with an API endpoint
Features
- generates long and random, secure passwords (read about the security considerations)
- copy to clipboard
- very small docker container, that only contains the application and has minimum attack surface
Demo
There is a demo at https://passwd.scu.si
Usage
The following example shows how to get up your own instance with docker compose.
git clone https://gitea.scu.si/FlorianWalther/Web-Password.git
cd Web-Password
cp misc/docker-compose.yml ./
docker compose pull
docker compose up -d
Docker image
The latest official docker image is at https://gitea.scu.si/FlorianWalther/-/packages/container/password-generator/latest
more usage examples
There are some more usage example in misc/MoreUsage.md
Description
Languages
Go
95%
Dockerfile
5%
