but TBH i also wiped all my comments clean using powerdeletesuite

  • HTTP_404_NotFound@lemmyonline.com
    link
    fedilink
    English
    arrow-up
    16
    ·
    11 months ago

    To answer the question…

    Yes. You can do that. Quite easily. Just need a reverse proxy. I prefer traefik. Nginx is the most commonly used option here.

    • vortic@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      11 months ago

      May I ask what you prefer about traefik over nginx? I’ve been using nginx for a long time, so I’m just curious.

      • HTTP_404_NotFound@lemmyonline.com
        link
        fedilink
        English
        arrow-up
        2
        ·
        edit-2
        11 months ago

        Integrates REALLY well/extremely easily with docker/kubernetes. (Which- is where 98% of my reverse proxy usage is)

        Although, even the services I don’t have running in my k8s cluster… are still proxied through the traefik in my k8s cluster, as I really enjoy the manifest-based configuration and deployments.

      • dan@upvote.au
        link
        fedilink
        English
        arrow-up
        1
        ·
        edit-2
        11 months ago

        I like Nginx too. I’m familiar with the config syntax since I’ve been using it for a long time, and it’s useful being able to use the same software for both reverse proxies and for regular websites.

        I have a bunch of config snippets in /etc/nginx/snippets/ for things like a base proxy config, secure TLS settings (eg for things that aren’t public-facing, I only enable TLS 1.3), WordPress sites, etc that I just import where needed. Most of the config is in reusable snippets.

      • TheAmorphous@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        11 months ago

        I’ll dissent here and point out that Traefik is much more difficult to set up. The documentation is not great and it’s just a far more complicated process. I’m actually still on Traefik 2.x because I just flat out don’t have the time to re-learn everything for 3.x.