Deploying Photoview with PostgreSQL: A 'No Such File' Detective Story

This post is a step-by-step guide to deploying the Photoview photo gallery on Docker using PostgreSQL instead of the default MariaDB. I’ll walk you through how I solved two key “gotchas”: first, a cryptic no such file or directory error caused by a volume path change in newer PostgreSQL images, and second, the file permissions required to allow Photoview to successfully scan your media library. ...

November 15, 2025 · Frederick

Deploying a Private LLM Chatbot with Docker and Hugging Face

Learn how to build and deploy a fully private and fast LLM chatbot using Docker containers and Hugging Face’s powerful tools. This tutorial covers setting up text-generation-inference for efficient model serving, integrating a user-friendly chat-ui interface, and configuring reverse proxying for easy access. ...

November 15, 2023 · Frederick