-
First off - love this app, was just what I was looking for. Long time Windows admin, comfortable with web serving and certificates. Absolute n00b with Docker. I'll have the signed cert ready to go - is there a quick tutorial on how to config your container to serve up over SSL? I'll probably start on the Windows version of Docker to begin if that matters. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
The easiest way would probably be to serve it through a reverse proxy, maybe IIS? I use NPM container (Nginx with a web interface) and DNS server pointing to it. |
Beta Was this translation helpful? Give feedback.
-
+1 to @UrekD's answer - NGINX Proxy Manager is the best option. Especially since you can setup SSL for all your running apps from one place. But I've also updated the SSL Docs with instructions on how to pass your own self-signed certificate directly to Dashy, which is another option. |
Beta Was this translation helpful? Give feedback.
The easiest way would probably be to serve it through a reverse proxy, maybe IIS? I use NPM container (Nginx with a web interface) and DNS server pointing to it.