Self-hosting a Video Streaming service

So you want to host and stream your own movies and TV shows? Jellyfin is your solution. Configuring Jellyfin on a server requires almost no CLI work at all. Simply...
curl -s https://repo.jellyfin.org/install-debuntu.sh | sudo bash
If you do not have

curl

installed, you can use

wget -O-

instead of

curl -s.

For more information visit jellyfin.org.