• 3 Posts
  • 38 Comments
Joined 6 months ago
cake
Cake day: March 19th, 2024

help-circle









  • I stopped playing shortly after OW2 came out. They killed my favorite role (tank) by throwing one of the tanks away, making the tank role miserable to play since the team fights were always on my shoulders. Then, on top of that, they unbalanced everything even more, and had to update maps for 5v5, forever removing some of them from the game.

    That was all after the slap in the face that was taking away a game I paid money for to replace it with a broken, microtransaction-ridden experience.

    I might be willing to look past the microtransaction BS and play again if they bring 6v6 with some of the original, unmodified OW1 maps.





  • AmbiguousProps@lemmy.todaytoSelfhosted@lemmy.worldHTTPS on homelab (just locally)
    link
    fedilink
    English
    arrow-up
    6
    arrow-down
    1
    ·
    edit-2
    3 months ago

    There’s a few ways, but for example you can use a service like cloudflared which comes with its own certs (and then set up WAF rules to only allow your IP), or you could set something up using let’s encrypt via reverse proxy (for example, using Opnsense and the let’s encrypt plugin which actually validates domains that aren’t otherwise exposed to the internet, there by giving you full blown validated SSL).

    If you don’t care about validation errors then you can use nginx reverse proxies (locally, not exposing any ports externally) and apply self-signed certs through the proxy regardless of whether or not the software allows SSL config.