minus-squareFisch@discuss.tchncs.detoSelfhosted@lemmy.world•[CLOSED] Podman, Peertube, AMD VAAPIlinkfedilinkEnglisharrow-up3·edit-25 days agoI use podman too and I set up hardware acceleration for Jellyfin. I’ll update this with how I did it once I’m home. Edit: Here’s my compose.yml (I use podman-compose): services: jellyfin: image: lscr.io/linuxserver/jellyfin:latest container_name: jellyfin dns: - 9.9.9.9 environment: - PUID=1000 - PGID=1000 - TZ=Europe/Berlin volumes: - ./config:/config:Z - ~/drive/media:/media:z devices: - /dev/dri:/dev/dri ports: - 8096:8096 - 7359:7359/udp - 1900:1900/udp restart: unless-stopped linkfedilink
minus-squareFisch@discuss.tchncs.detoAsklemmy@lemmy.ml•What would historical political figures think about the current state of the country they lived in?linkfedilinkEnglisharrow-up1·3 months agoI think Karl Marx would be pretty disappointed linkfedilink
Fisch@discuss.tchncs.de to Selfhosted@lemmy.worldEnglish · edit-211 months agoAre selfhosted Piped instances still working?plus-squaremessage-squaremessage-square0linkfedilinkarrow-up10arrow-down10
arrow-up10arrow-down1message-squareAre selfhosted Piped instances still working?plus-squareFisch@discuss.tchncs.de to Selfhosted@lemmy.worldEnglish · edit-211 months agomessage-square0linkfedilink
I use podman too and I set up hardware acceleration for Jellyfin. I’ll update this with how I did it once I’m home.
Edit: Here’s my compose.yml (I use
podman-compose
):services: jellyfin: image: lscr.io/linuxserver/jellyfin:latest container_name: jellyfin dns: - 9.9.9.9 environment: - PUID=1000 - PGID=1000 - TZ=Europe/Berlin volumes: - ./config:/config:Z - ~/drive/media:/media:z devices: - /dev/dri:/dev/dri ports: - 8096:8096 - 7359:7359/udp - 1900:1900/udp restart: unless-stopped