Docker deploys the third-party Bitwarden password manager

April 2, 2021 2826 points heat 1 person likes 8 comments
Ps:
Self use for open registration,
Welcome to the kids of Ku'an
Use the question 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_TOKEN=some_random_token_as_per_above_explanation to the environment variable 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