Add Support for HTTPS
craumix opened this issue · 3 comments
craumix commented
Thank you guys so much for the image, it has worked great for me so far!
Duplicati supports https using a .p12 certificate via. a command line option:
--webservice-sslcertificatefile=/tmp/duplicati.p12
from here
But I haven't seen any obvious way to use it with the container. Since I don't run the container locally, the only option to access it securely so far is with a VPN connection. Wich, obviously, isn't optimal.
Thanks in advance!
aptalca commented
How about a reverse proxy? Check out our letsencrypt image
craumix commented
I would like to avoid any additional setup. Since it already has the functionality I would prefer that over extra container setup. And having the standalone availability is preferable imo.