diff --git a/.dictionary b/.dictionary index 275e5b1..a28e89b 100644 --- a/.dictionary +++ b/.dictionary @@ -1,2 +1,3 @@ (V|v)aultwarden Bitwarden +distroless diff --git a/README.md b/README.md index 52914f8..367c0a6 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,10 @@ Custom distroless container image for [Vaultwarden](https://github.com/dani-garc > **WARNING**: This version only supports SQLite and PostgreSQL databases. +## Configuration + +In Vaultwarden the configuration can be done either via environment variables or the admin page. A complete list of all environment variables can be found in the [Vaultwarden Repository](https://github.com/dani-garcia/vaultwarden/blob/main/.env.template). + ## License This project is licensed under the MIT License - see the [LICENSE](https://gitea.rknet.org/container/vaultwarden/src/branch/main/LICENSE) file for details.