Skip to content

Instantly share code, notes, and snippets.

@sasha-id
sasha-id / README.md
Created September 13, 2024 06:16 — forked from kdmukai/README.md
Create a Bitcoin Core node in Proxmox

Create a Bitcoin Core Node CT in Proxmox

Create the CT:

  • Debian 12 image
  • 4GB system disk in local-lvm
  • 6GB RAM, 0 swap

Add a data disk mount point

In the CT's "Resources" > "Add" > "Mount point":

  • Storage: "Directory" disk from above
@sasha-id
sasha-id / proxmoxlxcjellyfin.md
Created September 30, 2024 06:51 — forked from parasbhanot/proxmoxlxcjellyfin.md
Proxmox LXC Alpine Docker Jellyfin

How to setup VA-API within Proxmox LXC Unprivileged container

Proxmox configuration

No drivers need to be installed on the proxmox, from now called host.

Find GIDs of video and render group on host:

cat /etc/group | grep video

cat /etc/group | grep render