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!