mescon / Muximux

A lightweight way to manage your HTPC
GNU General Public License v2.0
1.14k stars 83 forks source link

Load Iframes through redirects to share ssl #148

Closed jknight2014 closed 7 years ago

jknight2014 commented 7 years ago

So, I was thinking of the SSL issue. The issue as I understand, is the iframes load the services directly. Meaning you need forwarding and everything setup for all your services.

If you could leverage reverse proxies you could load all your interfaces through example.com/service-name. Where example.com is your muximux. Include the Let's Encrypt libraries and you can have full SSL in minutes for free.

mescon commented 7 years ago

You just described exactly what nginx already does. This is way beyond the scope of Muximux itself.