mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-16 03:40:42 -05:00
bitwardenrs/server-mysql for raspberry pi #4050
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 @mcore on GitHub (Sep 9, 2019).
Hello, i noticed there is no build for raspberry for docker image bitwardenrs/server-mysql
bitwardenrs/server is working fine. Is there a plan to have a build for raspberry for mysql version as well? thanks!
@dani-garcia commented on GitHub (Sep 11, 2019):
Yeah we've had some problems with the dependendencies while building those images, so at the moment they aren't available.
@mcore commented on GitHub (Sep 11, 2019):
Thank you for the update! will be patiently waiting :)
@mprasil commented on GitHub (Sep 13, 2019):
See here for more in depth info: #530
@etho201 commented on GitHub (Oct 30, 2019):
The last time I checked, MariaDB was the only MySQL compatible database that is pre-built for ARM. Is it possible to have bitwardenrs/server:raspberry point to a MariaDB database as opposed to the built in SQLite database?
EDIT: Nevermind -- I see that in order to use the database we need to use the binary with the MySQL database feature enabled.
@0xERR0R commented on GitHub (Nov 4, 2019):
Sorry for bothering: what is the current status of binary for raspberry pi with MySql support? On docker hub, there is only mysql image for arm64, on github are no precompiled binaries.
@mprasil commented on GitHub (Nov 5, 2019):
I'm not aware of anyone actively working on the mysql images. The best thing to do is to follow updates on #530 as that is the actual blocker.