Bitwarden¶
Bitwarden is an open source password manager. HomelabOS utilizes an Open Source clone of the Bitwarden API server, bitwarden_rs. This is primarily due to performance and complexity reasons. bitwarden_rs
requires just one Docker container, whereas the official Bitwarden
install requires something like six different containers.
The docker image comes from bitwardenrs/server:latest and currently does not support arm devices. If you are aware of a suitable substitution or replacement (good place to start), please see issue 478 and test your idea using the documentation.
Security Note¶
Password managers like Bitwarden should only be used over HTTPS. Ensure you have valid certificates in place before beginning to use this service. You have been warned. :)
Access¶
It is available at https://{% if bitwarden.domain %}{{ bitwarden.domain }}{% else %}{{ bitwarden.subdomain + "." + domain }}{% endif %}/ or http://{% if bitwarden.domain %}{{ bitwarden.domain }}{% else %}{{ bitwarden.subdomain + "." + domain }}{% endif %}/
{% if enable_tor %} It is also available via Tor at http://{{ bitwarden.subdomain + "." + tor_domain }}/ {% endif %}