From 76dec79528166ecb6ce2511450ecc3ca111e81c1 Mon Sep 17 00:00:00 2001 From: Sthope Date: Sun, 8 May 2022 14:30:45 +0200 Subject: [PATCH] first commit --- docs/portainer-stacks/Airsonic.md | 2 -- docs/proxmox/Passthrough.md | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 docs/proxmox/Passthrough.md diff --git a/docs/portainer-stacks/Airsonic.md b/docs/portainer-stacks/Airsonic.md index 2272de8..064f4b0 100644 --- a/docs/portainer-stacks/Airsonic.md +++ b/docs/portainer-stacks/Airsonic.md @@ -9,8 +9,6 @@ services: - PUID=1000 - PGID=1000 - TZ=Europe/Amsterdam - - CONTEXT_PATH=airsonic.domain.com - - JAVA_OPTS=-Dserver.use-forward-headers=true volumes: - /airsonic/config:/config - /airsonic/music:/music diff --git a/docs/proxmox/Passthrough.md b/docs/proxmox/Passthrough.md new file mode 100644 index 0000000..09f3645 --- /dev/null +++ b/docs/proxmox/Passthrough.md @@ -0,0 +1,21 @@ +``` +lxc.cgroup2.devices.allow: c 226:* rwm +lxc.mount.entry: /dev/dri/card0 dev/dri/card0 none bind,create=file +lxc.mount.entry: /dev/dri/renderD128 dev/dri/renderD128 none bind,create=file +``` + +``` +lxc.cgroup2.devices.allow: c 13:* rwm +lxc.mount.entry: /dev/input/event2 dev/input/event2 none bind,optional,create=file +lxc.mount.entry: /run/udev mnt/udev none bind,create=dir +``` + +``` +lxc.cgroup2.devices.allow: c 116:* rwm +lxc.mount.entry: /dev/snd dev/snd none bind,create=dir +``` + +``` +lxc.cgroup2.devices.allow: c 4:6 rwm +lxc.mount.entry: /dev/tty7 dev/tty7 none bind,create=file +``` \ No newline at end of file