[GH-ISSUE #850] how to add an attachment? #598

Closed
opened 2026-03-03 02:01:11 +03:00 by kerem · 1 comment
Owner

Originally created by @hongxyj on GitHub (Feb 5, 2020).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/850

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). Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/850 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.
kerem closed this issue 2026-03-03 02:01:11 +03:00
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....

<!-- gh-comment-id:582459505 --> @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.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/vaultwarden#598
No description provided.