Fred Claus
Well-Known Member
- Reaction score
- 464
- Location
- Grand Island, NY
Anyone have experience with them? I'm looking at business called BitWarden, and they offer the ability to self host the database. Suggested was AWS and a Linux server. I asked how to do it and this is their reply. Does anyone use AWS? What type of AWS account would I need to use? What is this "Free Tier" They advertise on the site?
-------
Sure thing, please see these instructions to configure a self-hosted server. If you want to use AWS or Google Cloud, I would recommend creating a small Linux server that meets the Bitwarden system requirements. If you have the choice then go with an Ubuntu server. You will need to install Docker from the distro repo and here are the instructions for installing docker-compose.
$ sudo curl -L https://github.com/docker/compose/releases/download/1.17.0/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose
$ sudo chmod +x /usr/local/bin/docker-compose
$ docker-compose --version
If the last command works then you should be good to run the bitwarden.sh script. (Remember, do not perform and of the install as root.)
-------
Sure thing, please see these instructions to configure a self-hosted server. If you want to use AWS or Google Cloud, I would recommend creating a small Linux server that meets the Bitwarden system requirements. If you have the choice then go with an Ubuntu server. You will need to install Docker from the distro repo and here are the instructions for installing docker-compose.
$ sudo curl -L https://github.com/docker/compose/releases/download/1.17.0/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose
$ sudo chmod +x /usr/local/bin/docker-compose
$ docker-compose --version
If the last command works then you should be good to run the bitwarden.sh script. (Remember, do not perform and of the install as root.)