I’ve just purchased an intel nuc for a homelab.

I have installed ubuntu server, docker, portainer successfully.

I have containers for radarr, sonarr, lidarr, sabnzbd etc. all running on the same IP address, but different ports.

I have a free no-ip domain name (dyndns) which resolves to my main router - all working.

In my router, I have port mapping setup to get to the different services above.

I want to be able to use URLs like (either):

- http://radarr.[[domain]]

- http://[[domain]]/radarr

But I don’t know how to do it with the nginx manager. I’ve tried to follow a couple of tutorials, but couldn’t get it working properly.

I assume what I want to do is perfectly do-able, I just can’t seem to crack it.

Any help?

TIA