Recent content by jackydec

  1. J

    Intel 125U chipset unusable with proxmox or bad hardware? Constant system hangs/freezes - FIX: Pre-allocate iGPU memory using lgfx Gsm2 in BIOS

    reporting back : reporting back : +- 1 week 24/7 up without any problems : no reboot of the proxmox server, no crashes of lxc or vm's. running 5 lxc containers (jellyfin, notediscovery, immich, podman, plex,) and 2 VM's (win11 & ubuntu server) :for test purposes. ( some of the lxc have iGPU...
  2. J

    Intel 125U chipset unusable with proxmox or bad hardware? Constant system hangs/freezes - FIX: Pre-allocate iGPU memory using lgfx Gsm2 in BIOS

    So, the K15 (48gb ram 1tb ssd) arrived on tuesday. Didn't touch the bios, only to put in on 'Silent' mode to be energy efficient. installed 'vanilla' Proxmox on it. (network via wired connection & fixed ip address) installed Jellyfin as a priviledged lxc container using the community script (...
  3. J

    Intel 125U chipset unusable with proxmox or bad hardware? Constant system hangs/freezes - FIX: Pre-allocate iGPU memory using lgfx Gsm2 in BIOS

    I will be receiving the same k15 (with 48gb ram) this week. and goal is to install proxmox for jellyfin, dockers containers, and vm's (like ubuntu & home assistant). I'll keep you posted about my progress. Jellyfin will run as a lxc container for easy(??) igpu passthrough. Perhaps some of your...
  4. J

    webhooks configuration

    this works for me : { "token": "{{secrets.token}}", "user": "{{secrets.user}}", "message": "{{ escape message }}", "title": "{{ title }}", "device": "mobile", "priority": 0 } I see you have quotes around the value for priority, I don't.
  5. J

    webhooks configuration

    thanks for the clarification : indeed, it works as you described it
  6. J

    webhooks configuration

    for people using pushover, i've got it to work this way : ( putting user & token in the secrects section did not work)