v0.0.8
Some checks failed
/ push_to_registry (push) Failing after 13s
Web-Password
a web based password generator
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 follwoing 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
There are some more usage example in misc/MoreUsage.md
Description
Languages
Go
36.9%
HTML
35.5%
CSS
23.9%
Dockerfile
3.7%
