1.6 KiB
Executable file
1.6 KiB
Executable file
Jellyfin
links
Jellyfin Basic Info
url: video.ronnyabraham.com
nginx conf: /etc/nginx/sites-available/video.ronnyabraham.com
username: jellyfin-admin password: 2reishit2ara
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
- Visit: https://forgejo.ronnyabraham.com
- Create the `git-admin` user and initialize your first repository.