how to add an attachment? #599

Closed
opened 2025-11-07 06:42:24 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @hongxyj on GitHub (Feb 5, 2020).

Hi, just installed the bitwarden on a self hosted server ubuntu 18.04. Everything works fine, except there is no option to attach files to any item in the vault.

I followed the instructions as follows:

docker pull bitwardenrs/server:latest

and run the docker with the following options:

docker run -d --name bitwarden
-e ROCKET_TLS='{certs="/ssl/live/mydomain/fullchain.pem",key="/ssl/live/mydomain/privkey.pem"}'
-v /etc/letsencrypt/:/ssl/
-v /bw-data/:/data/
-p 4438:80
bitwardenrs/server:latest

I used letsencrypt for the ssl keys, and it's working fine. id there anything else i need to do in order to have teh attachment function in the database?

Thank you.

Originally created by @hongxyj on GitHub (Feb 5, 2020). Hi, just installed the bitwarden on a self hosted server ubuntu 18.04. Everything works fine, except there is no option to attach files to any item in the vault. I followed the instructions as follows: docker pull bitwardenrs/server:latest and run the docker with the following options: docker run -d --name bitwarden \ -e ROCKET_TLS='{certs="/ssl/live/mydomain/fullchain.pem",key="/ssl/live/mydomain/privkey.pem"}' \ -v /etc/letsencrypt/:/ssl/ \ -v /bw-data/:/data/ \ -p 4438:80 \ bitwardenrs/server:latest I used letsencrypt for the ssl keys, and it's working fine. id there anything else i need to do in order to have teh attachment function in the database? Thank you.
Author
Owner

@hongxyj commented on GitHub (Feb 5, 2020):

Hi, just fund out how to do this ... it has to be at the all item page and there is option button next to each item where you can pick the action....

@hongxyj commented on GitHub (Feb 5, 2020): Hi, just fund out how to do this ... it has to be at the all item page and there is option button next to each item where you can pick the action....
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#599