Go to file
Renovator Bot 15d8d2f7a6
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details
chore(deps): update vaultwarden packages (#44)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [dani-garcia/bw_web_builds](https://github.com/dani-garcia/bw_web_builds) | minor | `v2.20.4b` -> `v2.21.1` |
| [dani-garcia/vaultwarden](https://github.com/dani-garcia/vaultwarden) | patch | `1.22.1` -> `1.22.2` |

---

### Release Notes

<details>
<summary>dani-garcia/bw_web_builds</summary>

### [`v2.21.1`](https://github.com/dani-garcia/bw_web_builds/releases/v2.21.1)

[Compare Source](https://github.com/dani-garcia/bw_web_builds/compare/v2.20.4b...v2.21.1)

https://github.com/bitwarden/web/releases/tag/v2.21.1

</details>

<details>
<summary>dani-garcia/vaultwarden</summary>

### [`v1.22.2`](https://github.com/dani-garcia/vaultwarden/releases/1.22.2)

[Compare Source](https://github.com/dani-garcia/vaultwarden/compare/1.22.1...1.22.2)

⚠️ **Reminder**: If you are still using the `bitwardenrs/server*` Docker images, you need to migrate to the new `vaultwarden` image. Check https://github.com/dani-garcia/vaultwarden/discussions/1642 for an explanation. The old images are deprecated and will stop being updated after 1.23.0.

-   Updated web vault to 2.21.1.
-   Enforce 2FA policy in organizations.
-   Protect send routes against a possible path traversal attack.
-   Disable `show_password_hint` by default, it still can be enabled in the admin panel or with environment variables.
-   Disable user verification enforcement in Webauthn, which would make some users unable to login.
-   Fix issue that wouldn't correctly delete Webauthn Key.
-   Added Edge extension support for Webauthn.

</details>

---

### Configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).

Reviewed-on: docker/vaultwarden#44
Co-authored-by: Renovator Bot <renovator@rknet.org>
Co-committed-by: Renovator Bot <renovator@rknet.org>
2021-07-27 21:35:55 +02:00
.chglog chore: upstream project was renamed to vaultwarden (#41) 2021-05-15 14:19:58 +02:00
overlay chore: upstream project was renamed to vaultwarden (#41) 2021-05-15 14:19:58 +02:00
.drone.yml chore: upstream project was renamed to vaultwarden (#41) 2021-05-15 14:19:58 +02: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 chore: improve generated changelog 2021-05-09 22:42:32 +02:00
Dockerfile chore(deps): update vaultwarden packages (#44) 2021-07-27 21:35:55 +02:00
LICENSE [skip ci] update changelog 2021-01-29 09:22:32 +01:00
Makefile chore(deps): update vaultwarden packages (#44) 2021-07-27 21:35:55 +02:00
README.md fix typo 2021-05-15 14:22:17 +02:00
docker-compose.yml chore: upstream project was renamed to vaultwarden (#41) 2021-05-15 14:19:58 +02: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

This is a rootless custom Docker image for vaultwarden. Vaultwarden is a Bitwarden server API implementation written in Rust compatible with upstream Bitwarden clients, perfect for self-hosted deployment where running the official resource-heavy service might not be ideal.

WARNING: This build supports SQLite and PostgreSQL database backend only.

Usage

Docker Compose

Please take a look at the example compose file from the git repo.

Configuration

VAULTWARDEN_DATABASE_URL=

VAULTWARDEN_TEMPLATES_FOLDER=
VAULTWARDEN_RELOAD_TEMPLATES=False

VAULTWARDEN_IP_HEADER=X-Client-IP

VAULTWARDEN_ICON_CACHE_TTL=2592000
VAULTWARDEN_ICON_CACHE_NEGTTL=259200

VAULTWARDEN_WEB_VAULT_ENABLED=True
VAULTWARDEN_WEBSOCKET_ENABLED=False

VAULTWARDEN_EXTENDED_LOGGING=True
VAULTWARDEN_LOG_LEVEL=Info

VAULTWARDEN_DISABLE_ICON_DOWNLOAD=False
VAULTWARDEN_ICON_DOWNLOAD_TIMEOUT=10
VAULTWARDEN_ICON_BLACKLIST_REGEXL=
VAULTWARDEN_ICON_BLACKLIST_NON_GLOBAL_IPS=True

VAULTWARDEN_DISABLE_2FA_REMEMBER=False
VAULTWARDEN_SIGNUPS_ALLOWED=True
VAULTWARDEN_SIGNUPS_VERIFY=False
VAULTWARDEN_SIGNUPS_VERIFY_RESEND_TIME=3600
VAULTWARDEN_SIGNUPS_VERIFY_RESEND_LIMIT=6
VAULTWARDEN_SIGNUPS_DOMAINS_WHITELIST=

VAULTWARDEN_INVITATIONS_ALLOWED=True

# Set an indicidual admin token to enable the admin UI
VAULTWARDEN_ADMIN_TOKEN=

VAULTWARDEN_PASSWORD_ITERATIONS=100000
VAULTWARDEN_SHOW_PASSWORD_HINT=True
VAULTWARDEN_DOMAIN=http://localhost/

VAULTWARDEN_AUTHENTICATOR_DISABLE_TIME_DRIFT=False

# If you dont set a smtp host, all other smpt settings will be ignored
VAULTWARDEN_SMTP_HOST=
VAULTWARDEN_SMTP_FROM=
VAULTWARDEN_SMTP_FROM_NAME=vaultwarden
VAULTWARDEN_SMTP_PORT=587
VAULTWARDEN_SMTP_SSL=True
VAULTWARDEN_SMTP_USERNAME=
VAULTWARDEN_SMTP_PASSWORD=
VAULTWARDEN_SMTP_AUTH_MECHANISM=Plain
VAULTWARDEN_SMTP_TIMEOUT=15

VAULTWARDEN_ROCKET_WORKERS=

License

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