[SOLVED] bitwarden docker image
Posted: Fri Nov 16, 2018 11:30 am
Hi.
It is the first time that i use docker, so maybe there is the problem.
I installed docker and the bitwarden_rs docker image:
https://hub.docker.com/r/mprasil/bitwarden/#features
It is an Bitwarden server API implementation written in Rust compatible with upstream Bitwarden clients, perfect for self-hosted deployment where running the official resource-heavy service might not be ideal.
So it should run on raspberries and odroids.
Just install docker by the dietpi-software-tool and enter
Everything else will be installed automatically.
Then you can login at http://<<dietpi-ip>>:80 and start your password-manager.
It is the first time that i use docker, so maybe there is the problem.
I installed docker and the bitwarden_rs docker image:
https://hub.docker.com/r/mprasil/bitwarden/#features
It is an Bitwarden server API implementation written in Rust compatible with upstream Bitwarden clients, perfect for self-hosted deployment where running the official resource-heavy service might not be ideal.
So it should run on raspberries and odroids.
Just install docker by the dietpi-software-tool and enter
Code: Select all
sudo docker run -d --name bitwarden -v /bw-data/:/data/ -p 80:80 mprasil/bitwarden:raspberry
Then you can login at http://<<dietpi-ip>>:80 and start your password-manager.