Florian Walther 0e7f3be529
All checks were successful
Docker Release Build / push_to_registry (push) Successful in 51s
design updates
2026-02-08 00:24:00 +01:00
2026-02-07 16:49:46 +01:00
2026-02-07 23:45:57 +01:00
2026-02-08 00:24:00 +01:00
2026-02-08 00:24:00 +01:00
2026-02-07 16:45:02 +01:00
2026-02-07 00:29:41 +01:00
2026-02-07 23:45:57 +01:00
2026-02-07 00:34:05 +01:00

Web-Password

a web based password generator, with an API endpoint

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
  • supports DarkMode and LightMode, you can toggle

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/Florian.Walther/-/packages/container/password-generator/latest

You can pull it like this:

docker pull gitea.scu.si/florian.walther/password-generator:latest

more usage examples

There are some more usage example in misc/MoreUsage.md

Description
No description provided
Readme 5 MiB
Languages
Go 36.9%
HTML 35.5%
CSS 23.9%
Dockerfile 3.7%