no d inrogers
open-menu closeme
nav_home Home
nav_tags Tags
nav_categories Categories
nav_archives Archives
nav_about About
English Português
  • Using a custom SSL certificate in Plex

    calendar June 1, 2022 nav_categories Tech nav_categories Application nav_tags plex nav_tags ssl nav_tags certificate nav_tags docker

    Running Plex in a Docker container is easy to set up, easy to run, and super easy to update.

    I have a custom domain, and get free certificates from Let's Encrypt.

    Since I already have a setup to automatically obtain/renew certificates from Let's Encrypt, I also wanted to get a certificate for my Plex install, so I can …

    Read More
  • Upgrading Plex when running a Docker container

    calendar May 12, 2022 nav_categories Tech nav_categories Application nav_tags plex nav_tags docker nav_tags upgrade nav_tags update

    When running Plex in a Docker container, you can't actually upgrade/update the Docker image, but rather, you simply redeploy the container with a newer image.

    My plex.yaml file:

    version: '2'
    services:
      plex:
        container_name: plex
        image: plexinc/pms-docker:latest
        restart: unless-stopped …

    Read More
  • Install Docker Engine on Ubuntu

    calendar April 17, 2022 nav_tags docker nav_tags ubuntu

    Installing Docker on Ubuntu 20.04

    Update September 2025:

    There is now a script provided by Docker.com to simplify the installation of Docker.

    As with any script you download from the Internet, make sure you are aware of what the scipt does before running the script!

    curl -fsSL https://get.docker.com -o get-docker.sh …

    Read More
  • Upgrading a Pi-hole Docker container

    calendar March 25, 2022 nav_categories Tech nav_categories Software nav_tags docker nav_tags pihole nav_tags dns

    Upgrading Pi-hole is easy:

    pihole -up

    However, this doesn't work if you're running a Docker container.

    docker exec -it pihole pihole -up
    Function not supported in Docker images
    

    To get Pi-hole Docker container upgraded, you have to force Docker to pull the latest Pi-hole version and redeploy the container.

    docker pull …

    Read More
  • Certbot with Cloudflare DNS using DNS-01 challenge in Docker

    calendar March 10, 2022 nav_categories Tech nav_categories Networking nav_tags dns nav_tags cloudflare nav_tags certbot nav_tags letsencrypt nav_tags docker nav_tags dns-01 challenge

    Let's Encrypt will issue you free SSL certificates, but you have to verify you control the domain, before they issue the certificates.

    The 2 major ways of proving control over the domain:

    1. Create a specific page on your webserver that they can reach.
    2. Create a temporary DNS TXT record.

    I went with option #2, as my web …

    Read More
  • Using a Docker container for a Wireguard VPN server

    calendar February 15, 2022 nav_categories Tech nav_categories Networking nav_tags docker nav_tags wireguard nav_tags vpn

    I've been using Wireguard for a while when away from my house for a couple of reasons:

    1. Access to my home network's servers, services, and resources.

    2. Security, when accessing the internet via insecure wifi.

    3. Ability to use my PiHole (DNS sinkhole).

    It's been working great, but as with everything else, I wanted to …

    Read More
    • ««
    • «
    • 1
    • 2
    • 3
    • 4
    • 5
    • »
    • »»

©2019 -   |  www.nodinrogers.com
Powered by Hugo and based off of the Hugo Clarity theme

to-top