An open API service indexing awesome lists of open source software.

https://github.com/abnerkaizer/docker


https://github.com/abnerkaizer/docker

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

## Hashed Password
```
openssl passwd -apr1 your-password

```
Copy the resulted hash to the .env of Traefik, it needs to be inside single quotes.

## ADMIN_TOKEN

```
echo -n "MySecretPassword" | argon2 "$(openssl rand -base64 32)" -e -id -k 65540 -t 3 -p 4
```
Copy the derived key to the Vaultwarden .env, it needs to be inside single quotes.