minus-squareFisch@discuss.tchncs.detoSelfhosted@lemmy.world•[CLOSED] Podman, Peertube, AMD VAAPIlinkfedilinkEnglisharrow-up3·edit-224 hours 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.detoTechnology@lemmy.world•Grok AI to be available in Tesla vehicles next week, Elon Musk sayslinkfedilinkEnglisharrow-up13·2 days agoGrok? Oh, they mean MechaHitler linkfedilink
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