Florian Walther 0a3f4ab5ef
All checks were successful
/ push_to_registry (push) Successful in 51s
added dynamic hostname to helpHandler
2026-01-17 21:59:54 +01:00
2026-01-17 12:47:28 +01:00
2026-01-16 16:28:50 +01:00
2026-01-16 16:28:50 +01:00
2026-01-17 21:59:54 +01:00
2026-01-17 11:58:02 +01:00

Web-Password

a web based password generator

App Screenshot

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
Ein einfacher Passwort Generator in golang als Webanwendung
Readme 4.8 MiB
Languages
Go 95%
Dockerfile 5%