Tag: Docker

  • How to Set Up a CIFS Mount on a Proxmox VM

    Introduction Mounting a CIFS share on a Proxmox VM can streamline your workflow, ensuring that your shared resources are automatically accessible whenever your VM starts up. In this guide, I’ll walk you through setting up a CIFS mount using the fstab file so that your share mounts on boot. Step 1: Preparing Your Proxmox VM…

  • From DVDs to Digital: My Jellyfin Server Adventure

    Preface Before diving into this post, it’s important to note that this guide assumes you have a basic understanding of Docker and Docker Compose. Project Overview Jellyfin is a free media hosting server designed to allow you to store and provide multimedia through your local network. I chose Jellyfin because it aligns perfectly with my…

  • Self-Hosting WordPress Through Cloudflare Tunnels

    Project Description In this project, I set out to combine several tools and technologies to self-host a WordPress site. The idea was to purchase a domain from Cloudflare, use Proxmox and Docker to spin up a WordPress container, and then securely expose the site to the internet using Cloudflare’s services. Objectives Here’s what I aimed…