GreenFrogSB / LMDS

LMDS - Linux Media Delivery System
https://greenfrognest.com
GNU General Public License v3.0
214 stars 45 forks source link

Issue with Nginx Container #4

Closed Reizar closed 3 years ago

Reizar commented 3 years ago

First off, just wanted to say thank you for all the hard work on LDS. Its really appreciated!

I'm having trouble with the nginx container, when I go to http://my-raspberry-pi-ip in my browser, I get this page: https://prnt.sc/wiwy6c

Tried looking into the config's, but couldn't find too much. Couldn't see any example of nginx in your videos, so not too sure how its supposed to look. But I believe its supposed to have a list of links right?

It would be really nice to use nginx to proxy all the containers. So that instead of having to remember all the ports, I can just go to http://ip-address/sonarr or http://ip-address/portainer and it will just proxy it to the container.

Anyway, any idea whats up with the nginx container? Is there something I need to do / might have done wrong?

GreenFrogSB commented 3 years ago

Hi Aaron, Apologies for that misinformation. What you are seeing is actually correct at this stage. My plan is to get a dynamic index page done at some point that will be loaded with an update but I haven't managed to get this piece done yet. For now I just changed a description so it is just a clear Web host instance. Kind Regards GreenFrog

On Fri, Jan 8, 2021 at 10:29 AM Aaron Rama notifications@github.com wrote:

First off, just wanted to say thank you for all the hard work on LDS. Its really appreciated!

I'm having trouble with the nginx container, when I go to http://my-raspberry-pi-ip in my browser, I get this page: https://prnt.sc/wiwy6c

Tried looking into the config's, but couldn't find too much. Couldn't see any example of nginx in your videos, so not too sure how its supposed to look. But I believe its supposed to have a list of links right?

It would be really nice to use nginx to proxy all the containers. So that instead of having to remember all the ports, I can just go to http://ip-address/sonarr or http://ip-address/portainer and it will just proxy it to the container.

Anyway, any idea whats up with the nginx container? Is there something I need to do / might have done wrong?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/GreenFrogSB/LDS/issues/4, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARFVEPXZHRW5KZHQWO6MCKLSY3M7JANCNFSM4V2IDDWQ .

Reizar commented 3 years ago

@GreenFrogSB Ah ok, thanks for the response!