Hi everyone
I’m a noobs on docker and so linux, and i would like to dockerize all my existing VM on a All In One Buntu server 22.04 with Docker.
I would have : nextcloud, jellyfin, glyde, adguardhome, guacamole and ejabbered to be dockerized
And with all of them i would like to know what can i use to have only one https server that route on each docker ?
For example https://mydomain/jelly to route to jellyfin docker, https://mydomain/nc to route to my nextcloud etc…
I don’t know if its reverse proxy (proxypass, etc…) i really don’t know how it works or what i could choose.
Currently i use Nethserver to make reverse proxy, but i would prefer to use reverse proxy under docker.
Is it possible ? and if yes, what tuto can i follow step by step to deploy that docker ? because i don’t know apache, nginx, traefik.
Currently i also know how to create a docker for :
adguardhome
jellyfin
ejabbered
nextcloud
Those docker are ready to run but what should i use and follow as tuto to route to each docker ?
I wish i was clear
For your information, i tried several tuto for traefik, apache proxy, nginx proxy and for each of them i didn’t get them work.
I need a simple tuto