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
Download and update Bitwarden Android client: https://api.vv1234.cn/pwd/bitwarden/
--Recent updates
2025-04-05
1. The server is updated to the latest version, and the service is migrated to Alibaba Cloud to optimize domestic access;
2. Add Bitwarden Android client latest version acquisition tool https://api.vv1234.cn/pwd/bitwarden/
2025-01-15:
Since Tencent ECS expired in February, the service was temporarily migrated to a high configuration chicken in Meijinguo (2-core 4G, the performance must be enough). At present, cloudflare is applied for acceleration. Access to most regions should be normal. In order to optimize access to some regions, the domestic CDN may be used later Accelerate. If you can't visit your area, please leave a message or send a private message to Ku'an in time
2024-07-30:
Synchronous update v1.31.0
Added Chinese email template
https://github.com/wcjxixi/vaultwarden-lang-zhcn
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)
2021-04-2 :
--------------------------------------------
The following is a description of the self built process taking the pagoda panel as an example
1. Get Docker image
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!