Cant's say. Not using any of them.Safety question: Are the local DB copies from chrome extension or android app encrypted?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Cant's say. Not using any of them.Safety question: Are the local DB copies from chrome extension or android app encrypted?
Same here. Just changed ports in mprasil to something else, set the new container, then deleted mprasil. Works like a charm.The only issue I had was reassigning the port. Even though mprasil was stopped, Docker wouldn't allow me to use the same port. So I set mprasil container to "auto" to release the port.
No, you create a new user via BW web page later on. But, if you are looking to further protect BW on file level you can create a separate DSM account that has permissions to that folder only and usage of Docker. Not sure I understood your question so not sure if this answers it.When you set up Docker/Bitwarden, do you create a new user (ex., Bitwarden), adding its ID to the environmental variables and giving it rights to the "docker/bitwarden" folder/files (and nothing else).
It seems the default install gives the container your admin uid, and that seems undesirable. Containers should run isolated... yes?No, you create a new user via BW web page later on. But, if you are looking to further protect BW on file level you can create a separate DSM account that has permissions to that folder only and usage of Docker. Not sure I understood your question so not sure if this answers it.
https in this case can be easlly done with revers proxy, so no need to activate https on BW level (you can check resources section for revers proxy tutorial).When can we expect the https tutorial?
If the question is autoupdate of vault towards client apps the answer is yes. Notifications can also be configured: dani-garcia/bitwarden_rsDoes it have notifications (auto updates in app)?
Yes, you can add organizations for freeIs the support for organisations free, or does it also require a license, like my installation?
So the question is how to set up Reverse Proxy in DSM to proxyweb socket method is supported with this docker image.
Managed to get some time to work this method out. As the instructions on GitHub state there is a need to configure specific path to be pushed on specific ports. This is not possible via DSM Revers proxy UI, but it can be done via SSH.So the question is how to set up Reverse Proxy in DSM to proxy
'/notifications/hub' to the websocket server on port xx3012
( and '/notifications/hub/negotiate' still to port xx80 )
right?
This update will focus on the "LiveSync" feature that offers BW users instant sync of any updates across platforms. So for example, if you add a new entry using the web UI that same entry will be visible in any web browser extension as well as your mobile app. The process works in all directions and its really instant.
This is possible using the websocket protocol. Considering that the official version (paid) method will not work with this custom one, developers have offered an alternative...
Glad you got it working. Just one thing regarding cert. Use the live not archive folder from LE but yes, the idea is the same and it should survive the cert update.Thank you very much for the WebSocket update.
I got it working!
Just a little hint to the certificates:
look in
/usr/syno/etc/certificate/_archive
for your certificates, open INFO in vi to check which path points to your Bitwarden certificate. Adapt your .conf file according to this path like
ssl_certificate /usr/syno/etc/certificate/_archive/XXXXXX/fullchain.pem;
ssl_certificate_key /usr/syno/etc/certificate/_archive/XXXXXX/privkey.pem;
@Rusty: Do you know if the Letsencrypt Update till works?
I'm away from my synology atm. but as far as I remember I set up reverse proxy using the gui first, then created a certificate just for this subdomain and then removed the RP setting und the GUI to create the RP file using terminal. maybe that's why I had one specific certificate for bitwarden.So I am not as smart as I would like to think I am, apparently.
I am having trouble figuring out some details of the method to set up Websocket Livesync. I apologize if my questions are a little stupid.
In particular:
I am having trouble determining the live (not archive) folder where my certificates live.
Paradeiser says to look in /usr/syno/etc/certificate/_archive and to open INFO to see which path points to the Bitwarden certificate.
But looking at my INFO file doesn't tell me this. Here's what my INFO file looks like:
{
"8S5PFq" : {
"desc" : "",
"services" : [
{
"display_name" : "Log Receiving",
"display_name_i18n" : "helptoc:logcenter_server",
"isPkg" : true,
"owner" : "root",
"service" : "pkg-LogCenter",
"subscriber" : "LogCenter"
},
{
"display_name" : "FTPS",
"isPkg" : false,
"owner" : "root",
"service" : "ftpd",
"subscriber" : "smbftpd"
},
{
"display_name" : "DSM Desktop Service",
"display_name_i18n" : "common:web_desktop",
"isPkg" : false,
"owner" : "root",
"service" : "default",
"subscriber" : "system"
}
]
},
"flTQwN" : {
"desc" : "",
"services" : []
}
}
So which of these is bitwarden related? Is it, by the process of elimination, flTQwN?
by the looks of it none of those certs is assigned to your BW revers proxy. If it was then it would be listed. I can confirm that this location is the correct one to be sure which one of your certs is assigned.So I am not as smart as I would like to think I am, apparently.
I am having trouble figuring out some details of the method to set up Websocket Livesync. I apologize if my questions are a little stupid.
In particular:
I am having trouble determining the live (not archive) folder where my certificates live.
Paradeiser says to look in /usr/syno/etc/certificate/_archive and to open INFO to see which path points to the Bitwarden certificate.
But looking at my INFO file doesn't tell me this. Here's what my INFO file looks like:
{
"8S5PFq" : {
"desc" : "",
"services" : [
{
"display_name" : "Log Receiving",
"display_name_i18n" : "helptoc:logcenter_server",
"isPkg" : true,
"owner" : "root",
"service" : "pkg-LogCenter",
"subscriber" : "LogCenter"
},
{
"display_name" : "FTPS",
"isPkg" : false,
"owner" : "root",
"service" : "ftpd",
"subscriber" : "smbftpd"
},
{
"display_name" : "DSM Desktop Service",
"display_name_i18n" : "common:web_desktop",
"isPkg" : false,
"owner" : "root",
"service" : "default",
"subscriber" : "system"
}
]
},
"flTQwN" : {
"desc" : "",
"services" : []
}
}
So which of these is bitwarden related? Is it, by the process of elimination, flTQwN?
We use essential cookies to make this site work, and optional cookies to enhance your experience.