Hacker News new | ask | show | jobs
by wallmountedtv 1245 days ago
You can use vaultwarden, which is a re-implementation in Rust that is much more lightweight than the official .NET version.
1 comments

I wish they would drop SQL for the self hosting and just use SQLite instead. That's what eats the most RAM on self hosting in .NET version.
Based on their current docker-compose file, it seems like they did away with the MS SQL server, at least: https://github.com/bitwarden/server/blob/master/docker-unifi...

[This issue](https://github.com/bitwarden/server/pull/2487) also suggests SQLite was added as a database driver last December.