home-network/jellyfin.org
2025-07-29 02:52:33 +03:00

1.7 KiB
Executable file

Jellyfin

Jellyfin Basic Info

url: video.ronnyabraham.com

nginx conf: /etc/nginx/sites-available/video.ronnyabraham.com

username password role
jellyfin-admin 2reishit2ara admin
ronnyfin 2reishit2ara user

setup Jellyfin

install Jellyfin

curl -fsSL https://repo.jellyfin.org/debian/jellyfin_team.gpg.key | sudo gpg --dearmor -o /usr/share/keyrings/jellyfin.gpg

echo "deb [signed-by=/usr/share/keyrings/jellyfin.gpg] https://repo.jellyfin.org/debian bookworm main" | sudo tee /etc/apt/sources.list.d/jellyfin.list

sudo apt update
sudo apt install jellyfin -y

start and enable Jellyfin

sudo systemctl enable jellyfin
sudo systemctl start jellyfin

access Jellyfin

access the setup wizard

Open:

http://<raspberrypi-ip>:8096

If you're on the Pi itself:

http://localhost:8096

nginx setup

Site Configuration

Enable Site & Restart

sudo ln -s /etc/nginx/sites-available/forgejo /etc/nginx/sites-enabled/
sudo nginx -t && sudo systemctl reload nginx

Enable HTTPS with Certbot

sudo certbot --nginx -d git.ronnyabraham.com

First-Time Setup