mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[GH-ISSUE #850] how to add an attachment? #598
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#598
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@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....