kennethballard.com - Observations… – …from somewhere in Kansas City

Example domain paragraphs

// Lightbox: https://fslightbox.com/ // Adapted from: https://brightthemes.com/blog/ghost-image-lightbox // Improved to make it so each gallery has its own lightbox // unless the galleries are immediately adjacent to each other. // Also removed using a lightbox for individual images since my // current Ghost theme ("Edge") doesn't use a lightbox for // individual images. let galleries = document.querySelectorAll('.kg-gallery-card') let galleryIdx = 0 let hasImages = false let lastGallery = document gallerie

Migrating from a Plex VM to the Docker container is pretty straightforward. Just a few things to keep in mind. Along with creating a script you can run whenever there are server updates, since you can’t just… install a new version over the existing one like you could before.

Note : If you’re considering migrating Plex to Docker or running anything through Docker, make sure to install Docker CE from Docker’s repository . Don’t install the version of Docker from your distribution’s repositories. This will ensure you have the latest version – meaning also the latest security updates – and greatest compatibility.