Thank you again @grawlinson & @mqs.
If the chrome/firefox extension would work without issues, then I will try to only install the bitwarden_rs server. If in the future I feel the need to access it via a browser, then I can replace it with the vault version.
Thanks for helping me understand.
Pinned Comments
mqs commented on 2020-12-09 15:14
FAQ
Q: Why was this package renamed?
A: Because the "old" name is now used for the multi-db bitwarden_rs package in the main archlinux repos. This is good because you don't have to compile it yourself anymore :)
Q: Why should I build and install this package even though there is
community/bitwarden_rs
?A: This one only bundles sqlite support and can drop the dependencies on the other database libraries and is therefore a few megabytes smaller.
Q: Building this takes too long!
A: It does :) But there is nothing I can do. Make sure that you have enough memory/swap when building this on a raspberry pi or something similar. This much memory is not needed when you actually run the server.
Q: I have some other problem when I build&install this.
A: Post your problem in the comments below or in the bitwarden_rs forums first, even if your issue is in one of the official clients (android/ios app/browser plugin/etc), we will tell you if this is a limitation of bitwarden_rs or a bug in the official apps.
grawlinson commented on 2020-02-18 05:34
If any users are running this in a container (LXC, et al), the systemd service will not start. The line
LimitNPROC=64
in the service file prevents the service from starting, as the following error shows:Commenting out that particular line results in the service starting correctly.