Search results

  1. S

    [TUTORIAL] How to set up noVNC on a web application.

    Can VNC be used without a PVEAuthCookie like Spice? If you have to set a cookie anyway then it's probably easier to just use basic links when the browser cookie is set. https://{host}/?console=kvm&novnc=1&vmid={vmid}&node={node}&autoresize=true This doesn't work as it tests for a CSRF token...
  2. S

    [SOLVED] [REQUEST] Proxmox API /version also retrieves client node name.

    That's awesome. I was not aware of that. It would still be nice to retrieve the node name with any authenticated user. I'll check through the API since there might be a way with /nodes/localhost/... Thanks I'll look through the bugzilla also. I'll mark this as solved as this doesn't really...
  3. S

    [SOLVED] [REQUEST] Proxmox API /version also retrieves client node name.

    My apologies if this is not the correct place to post an API request. The the Proxmox API makes it a little difficult to get the connected client node name. I know it can be retrieved by using GET /cluster/status then local is returned for the responding node, but means giving the user...
  4. S

    Locale errors when using pct command

    Below will uncomment en_US.UTF-8 in /etc/locale.gen then generate the locale. Works in Debian 11 LXC. pct exec 900 -- bash -c 'sed -i "/# en_US.UTF-8/s|^# ||" /etc/locale.gen && locale-gen'
  5. S

    AMD Ryzen 7 "Renoir" 4750G APU and iGPU pass-thru (to Windows 10 guest)?

    Actually, I did a reinstall and the 5.11 kernel isn't required. I'd try it with kernel 5.4 first. I never tried to install Frigate or Jellyfin so I'm unfortunately not well versed on that part as my goal was desktop in a container.
  6. S

    AMD Ryzen 7 "Renoir" 4750G APU and iGPU pass-thru (to Windows 10 guest)?

    EDIT: 5.11 kernel isn't required so skip that install under the Proxmox section if you want to stay a little more stable. I decided to post my notes and not necessarily a guide on getting GPU passthrough working for a Debian LXC container with Renoir (I lazily copy and pasted my editor). This...