So, at the moment I’m using Nginx Proxy Manager, but lately I started seeing it moving slower and slower and even though I tried traefik some time ago, I didn’t manage to make it work.

Anyway, I want to start using traefik again, but I want to use it like this:

  • I want to access all my services/containers in my LAN through http (port 80) on something like sub.mylan.home
  • I want to access some of my services over the internet through https (port 443) on sub.mydomain.com

I know this is possible, but I don’t get the hang of the configuration. Somone care to share some tips?

  • atzanteol@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    5
    ·
    3 months ago

    I’m using Nginx Proxy Manager, but lately I started seeing it moving slower and slower

    I guarantee you that nginx performs adequately for self hosting. If something is running slower I’d look elsewhere first.

    • calm.like.a.bomb@lemmy.dbzer0.comOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      3 months ago

      It’s not slow as in slow to respond. it’s slow when restarting… sometimes it takes 3-4 minutes until it’s up and I don’t have time for that ;-) Also, it’s a good “reason” for me to learn traefik.