updated README
This commit is contained in:
10
README.md
10
README.md
@@ -10,10 +10,20 @@ _a web based password generator_
|
|||||||
* copy to clipboard
|
* copy to clipboard
|
||||||
* very small docker container, that only contains the application and has minimum attack surface
|
* 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
|
## 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
|
git clone https://gitea.scu.si/FlorianWalther/Web-Password.git
|
||||||
|
cd Web-Password
|
||||||
|
cp misc/docker-compose.yml ./
|
||||||
docker compose pull
|
docker compose pull
|
||||||
docker compose up -d
|
docker compose up -d
|
||||||
```
|
```
|
||||||
|
|
||||||
|
There are some more usage example in [misc/MoreUsage.md](misc/MoreUsage.md)
|
||||||
|
|||||||
Reference in New Issue
Block a user