Advertisement
Guest User

Untitled

a guest
May 5th, 2024
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. # # Jellyfin LXC
  2. #
  3. # <a href='https%3A//ko-fi.com/D1D7EP4GF'><img src='https%3A//img.shields.io/badge/&#x2615;-Buy me a coffee-blue' /></a>
  4. # </div>
  5. arch: amd64
  6. cores: 2
  7. dev0: /dev/dri/card1,gid=44
  8. dev1: /dev/dri/renderD128,gid=104
  9. features: keyctl=1,nesting=1
  10. hostname: jellyfinfinal
  11. memory: 2048
  12. mp0: /mnt/peliculas/,mp=/peliculas
  13. mp1: /mnt/series/,mp=/series
  14. net0: name=eth0,bridge=vmbr0,hwaddr=BC:24:11:9E:DC:6B,ip=dhcp,type=veth
  15. onboot: 1
  16. ostype: debian
  17. rootfs: local-lvm:vm-112-disk-0,size=8G
  18. swap: 512
  19. tags: proxmox-helper-scripts
  20. unprivileged: 1
  21. lxc.cgroup2.devices.allow: c 226:128 rwm
  22. lxc.mount.entry: /dev/dri/renderD128 dev/dri/renderD128 none bind,optional,create=file
  23. lxc.hook.pre-start: sh -c "chown 100000:100106 /dev/dri/renderD128"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement