Files
Web-Password/README.md
Florian Walther 65fe245e9f updated README
2026-01-17 11:58:02 +01:00

30 lines
727 B
Markdown

# Web-Password
_a web based password generator_
![App Screenshot](img/screenshot.png)
## Features
* generates long and random, secure passwords (read about the [security considerations](SECURITY.md))
* 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](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](misc/MoreUsage.md)