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 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.
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....
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.
@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....