Installing Jellyfin as a Podman Quadlet

Jellyfin is everyone’s favourite open-source multimedia player. This guide goes over how to install it as a Podman Quadlet. This assumes you already have Podman setup for Quadlets. Follow this guide to setup Podman for Quadlets. Create the container First, create and edit /etc/containers/systemd/jellyfin.container as sudo and paste the following. [Unit] Description=Podman - Jellyfin Wants=network-online.target After=network-online.target [Container] Image=lscr.io/linuxserver/jellyfin:latest AutoUpdate=registry ContainerName=jellyfin Environment=PUID={PUID} # `id -u` to get value needed Environment=PGID={PGID} # `id -g` to get value needed Environment=TZ=America/St_Johns # Change to your time zone Volume={JELLYFIN_CONFIG}:/config Volume={MOVIE_DIR}:/movies Volume={TV_DIR}:/tv PublishPort=8096:8096 PublishPort=8920:8920 PublishPort=7359:7359/udp PublishPort=1900:1900/udp [Service] Restart=always TimeoutStartSec=900 [Install] WantedBy=default....

October 1, 2024 · Eric Thomas

Setting Up Podman and Quadlets

In this guide, I’ll walk you through setting up Podman and Quadlets. While this is the method that worked for me, I’m always open to improvements and suggestions. Future posts will cover how to configure specific Quadlets in detail. Install Podman sudo apt -y install podman For other operation systems, check here Create a Quadlet Create the file /etc/containers/systemd/postgres.container and paste in the following data as sudo. [Unit] Description=Podman - Postgres Wants=network-online....

September 30, 2024 · Eric Thomas

The Simpsons Halloween Watchlist

This checklist includes all the “Treehouse of Horror” episodes from The Simpsons, as well as other Halloween-themed episodes. Use this guide to keep track of your spooky viewing! It’s available as a printable PDF for your convenience. Download the PDF watchlist See this design on Canva

September 30, 2024 · Eric Thomas

Making JDownloader 2 Ad-Free and Enabling Dark Mode

To enhance your JDownloader 2 experience, navigate to Settings > Advanced Settings and adjust the parameters to create an ad-free environment and enable a sleek dark mode that looks better to me than the default options. Key Value GraphicalUserInterfaceSettings: Banner false GraphicalUserInterfaceSettings: Donate Button State Hidden (Automode) GraphicalUserInterfaceSettings: Look And Feel Theme BLACK_EYE GraphicalUserInterfaceSettings: Premium Alert ETA Column false GraphicalUserInterfaceSettings: Premium Alert Speed Column false GraphicalUserInterfaceSettings: Premium Alert Task Column false GraphicalUserInterfaceSettings: Special Deal Oboom Dialog Visible On Startup false GraphicalUserInterfaceSettings: Special Deals false LAFSettings: Color For Config Header Text Color #ffffffff LAFSettings: Color For Config Panel Description Text #ffffffff LAFSettings: Color For Panel Background #ff222222 LAFSettings: Color For Panel Header Background #ff222222 LAFSettings: Color For Panel Header Foreground #ffffffff LAFSettings: Color For Speed Meter Average Text #ffffffff LAFSettings: Color For Speed Meter Text #ffffffff LAFSettings: Color For Table Account Error Row Foreground #ffffffff LAFSettings: Color For Table Account Temp Error Row Foreground #ffffffff LAFSettings: Color For Table Alternate Row Background #ff222222 LAFSettings: Color For Table Alternate Row Foreground #ffffffff LAFSettings: Color For Table Mouse Over Row Background #ff666666 LAFSettings: Color For Table Mouse Over Row Foreground #ffffffff LAFSettings: Color For Table Package Row Background #ff333333 LAFSettings: Color For Table Package Row Foreground #ffffffff LAFSettings: Color For Table Selected Rows Background #ff666666 LAFSettings: Color For Table Selected Rows Foreground #ffffffff LAFSettings: Color For Tooltip Foreground #ffffffff LAFSettings: Config Disabled Text Color #ff666666 LAFSettings: Config Enabled Text Color #ffffffff

September 29, 2024 · Eric Thomas