• 3 Posts
  • 11 Comments
Joined 2 年前
cake
Cake day: 2023年6月12日

help-circle








  • Hi, do you mind giving me some pointers for setting up traefik to use https for my locally hosted services?

    I have most of my stuff on a single server (named poseidon), on which I want to separate all the stuff using subdomains (like plex.poseidon). From what I found when searching online it seems like I require a local DNS server for that on which I can enter local domains, in addition to using traefik to specify a rule for the host using a label in the docker-compose. Is that correct?

    I also have no idea how to route the subdomains to the services I want.