首先确保域名解析指向你要安装BitWarden 的服务器IP地址,并且保证80和443端口未被占用。

安装Docker运行环境

curl -sSL https://get.docker.com | sh
# Install required packages
apt update
apt install -y python python-pip

# Install Docker Compose from pip
pip install docker-compose

参考https://www.sumju.net/?p=331 这篇文章

Debain/Ubantu Install BitWarden

curl -s -o bitwarden.sh “https://raw.githubusercontent.com/bitwarden/core/master/scripts/bitwarden.sh” && chmod +x bitwarden.sh

./bitwarden.sh install
此处会有几个简单选项

进入https://bitwarden.com/host/ 这个网址输入邮箱地址获取ID和Key

类似下面的样子

Installation Id: 7de8d100-xxxx-xxxx-xxxx-a9d100db0d80

Installation Key: IxxFLxRyAAYx7Kx7Am35

./bitwarden.sh start

./bitwarden.sh updatedb

发表回复