Harvs
Posts: 7
Joined: Thu Feb 26, 2015 11:58 pm

Multiple webapps on the same Pi

Wed Jan 29, 2020 11:19 am

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
Last edited by Harvs on Wed Jan 29, 2020 1:48 pm, edited 1 time in total.

scotty101
Posts: 3958
Joined: Fri Jun 08, 2012 6:03 pm

Re: Multiple webapps on the same Pi

Wed Jan 29, 2020 11:32 am

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
Electronic and Computer Engineer
Pi Interests: Home Automation, IOT, Python and Tkinter

Harvs
Posts: 7
Joined: Thu Feb 26, 2015 11:58 pm

Re: Multiple webapps on the same Pi

Wed Jan 29, 2020 1:47 pm

I have found the solution I was looking for Heimdall - https://github.com/linuxserver/Heimdall

Return to “Networking and servers”