Docker deploys the third-party Bitwarden password manager

April 2, 2021 2390 point heat 1 person likes 8 comments
Ps:
Self use for open registration,
Welcome to the kids of Ku'an
Use questions to send a private message to Ku'an or leave a message under this article

If you can't receive the email for a long time, please check the dustbin, or use the registered email address to go first noreply@vv1234.cn Send an email and try to get the verification information again

--Recent updates

2023-09-23:

Sync to the latest stable version 1.29.2

The WebSocket notification function is enabled. See https://vv1234.cn/archives/834.html

See the official GitHub release page for other update details

2023-04-01:

Daily updates

2022-11-25 :

Update to the latest vaultwarden/server;

At the same time, it fixed the problem that the verification mail could not be sent (the Docker content container could not be networked)

 

--------------------------------------------

The following is a description of the self built process taking the pagoda panel as an example


1. Get Docker Image ̶ b ̶ i ̶ t ̶ w ̶ a ̶ r ̶ d ̶ e ̶ n ̶ r ̶ s ̶/̶ s ̶ e ̶ r ̶ v ̶ e ̶ r ̶ (This project is not maintained and has been migrated to vaultwarden)
Vaultwarden/server (backend database supports SQLite, MySQL and PostgreSQL.)
The latest version of the current project is
2. Create Container
Map port 80, and map container directory/data to a directory on the server to facilitate data backup
In addition, please map the container time zone to be consistent with the local machine, and map the/etc/localtime directory
/Etc/localtime Read only/etc/localtime
Ps: Add ADMIN to environment variable_ TOKEN=some_ random_ token_ as_ per_ above_ Explanation to enable the management page
3. Create a new site and configure the reverse proxy to the port you just mapped to
Reference example:
 location / { proxy_ pass  http://127.0.0.1:8333 ; proxy_ set_ header Host $host; proxy_ set_ header X-Real-IP $remote_ addr; proxy_ set_ header X-Forwarded-For $proxy_ add_ x_ forwarded_ for; proxy_ set_ header REMOTE-HOST $remote_ addr; proxy_ http_ version 1.1; proxy_ set_ header Upgrade $http_ upgrade; proxy_ set_ header Connection $connection_ upgrade; add_ header X-Cache $upstream_ cache_ status; #Set Nginx Cache add_ header Cache-Control no-cache; expires 12h; }
4. Access mode
It can be accessed directly from the web page, or it can use the browser plug-in. The client can also
The latest client and plug-in are recommended to be downloaded from the official website
5. End
Data is priceless!
Please pay attention to backup for daily use!

Gcod

If life is just like the first sight, what is the sad autumn wind painting fan

Article comments

  • one

    OK

    November 25, 2022
  • one

    Unable to receive the verification code, unable to log on :persevering:

    November 23, 2022
    • Gcod

      @1 Is it spam

      November 25, 2022
      • one

        @Gcod I didn't go to the dump. I didn't receive it at all. I set up my own domain name with QQ mailbox and office e5, but I can't receive it

        November 25, 2022
        • Gcod

          @1 Thanks for your feedback. The problem is caused by the inability to connect to the Internet in the container on the docker. It has been repaired

          November 25, 2022
          • one

            @Gcod Can you delete the account where I didn't receive the verification code? I forgot my password, and I can't re verify it and log on again,,

            November 25, 2022
          • Gcod

            @1 Okay, wait a minute. I'll stop taking it for a few minutes~

            November 25, 2022
          • Gcod

            @1 Well, you can re register

            November 25, 2022