• 2 Posts
  • 15 Comments
Joined 2 years ago
cake
Cake day: June 2nd, 2023

help-circle

  • Wow that seems awesome!

    I could finally purge windows from my htpc without my SO complaining about “what happened to this windows why it is weird, I’m hating it” even though I tried to give the windows look and feel to kde

    First I install that on windows with taskbar hidden, then one day when the SO gets used to this launcher instead of explorer.exe, I could replace the os













  • You run a proxy on your server (the easiest is “nginx proxy manager” that has a nice web UI), then open your router to port 80 and 443 to nginx proxy manager (NOT the web UI configuration port!)

    Then you instruct the proxy to route the traffic according to the URL.

    Someone coming to 10.172.172.172 with no URL? Drop the connection.

    Someone going to if.example.com? Forward to 192.168:8080 and so on