• 11 Posts
  • 306 Comments
Joined 2 years ago
cake
Cake day: June 14th, 2023

help-circle

  • This is my wireguard docker setup:

    version: "3.6"
    services:
      wireguard:
        image: linuxserver/wireguard
        container_name: wireguard
        cap_add:
          - NET_ADMIN
          - SYS_MODULE
        environment:
          - PUID=116
          - PGID=122
          - TZ=Europe/Stockholm
          - ALLOWEDIPS=192.168.1.0/24
        volumes:
          - /data/torrent/wireguard/config:/config
          - /lib/modules:/lib/modules
        ports:
          - 192.168.1.111:8122:8122  # Deluge webui
          - 192.168.1.111:9127:9127  # jackett webui
          - 192.168.1.111:9666:9666  # prowlarr webui
          - 51820:51820/udp           # wireguard
          - 192.168.1.111:58426:58426  # Deluge RPC
        sysctls:
          - net.ipv4.conf.all.src_valid_mark=1
          - net.ipv6.conf.all.disable_ipv6=1
          - net.ipv6.conf.default.disable_ipv6=1
        restart: unless-stopped
    

    Can reach the webuis from LAN, no other network configuration was necessary. 192.168.1.111 is the server’s LAN address. The other services are configured very similar to your qbittorrent, and don’t expose any ports. Can’t promise it’s 100% correct but it’s working for me.


  • I think it’s a bit unfortunate wording which makes it sound like the Vive was developed by HTC and Valve just adopted it. Valve did a lot of VR research, produced several headset prototypes, and invented key technologies like the Lighthouse tracking in the years before they announced their partnership with HTC. I’m sure HTC contributed regarding turning a prototype into a consumer product and mass producing it, but I think Valve could just as well have taken their VR tech to Samsung, Lenovo, or someone else and have them produce the Vive if they had been interested.









  • Going full ergo is great, and I also think it’s sad that we’re stuck with legacy keyboards. Though I don’t like typing on ortho unless it’s also split (and preferably a little tented), the columns don’t line up with my fingers unless I keep my forearms close together. Staggered keyboards at least have diagonal-ish finger movements, even though the angle is different for left and right hands.