mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
Very slow on Raspi #856
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @CollinAlpert on GitHub (Nov 7, 2020).
I am having a performance issue after installing Bitwarden_rs on my Raspberry Pi 3. The clients are extremely slow in syncing my passwords and even logging in takes up to five seconds. Syncing takes about a minute (I have about 160 passwords, but still). I used to use Rubywarden and it was much faster. I know that running Docker containers on as Raspi can be quite heavy, but I had kind of hoped for this to run more smoothly due to the fact that it is written in Rust. Are there any measures I can take to boost performance? Maybe disable the web interface or something like that?
@dani-garcia commented on GitHub (Nov 8, 2020):
This sounds more like some kind of strange network misconfiguration than anything else, a raspberry pi should be more than enough to run the server even with docker overhead. Do other docker containers work correctly?
@markuta commented on GitHub (Nov 10, 2020):
I can confirm that I have no performance issues on my Raspberry Pi 3 B+. I'm also using two Docker containers, one for a Nginx reverse proxy web server and one for the Bitwarden server. I have about 100 passwords on it, and its been running for a few months now without any issues.
I wrote a guide on my current set-up (https://markuta.com/bitwarden-and-nginx-server-on-raspberry-pi/) if that might help.
@CollinAlpert commented on GitHub (Nov 10, 2020):
Awesome, I'll check that out. Thank you for your responses. I will close this issue as it is obviously a problem on my side.