Go to file
Robert Kaussow 6702ae020e
ci/woodpecker/push/build-package Pipeline was successful Details
ci/woodpecker/tag/build-package Pipeline was successful Details
ci/woodpecker/push/build-container Pipeline was successful Details
ci/woodpecker/push/docs Pipeline was successful Details
ci/woodpecker/push/notify Pipeline was successful Details
ci/woodpecker/tag/build-container Pipeline was successful Details
ci/woodpecker/tag/docs Pipeline was successful Details
ci/woodpecker/tag/notify Pipeline was successful Details
fix: switch back to alpine to avoid networking issues (#146)
While using `scratch` network connections from the container (e.g. to fetch icons) were not working due to missing SSL libraries and maybe other missing OS dependencies to make network connections.

Reviewed-on: #146
Co-authored-by: Robert Kaussow <mail@thegeeklab.de>
Co-committed-by: Robert Kaussow <mail@thegeeklab.de>
2023-12-01 21:54:43 +01:00
.gitsv refactor: migrate to woodpecker ci (#139) 2023-11-08 09:04:01 +01:00
.woodpecker revert caching for container builds 2023-11-26 13:44:25 +01:00
.dictionary chore: switch from distroless to scratch (#144) 2023-11-26 12:54:23 +01:00
.gitignore [skip ci] remove local changelog 2021-02-11 21:05:37 +01:00
.markdownlint.yml enable markdownlint 2020-10-28 09:05:50 +01:00
.prettierignore refactor: migrate to woodpecker ci (#139) 2023-11-08 09:04:01 +01:00
Containerfile fix: switch back to alpine to avoid networking issues (#146) 2023-12-01 21:54:43 +01:00
LICENSE chore: end of the year maintenance 2021-12-21 10:59:37 +01:00
README.md chore: switch from distroless to scratch (#144) 2023-11-26 12:54:23 +01:00
renovate.json chore: upstream project was renamed to vaultwarden (#41) 2021-05-15 14:19:58 +02:00

README.md

vaultwarden

Custom image for Vaultwarden password manager

Build Status Docker Hub Quay.io Source: Gitea License: MIT

Custom rootless container image for Vaultwarden. Vaultwarden is a Bitwarden server API implementation written in Rust compatible with upstream Bitwarden clients.

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.

License

This project is licensed under the MIT License - see the LICENSE file for details.