I have downloaded the docker container for vaultwarden. I created a backup folder of my /volume1/docker/bitwarden folder using recursive flag.
Chose all the same port numbers and kept my proxy information the same. But the container for vaultwaden is not able to start. Checked the log file but it said it is missing a .env file but I read this is just a warning and not necessary for running container.
I created an export configuration .json file from the original bitwardenrs container. Reviewed the configuration details and updated the container information to reflect vaultwarden/latest and container name to name of “vaultwarden-container”
I dont want to export the individual organizations which are in my bitwardenrs server because it will most likely lost all the individual user passwords and such. I also have attachments in the attachments folder which I need saved and linked properly.
I’m not sure how to update this container…I was thinking there may be an update that can be done with the startup command to something like: bitwarden -update OR bitwarden -rebuild but I dont want it to break my setup if I chose the wrong thing.
I also when setting up the vaultwarden container, i chose port 5555 but it says it is already in use. Even after I changed the port information away from that port from the original bitwardenrs container.
This setup is using a cloudflare tunnel to get access from outside of network. It is working perfectly as is but I want the ability to have all the vaultwarden features that bitwardenrs is lacking. Has anyone done this before?? I have not found and good tutorials on the web to assist in this update.