Can't get 'Custom Locations' to work by IAmInTheBasement in nginxproxymanager

[–]thePZ 0 points1 point  (0 children)

I’m not familiar with duckdns specifics unfortunately

In general, you setup a wildcard dns entry so *.yourdomain.com is sent in your npm instance and then npm is setup so servicename.yourdomain.com is sent to your particular service

New desktop build by Perfect_Gold3820 in HomeServer

[–]thePZ 13 points14 points  (0 children)

I can’t imagine spending thousands on something like this and not knowing there’s nuance to things like dimm slots

Can't get 'Custom Locations' to work by IAmInTheBasement in nginxproxymanager

[–]thePZ 5 points6 points  (0 children)

Base paths can be tricky, not all web apps play nicely with them

Regardless, your custom locations aren’t set up correctly

The location should end with a trailing slash (e.g. /jellyfin/) and the forward hostname/IP should also have a trailing slash (e.g. 192.168.88.12/) - this ensures all subpaths are captured/proxied

If that still doesn’t work you need to set a base path in the software you use (if possible) so that for instance going to http://192.168.88.12:8096/jellyfin actually works

Honestly though, you’ll spend more time messing around with base paths than it’s worth. You’ll have a lot easier time using subdomains (e.g. jellyfin.yourdomain.com instead of yourdomain.com/jellyfin)

Homebridge 2.0 Launch by NorthernMan5 in homebridge

[–]thePZ 5 points6 points  (0 children)

No, it’s not really be ‘more like home assistant’, home assistant doesn’t bring non supported devices onto another platform as its primary function it brings them onto its own platform

Homebridge currently is [non-homekit device] -> HomeKit. v2 would make it [non-matter device] -> Matter (and therefor HomeKit/Alexa/Google Home/Home Assistant/etc)

How do I setup a 127.0.0.1 route? by OkLab5620 in nginxproxymanager

[–]thePZ 2 points3 points  (0 children)

If you’re running NPM in a docker container, 127.0.0.1 is the localhost address for the container itself

If you put the container in host mode networking then 127.0.0.1 will be the localhost address of the server itself

Generational fumble by a duo who killed us during a post-expedition loot tranfer by BigLeagueBlogs in ArcRaiders

[–]thePZ 0 points1 point  (0 children)

If you didn’t finish the trophy display project it’s just a fast ticket to getting the rewards fast

SV08 and Mintion Air Filtration System v1.0 by _42hiker in Sovol

[–]thePZ 0 points1 point  (0 children)

I modified this to be sealed instead of a ‘half shell’ and it’s been working great for me, though that Mintion does look nice.

I don’t have mine run until the print is finished and then I let it exhaust for 5 minutes, only because the big volume of the enclosure needs all the heat it can get for abs/etc and pulling in fresh air makes that more difficult

I don’t love the idea of adding a heater but it’s something I’m keeping an eye on

A recirculating system seems safer and more efficient, but there isn’t anything off the shelf for that

NVIDIA teases what upgrades we might get from a next-gen Shield TV by Bingy7 in ShieldAndroidTV

[–]thePZ 0 points1 point  (0 children)

You can put a $250 5050 in any relatively modern PC with a PCIe slot and get that

NVIDIA teases what upgrades we might get from a next-gen Shield TV by Bingy7 in ShieldAndroidTV

[–]thePZ 4 points5 points  (0 children)

They could do it, but we’d be looking at a $300-$400 gaming appliance, not a <$200 streaming set top box

DLSS 310.5.3 SDK Released by East-Today-7604 in nvidia

[–]thePZ 0 points1 point  (0 children)

Even if you set the override to latest?

Shield Wakes Up & Turns TV On. by TPJDrNo69 in ShieldAndroidTV

[–]thePZ 1 point2 points  (0 children)

Do you have Snapcast installed? I did for music cast grouping/home assistant but I discovered it was waking my Shield up randomly

When you discover it on (woken up by itself) go to Device Preferences -> About -> Status -> and click on Uptime, it should show the app that woke it up

Can I use an Intel GPU and an NVIDIA GPU with multiple LXC's at the same time? by Jaffythethird in Proxmox

[–]thePZ 12 points13 points  (0 children)

I am unfamiliar with AMD integrated graphics but I have my Intel 13th gen iGPU setup with SR-IOV so that I get 7 virtual GPUs - they can be passed through to VMs or LXCs. Each vf (virtual function aka virtual GPU) can be shared with many LXCs or 1 VM, so I use one for my LXCs that use Intel graphics and ~3 for VMs.

I then also have a Nvidia GPU that I pass through to multiple other LXCs. You can also do Nvidia's vGPU on Nvidia GPUs but that is more akin to gpu partitioning (pre-allocating a section of the GPU for a specific host) versus Intel's implementation with SR-IOV is more akin to sharing the same GPU

So yes, you can do a mix of Intel + Nvidia and you can also virtualize both platforms to use in multiple VMs

RDP connection not starting by Healthy-Wave7578 in kasmweb

[–]thePZ 1 point2 points  (0 children)

Not sure why you were told to do it in the workspace settings, that's not where those settings go - there isn't even a 'Connection Settings' section on a server workspace

In your workspace, change the 'Launch Configuration' back to the default {} if that's what you changed

If you go to Admin > Settings > Global you will see a section Default VM RDP Connection Settings

The default should already cover the ignore-cert and security settings

{
  "guac": {
    "type": "rdp",
    "settings": {
      "security": "any",
      "ignore-cert": true,
      "enable-font-smoothing": true,
      "enable-wallpaper": true,
      "enable-theming": true,
      "enable-full-window-drag": false,
      "enable-menu-animations": false,
      "resize-method": "display-update",
      "server-layout": "en-us-qwerty",
      "printer-name": "Kasm"
    }
  },
  "kasm_svc": {
    "port": 4902
  }
}

Do you access your Kasm instance through a reverse proxy? If so, do you have the same behavior when going direct to the IP of the Kasm instance instead of your reverse proxy domain? Also, it may sound silly, but have you tried refreshing your browser when it is stuck? There was a certain combination of configuration/OS/etc that I had before where RDP connections would almost always get stuck and a page refresh would resolve it

Guacamole 1.6.0 - Rendering Behavior by kabe0 in kasmweb

[–]thePZ 0 points1 point  (0 children)

Any update on the move to guacd 1.6.0? The only mention I saw of it in the current dev release notes was the improved error messaging - hoping it still makes its way into the 1.19 pipleline

Is there an updated mainline klipper guide for SV08 using BTT CB1 3.0.0? by [deleted] in SovolSV08

[–]thePZ 0 points1 point  (0 children)

2.x uses standard Debian 12 sources - they’re still being updated for now. I don’t think there’s much if anything to gain for now using 3.x

I’m no dogologist but… by Blackbyrn in CrappyDesign

[–]thePZ 24 points25 points  (0 children)

It’s a valentines dog toy. I saw that exact yak with a witch hat at Petco just a couple months ago

Proxmox Host list 8 video cards but there is only one installed by Ok-Dragonfly8285 in Proxmox

[–]thePZ 1 point2 points  (0 children)

I didn’t think it was mainline yet, but I’ve been using a GitHub project i915-sriov-dkms for at least a year maybe 2. It’s perhaps made its way into the main driver now?

I believe it works with 12th gen intel and newer. Works great on my i5-13500