From 65fe245e9f59ee924d71a90208916b3023b07742 Mon Sep 17 00:00:00 2001 From: Florian Walther Date: Sat, 17 Jan 2026 11:58:02 +0100 Subject: [PATCH] updated README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 7835a9e..bb2fa5a 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,20 @@ _a web based password generator_ * 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)