Interests: programming, video games, anime, music composition

I used to be on kbin as e0qdk@kbin.social before it broke down.

  • 0 Posts
  • 9 Comments
Joined 2 years ago
cake
Cake day: November 27th, 2023

help-circle



  • Nginx is running in Docker

    Are you launching the container with the correct ports exposed? You generally cannot make connections into a container from the outside unless you explicitly tell Docker that you want it to allow that to happen… i.e. assuming you want a simple one-to-one mapping for HTTP and HTTPS standard ports are you passing something like -p 80:80 -p 443:443 to docker run on the command line, adding the appropriate ports in your compose file, or doing something similar with another tool for bringing the container up?



    • Steam Deck w/ official Dock
    • IOGEAR GCS1104 (4-port DVI KVM)
    • generic HDMI-to-DVI cable
    • Wireless (RF) headphones – compatible with Sony TMR-RF912R transmitter; not sure on specific headphone model (it’s the one that came with the transmitter, but I can’t read the model number on the headphones any more since it’s too old)
    • a generic 1920x1080 monitor with DVI input + keyboard + mouse
    • XBox360 controller w/ official wireless PC adapter (USB)

    I got the KVM used in good condition. It’s an older model – but I went with it anyway since it was a drop-in replacement for my 2-port setup and getting it used was much cheaper than their newer models. The newer ones support higher resolution/frame rates though, I think; I know this one won’t do frame rates above 60FPS properly even though my monitor is capable of it when plugged in directly.

    There’s a few quirks with this setup. Probably most annoying is that moving the mouse typically causes computers to wake from sleep (like pressing a key on a keyboard normally does…); I think there’s a way to mask that event off with udev rules but, eh, even a decade or so after getting the original 2-port KVM I haven’t cared enough to actually bother working it out, so I guess it’s not that big of an issue to me… :p