Hi all
Looking for some advice if possible. I have been using Bitwarden for a while and am more than happy with it. I have been looking at using the functionality to self host on my Xpenology NAS and following info from various locations I have now got a Docker container running which is now accessible locally.
What I am trying to do now is work out how to access remotely using a Reverse Proxy. The bit I am struggling with is how to generate a certificate that allows for the secure connection into my network. I have a domain name that I own that I purely use for email hosting using GApps which has been in place for a few years.
I have a no-ip.org hostname that I have used for some time that allows me to use the same hostname to access against the dynamic IP address from my ISP.
Can anybody assist with how I can use my domain name that I own to be able to generate a free SSL cert that I can then associate with no-ip?
Or is there a different options to achieve remote access via Reverse Proxy?
Cheers
Get a letsencrypt thing going (it's free) and then use something like nginx or traefik to do the automatic cert stuff and forwarding/reverse proxying.
If you're doing it in docker then you need to establish both traefik (or nginx) to be on the same network as Bitwarden.
I've never used Bitwarden myself and I use docker-compose so I probably have no idea how to help you directly.
You'll get better answers on whirlpool or even the actual docker forums than here lol.