- /appdata is on SSD
- /data is on an external USB HD
The podman-compose
version in Debian 12 (Bookworm) is outdated.
The vpn (network_mode
) does not work in the current version of Debian Bookworm.
$ sudo apt install python3-venv
$ python3 -m venv .venv
$ source .venv/bin/activate
$ pip3 install podman-compose
I noticed jellyfin
used 100% CPU during transcoding.
By adding the podman
user to the group render
the renderer could
use the hardware acceleration.
$ sudo usermod -aG render ${USER}