Using Alma linux on raspberry 4 as a media server
This post will serve as guide to walk through the hardware/setup, and some of the podman commands use to get a media server up and running on a raspberry 4 using the jellyfin container.
Software:
- alma linux pi image can be grabbed here: http://repo.almalinux.org/rpi/images/
Hardware:
- raspberry pi 4, running alma linux
- I purchased the hink sink, and a few fans to keep it cool
- an external hard drive, I am using a 1TB seagate ssd usb drive
This guide assumes that you already have OS installed and connected with wired or wifi as well.
Lets get started.
Mount your hard drive, in my case:
Instead of creating a network in podman, decided to create an interface and hang it off my wlan0 interface.
Open jellyfin port via firewalld.
Fire up, and grab the jellyfin image with podman.
- replace $USER with your user account, and then your media path
If all goes well, you should that your podman up and running in rootless mode.