mescon / Muximux

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

Question: Which URL should I be using? #207

Closed BigJazzz closed 3 years ago

BigJazzz commented 3 years ago

I'm setting Muximux up to be my external portal to all my apps inside my home network. I'm using a reverse proxy with SSL to assist with this (and internally it works amazingly!). The question I have is: what URL should I be adding for external access? I feel like the answer is really obvious, but I thought I'd ask for clarification. I.e. should I be adding the internal ip:port, or should I be using a FQDN? I suppose if I'm using a reverse proxy that's handling the internal port forwarding I can close up the ports in my router?

Apologies for what I feel is a super-basic question, but I'm struggling to work through it in my head. TIA.

mescon commented 3 years ago

You use your external fqdn, telling you browser where to go.

I've only got port 443 (https) open on my router, directing that to a server in my local network (192.168.x.x). That's where I have the reverse proxy running (I use nginx). The reverse proxy is answering to muximux.example.com and my services are muximux.example.com/nzbget/ for example. So I would configure muximux to use that url for nzbget.

Den tors 17 juni 2021 07:52Jarryd Pearson @.***> skrev:

I'm setting Muximux up to be my external portal to all my apps inside my home network. I'm using a reverse proxy with SSL to assist with this (and internally it works amazingly!). The question I have is: what URL should I be adding for external access? I feel like the answer is really obvious, but I thought I'd ask for clarification. I.e. should I be adding the internal ip:port, or should I be using a FQDN? I suppose if I'm using a reverse proxy that's handling the internal port forwarding I can close up the ports in my router?

Apologies for what I feel is a super-basic question, but I'm struggling to work through it in my head. TIA.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/mescon/Muximux/issues/207, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABM2MHHRXPKK47EENADQ4QLTTGESPANCNFSM46245TBA .

BigJazzz commented 3 years ago

Thanks so much. I really appreciate the info!