Most modern server applications know they will be deployed to hardware that hosts multiple applications. This is why they use a variety of ports. Examples include 8100 for NCS, 8123 for Home Assistant, 9090 for Cockpit, and so on.
Many of these applications support the use of a base url so a reverse proxy can forward the request to this path. For example, a request for [domain]/tautulli would be forwarded by your reverse proxy to [internal ip]:8181/tautulli and displayed to the external user as [domain]/tautulli.
Can we please have support for a base URL for Netcam Studio?
Other examples of this include Tautulli, Radarr, Sonarr, Lidarr, Ombi, LazyLibrarian, and other similar applications.