# Install Jellyfin sudo apt install jellyfin # Point it to /var/www/videos # Access via http://myserver.com:8096
# Using nginx secure_link module location /videos/ secure_link $arg_md5,$arg_expires; secure_link_md5 "secretkey$uri$arg_expires"; if ($secure_link = "") return 403; # Install Jellyfin sudo apt install jellyfin #
You should edit your mime.types file or the server block configuration to include:
| Category | Goal | Example | |----------|------|---------| | | Stream movies from a home server to a TV or phone | https://myserver.com/movies/alien.1979.mkv | | Small Business Owner | Securely share training videos with employees | https://myserver.com/training/safety-module.mkv | | Developer/DevOps | Test video download speeds or file serving capabilities | wget https://myserver.com/test-4k.mkv | if ($secure_link = "") return 403