Go to file
Robert Kaussow 115e06f8d7
[skip ci] remove local changelog
2021-02-11 21:05:37 +01:00
.chglog extend chglog config 2021-02-11 20:33:02 +01:00
overlay chore: remove gomplate debug output 2020-12-31 13:22:05 +01:00
.drone.yml ci: auto-generate changelog 2021-02-11 20:39:37 +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 fix drone trigger 2020-10-17 16:08:37 +02:00
Dockerfile chore(deps): update thegeeklab/alpine:latest docker digest to 58bffcf 2021-01-29 15:02:08 +00:00
LICENSE [skip ci] update changelog 2021-01-29 09:22:32 +01:00
Makefile chore(deps): update dependency dani-garcia/bitwarden_rs to v1.19.0 (#23) 2021-02-07 15:15:40 +01:00
README.md rework compose example 2020-12-30 17:22:42 +01:00
docker-compose.yml [skip ci] prepare release 2020-10-18 13:23:10 +02:00
renovate.json chore: use renovate preset config 2020-12-30 16:07:04 +01:00

README.md

bitwardenrs

Custom image for BitwardenRS password manager

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

This is a rootless custom Docker image for bitwarden_rs. Bitwarden_rs 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

BITWARDENRS_DATABASE_URL=

BITWARDENRS_TEMPLATES_FOLDER=
BITWARDENRS_RELOAD_TEMPLATES=False

BITWARDENRS_IP_HEADER=X-Client-IP

BITWARDENRS_ICON_CACHE_TTL=2592000
BITWARDENRS_ICON_CACHE_NEGTTL=259200

BITWARDENRS_WEB_VAULT_ENABLED=True
BITWARDENRS_WEBSOCKET_ENABLED=False

BITWARDENRS_EXTENDED_LOGGING=True
BITWARDENRS_LOG_LEVEL=Info

BITWARDENRS_DISABLE_ICON_DOWNLOAD=False
BITWARDENRS_ICON_DOWNLOAD_TIMEOUT=10
BITWARDENRS_ICON_BLACKLIST_REGEXL=
BITWARDENRS_ICON_BLACKLIST_NON_GLOBAL_IPS=True

BITWARDENRS_DISABLE_2FA_REMEMBER=False
BITWARDENRS_SIGNUPS_ALLOWED=True
BITWARDENRS_SIGNUPS_VERIFY=False
BITWARDENRS_SIGNUPS_VERIFY_RESEND_TIME=3600
BITWARDENRS_SIGNUPS_VERIFY_RESEND_LIMIT=6
BITWARDENRS_SIGNUPS_DOMAINS_WHITELIST=

BITWARDENRS_INVITATIONS_ALLOWED=True

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

BITWARDENRS_PASSWORD_ITERATIONS=100000
BITWARDENRS_SHOW_PASSWORD_HINT=True
BITWARDENRS_DOMAIN=http://localhost/

BITWARDENRS_AUTHENTICATOR_DISABLE_TIME_DRIFT=False

# If you dont set a smtp host, all other smpt settings will be ignored
BITWARDENRS_SMTP_HOST=
BITWARDENRS_SMTP_FROM=
BITWARDENRS_SMTP_FROM_NAME=Bitwarden_RS
BITWARDENRS_SMTP_PORT=587
BITWARDENRS_SMTP_SSL=True
BITWARDENRS_SMTP_USERNAME=
BITWARDENRS_SMTP_PASSWORD=
BITWARDENRS_SMTP_AUTH_MECHANISM=Plain
BITWARDENRS_SMTP_TIMEOUT=15

BITWARDENRS_ROCKET_WORKERS=

License

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