[email protected] ~ / yum install y yum ...">

当前位置:网站首页>Install bitgarden open source password manager

Install bitgarden open source password manager

2022-06-23 20:33:00 kenvie

Station master construction :https://pass.keai.cool

install Docker

add to docker Source

[[email protected] ~]# yum install -y yum-utils
[[email protected] ~]# yum-config-manager --add-repo http://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo
[[email protected] ~]# yum makecache

install docker

[[email protected] ~]# yum install -y docker-ce
[[email protected] ~]# systemctl start docker 
[[email protected] ~]# systemctl enable docker

Pull bitwarden

Pull the mirror image

[[email protected] ~]# docker pull bitwardenrs/server:latest

Start the mirror

[[email protected] ~]# docker run -d --name bitwarden -v /bw-data/:/data/ -p 5858:80 bitwardenrs/server:latest

Use... Above 5858 Port mapping docker service , Can be changed to another port

Complete the installation

Visit at this time ip+ port that will do , Self configuring anti generation

How to use

Browser extension

Register an account at the established site ( Station master construction :https://pass.keai.cool

Edge: Click me to jump to the expansion store

1、 After installing the extension , Click on the top left corner gear

image.png

2、 fill The server URL, The value is :https://pass.keai.cool, Upper right corner preservation

image.png

3、 Click on preservation After clicking on Sign in , Enter the account and password just registered , Click on the top right corner Sign in

image.png

4、 After login , The lower right corner Set up - Options , take Enable auto fill when pages are loaded Hook , Next choice Auto fill when page is loaded

image.png

Mobile terminal

Bitwarden.apk

Set login method and above browser equally

原网站

版权声明
本文为[kenvie]所创,转载请带上原文链接,感谢
https://yzsam.com/2021/12/202112301037126716.html