Page 1 of 1

Multiple webapps on the same Pi

Posted: Wed Jan 29, 2020 11:19 am
by Harvs
I am looking for some software I have seen before on the internet that would solve my problem.

Problem
- I have a Pi running OMV, Pi-Hole, Portainer and I hope much more.
- Each of this services is containerised
- Most want to be served on port 80
- I will have to remember an increasing list of port numbers

Solution:
- A containerised webapp that runs on port 80 and has links to all the other webapps running on the device

Re: Multiple webapps on the same Pi

Posted: Wed Jan 29, 2020 11:32 am
by scotty101
You are looking for a webserver like apache/nginx etc.

That webserver will then redirect the user to the correct application. For example you might have webaddresses like

myserver.com/webapp1
mysever.com/webapp2
or
webapp2.myserver.com

Re: Multiple webapps on the same Pi

Posted: Wed Jan 29, 2020 1:47 pm
by Harvs
I have found the solution I was looking for Heimdall - https://github.com/linuxserver/Heimdall