

For a while my GoAccess instance wasn’t working properly so I couldn’t visualize my access logs from Traefik, got lazy trying to fix it and left it as is, well in the meantime I wasn’t lazy enough to setup Synapse and begin federating on my home network.
Finally fixed my GoAccess today to be surprised to see Synapse hits labelled as crawlers, well over a million hits.



Jellyfin isn’t the most secure piece of software out there, I would avoid giving it permissions it doesn’t need.
Step 1) Check /dev/dri for the GPU
user@debian:~/compose$ ls /dev/dri total 0 drwxr-xr-x 3 root root 120 Jan 25 11:50 . drwxr-xr-x 18 root root 3360 Feb 11 03:03 .. drwxr-xr-x 2 root root 100 Jan 25 11:50 by-path crw-rw---- 1 root video 226, 0 Jan 25 11:50 card0 crw-rw---- 1 root video 226, 1 Jan 25 16:39 card1 crw-rw---- 1 root render 226, 128 Jan 25 11:50 renderD128Documentation indicates renderDXXX typically refers to Intel GPU’s
devices: - /dev/dri/renderD128:/dev/dri/renderD128sudo docker compose up -d; sudo docker exec -it jellyfin bashOnce inside
ls/dev/dri to confirm the GPU is recognized inside the container, once you confirm it then you can exit the container.user@debian:~/compose$ sudo docker exec -it jellyfin bash I have no name!@jellyfin:/$ ls /dev/dri renderD128 I have no name!@jellyfin:/$ exit exit user@debian:~/compose$