linuxserver/docker-duplicati

Add Support for HTTPS

craumix opened this issue · 3 comments

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!

How about a reverse proxy? Check out our letsencrypt image

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.

Feature added in #29
You can set the CLI_ARGS environment variable to add --webservice-sslcertificatefile=/config/key.p12