[{
    "permalink": "https://fossengineer.com/selfhosting-matrix-conduit-server-with-docker/",
    "title":     "Matrix Conduit - Lightweight Matrix Server with Docker",
    "summary":   "Matrix Conduit is a lightweight Matrix homeserver written in Rust. This guide uses Docker Compose, RocksDB persistence, a local Element test workflow, and the Home-Lab compose config to run a private Matrix server before deciding whether to expose it publicly.",
    "date":      "Jun 6, 2026",
    "tags":      ["Docker","Self-Hosting","Privacy","Matrix"]
  },{
    "permalink": "https://fossengineer.com/herdr-terminal-agent-multiplexer/",
    "title":     "Herdr - Terminal Workspace Manager for AI Coding Agents",
    "summary":   "Herdr is a terminal-native workspace manager for AI coding agents. It keeps agents in real terminal panes, adds workspaces, tabs, mouse-native splits, detach and reattach, status detection, remote SSH attach, official agent integrations, and a local socket API for automation.",
    "date":      "Jun 6, 2026",
    "tags":      ["Gen-AI","Dev","Terminal","Self-Hosting"]
  },{
    "permalink": "https://fossengineer.com/voicebox-local-ai-voice-studio/",
    "title":     "Voicebox - Local AI Voice Studio for Speech, Dictation, and Agents",
    "summary":   "Voicebox is a local AI voice studio for cloning voices, generating speech, dictating into apps, transcribing captures, adding effects, composing stories, and giving AI agents voices through REST and MCP. It ships a Tauri desktop app, FastAPI backend, web UI, Docker setup, and multiple local TTS/STT engines.",
    "date":      "Jun 6, 2026",
    "tags":      ["Gen-AI","Self-Hosting","Docker","Audio"]
  },{
    "permalink": "https://fossengineer.com/chatterbox-local-open-source-tts/",
    "title":     "Chatterbox - Local Open-Source Text-to-Speech by Resemble AI",
    "summary":   "Chatterbox is Resemble AI\u0026rsquo;s MIT-licensed open-source text-to-speech toolkit. It ships Python APIs, Gradio demos, English and multilingual models, voice conversion, Turbo inference, paralinguistic tags, and built-in Perth watermarking. It is not a Docker-first self-hosted app; it is a local ML package where GPU access matters.",
    "date":      "Jun 5, 2026",
    "tags":      ["Gen-AI","Self-Hosting","Python","Audio","TTS"]
  },{
    "permalink": "https://fossengineer.com/comfyui-qwen-tts/",
    "title":     "ComfyUI-Qwen-TTS - Qwen3 Voice Nodes for ComfyUI",
    "summary":   "ComfyUI-Qwen-TTS is a custom-node pack for running Qwen3-TTS workflows inside ComfyUI: text-to-speech, zero-shot voice cloning, designed voices, saved speakers, multi-role dialogue, and experimental fine-tuning.",
    "date":      "Jun 4, 2026",
    "tags":      ["Gen-AI","Dev"]
  },{
    "permalink": "https://fossengineer.com/playwright-rendered-browser-automation/",
    "title":     "Playwright - Browser Automation That Saves the Rendered Page",
    "summary":   "Playwright is more than an end-to-end testing framework. For self-hosters and developers, it is a reliable way to automate a real browser, keep an authenticated profile, wait for hydrated content, and save the DOM the user actually sees.",
    "date":      "Jun 3, 2026",
    "tags":      ["Open Source","Browser Automation","Python","Web Scraping","Dev"]
  },{
    "permalink": "https://fossengineer.com/cloakbrowser-stealth-chromium/",
    "title":     "CloakBrowser - Stealth Chromium for Automation",
    "summary":   "CloakBrowser wraps a custom Chromium build with Python and JavaScript APIs for browser automation, testing, and controlled fingerprint research. This post reviews its architecture, Docker path, humanized interaction layer, and important licensing caveats.",
    "date":      "Jun 2, 2026",
    "tags":      ["Dev","Docker","Security","Browser Automation"]
  },{
    "permalink": "https://fossengineer.com/bitchat-mesh-messaging/",
    "title":     "Bitchat - Decentralized Mesh Messaging",
    "summary":   "Bitchat is a native iOS and macOS messaging app built around local Bluetooth mesh, Nostr fallback, and privacy-first design. This review looks at its architecture, protocol choices, build workflow, and why decentralized messaging projects like this matter.",
    "date":      "Jun 1, 2026",
    "tags":      ["Security","Dev"]
  },{
    "permalink": "https://fossengineer.com/selfhosting-gonic/",
    "title":     "Self-Hosting Gonic - Music Streaming Server with Docker",
    "summary":   "Gonic is a lightweight self-hosted music streaming server with Subsonic API compatibility, letting you stream your own music library from any compatible client. This post covers how to deploy it with Docker Compose.",
    "date":      "May 23, 2026",
    "tags":      ["Self-Hosting","Docker","Media"]
  },{
    "permalink": "https://fossengineer.com/selfhosting-gotify/",
    "title":     "Self-Hosting Gotify - Push Notifications with Docker",
    "summary":   "Gotify is a lightweight self-hosted push notification server that lets you send alerts from scripts, cron jobs, or IoT devices to any connected client. This post covers deploying Gotify with Docker Compose and a PostgreSQL backend.",
    "date":      "May 22, 2026",
    "tags":      ["Self-Hosting","Docker","Notifications"]
  },{
    "permalink": "https://fossengineer.com/selfhosting-home-assistant/",
    "title":     "Self-Hosting Home Assistant with Docker",
    "summary":   "Home Assistant is the leading open-source home automation platform, supporting thousands of devices and keeping all your data local. This post covers the Docker Compose deployment using the LinuxServer image.",
    "date":      "May 21, 2026",
    "tags":      ["Self-Hosting","Docker","IoT"]
  },{
    "permalink": "https://fossengineer.com/selfhosting-hoppscotch/",
    "title":     "Self-Hosting Hoppscotch - Open-Source API Testing with Docker",
    "summary":   "Hoppscotch is a lightweight, browser-based API client that supports REST, GraphQL, WebSocket, and MQTT testing. This post shows how to run it locally with Docker in minutes.",
    "date":      "May 20, 2026",
    "tags":      ["Self-Hosting","Docker","Dev"]
  },{
    "permalink": "https://fossengineer.com/selfhosting-n8n/",
    "title":     "Self-Hosting n8n - Workflow Automation with Docker",
    "summary":   "n8n is an open-source workflow automation tool that lets you connect apps, build pipelines, and automate tasks with a visual editor. This post covers how to deploy n8n with Docker Compose using a PostgreSQL backend.",
    "date":      "May 15, 2026",
    "tags":      ["Self-Hosting","Docker","Automation"]
  },{
    "permalink": "https://fossengineer.com/selfhosting-immich/",
    "title":     "Self-Hosting Immich - Google Photos Alternative with Docker",
    "summary":   "Immich is a feature-rich, self-hosted alternative to Google Photos with mobile apps, facial recognition, and automatic backup. This post walks through deploying Immich using the official Docker Compose setup.",
    "date":      "May 14, 2026",
    "tags":      ["Self-Hosting","Docker","Media"]
  },{
    "permalink": "https://fossengineer.com/selfhosting-ekuiper/",
    "title":     "Self-Hosting eKuiper - Edge Stream Processing with Docker",
    "summary":   "eKuiper is an open-source edge stream processing engine from the LF Edge project that lets you filter, transform, and route IoT data using SQL-like rules. This post covers deploying eKuiper with Docker and connecting it to an MQTT broker.",
    "date":      "May 10, 2026",
    "tags":      ["Self-Hosting","Docker","IoT"]
  },{
    "permalink": "https://fossengineer.com/selfhosting-esphome/",
    "title":     "Self-Hosting ESPHome with Docker",
    "summary":   "ESPHome is a YAML-driven firmware framework for ESP8266 and ESP32 microcontrollers that integrates natively with Home Assistant. This post shows how to run the ESPHome dashboard with Docker so you can manage all your devices from a browser.",
    "date":      "May 8, 2026",
    "tags":      ["Self-Hosting","Docker","IoT"]
  },{
    "permalink": "https://fossengineer.com/selfhosting-emqx/",
    "title":     "Self-Hosting EMQX - MQTT Broker with Docker",
    "summary":   "EMQX is a high-performance open-source MQTT broker designed to connect IoT devices, microcontrollers, and sensors at any scale. This post shows how to get EMQX running with Docker in minutes.",
    "date":      "May 1, 2026",
    "tags":      ["Self-Hosting","Docker","IoT"]
  },{
    "permalink": "https://fossengineer.com/selfhosting-velxio-arduino/",
    "title":     "Velxio - Arduino Emulator That Runs Entirely in Your Browser",
    "summary":   "Velxio is a browser-based Arduino and embedded systems emulator supporting 19 microcontroller boards and 5 CPU architectures. Write code in Monaco Editor, compile in-browser, simulate components visually, and test everything without hardware—no local installation required.",
    "date":      "Apr 5, 2026",
    "tags":      ["Self-Hosting","Embedded Systems","Arduino","Emulation","Open Source","Education"]
  },{
    "permalink": "https://fossengineer.com/selfhosting-velomate/",
    "title":     "VeloMate - Self-Hosted Cycling Analytics Without Strava Premium",
    "summary":   "VeloMate is a self-hosted cycling analytics platform that brings TeslaMate-style tracking to your training data. Automatically ingest activities from Strava, compute advanced fitness metrics locally (no premium required), visualize with Grafana dashboards, and plan intelligent routes using real OpenStreetMap data.",
    "date":      "Apr 4, 2026",
    "tags":      ["Self-Hosting","Docker","Analytics","Cycling","Fitness","Open Source"]
  },{
    "permalink": "https://fossengineer.com/selfhosting-pangolin-cloudflared-tunnel-alternative/",
    "title":     "Exposing Services with no Port Forwarding: Pangolin with Docker",
    "summary":   "How to expose home services running on a Raspberry Pi or any home server to the internet without forwarding any router port and without publishing your home IP — using Pangolin (server on a cheap VPS) + Newt (client at home) + a Cloudflare-managed domain.",
    "date":      "Jul 17, 2025",
    "tags":      ["Docker","Self-Hosting","Home-Lab","Security","Networking"]
  },{
    "permalink": "https://fossengineer.com/understanding-open-source-licenses/",
    "title":     "Understanding Open Source Licenses",
    "summary":   "Understand the differences between permissive and copyleft licenses, learn which ones are best for commercial use, and discover how to stay compliant.",
    "date":      "Jun 13, 2025",
    "tags":      ["Self-Hosting"]
  },{
    "permalink": "https://fossengineer.com/selfhosting-traefik/",
    "title":     "Self-Hosting and HTTPs with Traefik",
    "summary":   "How to use Traefik and Setup Cloudflare DNS Challenge to get HTTPs on all your HomeLab Applications.",
    "date":      "May 31, 2025",
    "tags":      ["Self-Hosting"]
  },{
    "permalink": "https://fossengineer.com/posts/selfhost-commento-docker/",
    "title":     "Self-Host Commento with Docker: A Privacy-Focused Commenting System",
    "summary":   "Introduction to Commento Commento is an open-source, lightweight, and privacy-focused commenting system that you can self-host.\nUnlike traditional commenting systems, Commento doesn\u0026rsquo;t track your users, respects their privacy, and is fully compliant with GDPR and other privacy regulations.\nWhy Choose Commento? Privacy-focused: No tracking, no ads, no analytics Lightweight: Fast-loading with minimal JavaScript Open Source: Full control over your data, with MIT license Markdown Support: Format your comments easily Email Notifications: Get notified of new comments Moderation Tools: Full control over comments And\u0026hellip;anonymous comments!\nPrerequisites Before we begin, make sure you have the following:\nA server with Docker and Docker Compose installed A domain name pointing to your server (recommended) Basic knowledge of Docker and the command line Installation with Docker Compose First, create a new directory for your Commento setup: mkdir commento \u0026amp;\u0026amp; cd commento Create a docker-compose.yml file with the following content: version: \u0026#39;3\u0026#39; services: commento: image: registry.gitlab.com/commento/commento container_name: commento restart: always environment: - COMMENTO_ORIGIN=https://yourdomain.com - COMMENTO_PORT=8080 - COMMENTO_POSTGRES=postgres://commento:yourpassword@postgres:5432/commento?sslmode=disable - COMMENTO_GZIP_STATIC=true depends_on: - postgres ports: - \u0026#34;8080:8080\u0026#34; postgres: image: postgres:13-alpine container_name: commento_postgres restart: always environment: - POSTGRES_USER=commento - POSTGRES_PASSWORD=yourpassword - POSTGRES_DB=commento volumes: - postgres_data:/var/lib/postgresql/data volumes: postgres_data: Replace the following values in the docker-compose.yml:\n",
    "date":      "May 29, 2025",
    "tags":      ["selfhosting","docker","commenting","privacy","blogging"]
  },{
    "permalink": "https://fossengineer.com/selfhostable-note-taking-tools/",
    "title":     "Self-Hostable F/OSS Note-Taking Tools",
    "summary":   "Dive into Memos, Many Notes, and SilverBullet – three powerful F/OSS note-taking tools that prioritize data ownership and privacy through easy self-hosting with Docker.",
    "date":      "May 25, 2025",
    "tags":      ["Self-Hosting","Notes"]
  },{
    "permalink": "https://fossengineer.com/selfhosting-many-notes-docker/",
    "title":     "Self-Hosting Many Notes: Your Markdown Files, Your Control",
    "summary":   "Many Notes offers a powerful web-based Markdown note-taking experience with the ultimate control of direct filesystem access for your data, easily deployable with Docker.",
    "date":      "May 24, 2025",
    "tags":      ["Self-Hosting","Markdown","Docker","Flat-File"]
  },{
    "permalink": "https://fossengineer.com/selfhosting-memos-docker/",
    "title":     "Memos: Self-Hostable Feed of Thoughts \u0026 Notes",
    "summary":   "Memos offers a simple, fast, and self-hostable way to manage your notes and personal knowledge. Take full control of your personal knowledge",
    "date":      "May 24, 2025",
    "tags":      ["Self-Host","Docker"]
  },{
    "permalink": "https://fossengineer.com/selfhosting-eigenfocus-docker/",
    "title":     "Eigenfocus: Self-Host Your Project, Time, and Focus Hub",
    "summary":   "Learn to deploy Eigenfocus on your own server using Docker, bringing robust project and time management under your complete control.",
    "date":      "May 24, 2025",
    "tags":      ["Eigenfocus","Self-Host","Docker","Docker Compose","Project Management Software","Time Management","Personal Cloud"]
  },{
    "permalink": "https://fossengineer.com/raneto-markdown-knowledgebase-selfhosting/",
    "title":     "Self-Host Raneto: OSS Markdown Knowledge Base",
    "summary":   "An in-depth guide to self-hosting Raneto, a lightweight, file-based knowledge base system powered by Markdown and Node.js. Learn deployment options, configuration settings, and best practices for managing your own documentation hub.",
    "date":      "May 24, 2025",
    "tags":      ["OSS for Business"]
  },{
    "permalink": "https://fossengineer.com/joplin-docker-selfhosting/",
    "title":     "Self-Host a Joplin Server: Open Source Note-Taking",
    "summary":   "A step-by-step guide to deploying Joplin Server with Docker Compose, exploring its features, modules, and best practices for a secure, self-hosted note-taking solution.",
    "date":      "May 23, 2025",
    "tags":      ["OSS for Business"]
  },{
    "permalink": "https://fossengineer.com/selfhosting-silverbullet/",
    "title":     "Self-Hosting SilverBullet with Docker: Your Local-First PKM",
    "summary":   "Local-first, markdown-based personal knowledge management system with SilverBullet on Docker.",
    "date":      "May 22, 2025",
    "tags":      ["Self-Hosting","OSS for Business"]
  },{
    "permalink": "https://fossengineer.com/open-source-selfhostable-web-analytics-alternatives-ga/",
    "title":     "F/OSS Web Analytics Tools for a Better Internet",
    "summary":   "Discover F/OSS alternatives to Google Analytics, giving you control over your data and respecting user privacy.",
    "date":      "May 21, 2025",
    "tags":      ["Self-Hosting","Web Analytics","F/OSS","Google Analytics","Privacy-Focused","OWA"]
  },{
    "permalink": "https://fossengineer.com/setup-watchtower-with-docker/",
    "title":     "Keeping Your Self-Hosted Services Up-to-Date with Watchtower",
    "summary":   "Setting up watchtower.",
    "date":      "May 18, 2025",
    "tags":      ["Security"]
  },{
    "permalink": "https://fossengineer.com/selfhosting-vince-webanalytics/",
    "title":     "Self-Hosting Vince: Open Source Web Analytics",
    "summary":   "Learn to deploy and manage Vince, a zero-dependency self-hosted web analytics platform. Explore its architecture, modules, key algorithms and Docker deployment.",
    "date":      "May 17, 2025",
    "tags":      ["OSS for Business"]
  },{
    "permalink": "https://fossengineer.com/liwan-selfhosting/",
    "title":     "Liwan: Easy \u0026 Privacy-First Web Analytics",
    "summary":   "Liwan is a self-hosted, privacy-first web analytics platform written in Rust, featuring real-time dashboards, lightweight tracking, and customizable deployments. This guide covers features, architecture and deployment with Docker.",
    "date":      "May 17, 2025",
    "tags":      ["OSS for Business"]
  },{
    "permalink": "https://fossengineer.com/selfhosting-checkmate-container-monitoring/",
    "title":     "Checkmate: Self-Hosted Uptime \u0026 Infrastructure Monitoring",
    "summary":   "SelfHosting Checkmate for monitoring application providing real-time uptime, performance, and infrastructure metrics. It features customizable dashboards, email alerts, and status pages. You get full control of your data, scale to thousands of monitors, and deploy easily with Docker Compose.",
    "date":      "May 16, 2025",
    "tags":      ["OSS for Business"]
  },{
    "permalink": "https://fossengineer.com/rybbit-web-analytics-selfhosted/",
    "title":     "Rybbit Analytics: Self-Hosted Web \u0026 Product Analytics",
    "summary":   "An overview of Rybbit Analytics: architecture, key features, modules, dependencies, and self-hosted deployment.",
    "date":      "May 15, 2025",
    "tags":      ["OSS for Business"]
  },{
    "permalink": "https://fossengineer.com/selfhosting-lumenone/",
    "title":     "LumenOne: Open-Source Effortless Self-Hosted Web Management",
    "summary":   "Explore LumenOne, the free and open-source alternative to Plesk, built for self-reliant webmasters. Discover its architecture, modules, and how to deploy it on your own infrastructure.",
    "date":      "May 14, 2025",
    "tags":      ["OSS for Business"]
  },{
    "permalink": "https://fossengineer.com/selfhosting-filebrowser-docker/",
    "title":     "FileBrowser: Simple, Self-Hostable Web File Manager You Didn't Know You Needed",
    "summary":   "Take control of your files with this lightweight, self-hostable web file manager.",
    "date":      "May 11, 2025",
    "tags":      ["SelfHosting"]
  },{
    "permalink": "https://fossengineer.com/selfhosted-open-source-url-shorteners/",
    "title":     "Take Control of Your Links - Exploring Open-Source URL Shorteners",
    "summary":   "F/OSS url shorteners and how to set them up with docker. Snapp URL shortener with Container Setup.",
    "date":      "May 8, 2025",
    "tags":      ["OSS for Business"]
  },{
    "permalink": "https://fossengineer.com/medama-web-analytics-selfhosting/",
    "title":     "Medama Analytics Self-Hosting Guide",
    "summary":   "Medama Analytics offers a lightweight, self-hostable, privacy-first analytics platform, featuring a tiny cookie-free JavaScript tracker, Go-based API server, and React TypeScript dashboard. This review covers core modules, key algorithms, dependencies, and comprehensive deployment strategies using Docker or Fly.io, along with best practices for configuration, monitoring, and scaling.",
    "date":      "Apr 23, 2025",
    "tags":      ["OSS for Business"]
  },{
    "permalink": "https://fossengineer.com/sink-url-shortener-setup/",
    "title":     "[Setup] URl Shortener with Sink and Cloudflare",
    "summary":   "Sink, the F/OSS url shorteners you can setup with CLoudflare",
    "date":      "Apr 13, 2025",
    "tags":      ["OSS for Business"]
  },{
    "permalink": "https://fossengineer.com/setup-wireshark-with-docker/",
    "title":     "Network Deep Dive: Understanding and Using Wireshark with Docker",
    "summary":   "Setting up and using Wireshark within a Docker environment.",
    "date":      "Apr 11, 2025",
    "tags":      ["Security"]
  },{
    "permalink": "https://fossengineer.com/swetrix-webanalytics-selfhosting/",
    "title":     "Self-hosting Swetrix: Open Source Analytics with Docker",
    "summary":   "This guide explores self-hosting Swetrix Analytics, detailing setup with Docker containers, Nest.js backend, Remix frontend, MySQL \u0026amp; Clickhouse databases. Gaininsights into project structure, dependencies, and deployment best practices for open source, privacy-focused web analytics. Also covers static code analysis, modulebreakdown, configuration, and version release notes.",
    "date":      "Mar 23, 2025",
    "tags":      ["OSS for Business"]
  },{
    "permalink": "https://fossengineer.com/selfhosting-neko-browser/",
    "title":     "Neko Browser: Self-Hosting Your Private Browsing Experience",
    "summary":   "Enhancing privacy with Neko Browser. How to SelfHost Neko browser with Docker.",
    "date":      "Mar 10, 2025",
    "tags":      ["Privacy"]
  },{
    "permalink": "https://fossengineer.com/selfhosting-adventurelog/",
    "title":     "AdventureLog - SelfHostable Trip Planner",
    "summary":   "Want a beautiful and organized way to track your past adventures? Lets SelfHost AdventureLog with docker!",
    "date":      "Feb 16, 2025",
    "tags":      ["Travel with OSS"]
  },{
    "permalink": "https://fossengineer.com/selfhosting-airtrail/",
    "title":     "AirTrail - Your flight history with OSS",
    "summary":   "With AirTrail you can track and visualize your flight travel history. Learn how to setup AirTrail with Docker.",
    "date":      "Feb 15, 2025",
    "tags":      ["Travel with OSS"]
  },{
    "permalink": "https://fossengineer.com/how-to-use-deepseek-locally-for-free/",
    "title":     "Running DeepSeek v3 locally. With Open Source.",
    "summary":   "DeepSeekv3 is an open source model. Learn how to run it locally in your own computer (even with CPU only). Powered by Ollama and Open Web UI.",
    "date":      "Feb 8, 2025",
    "tags":      ["Self-Hosting","OSS for Business"]
  },{
    "permalink": "https://fossengineer.com/ollama-open-webui-setup-with-docker/",
    "title":     "Open Web UI - Using Ollama. Done Simpler",
    "summary":   "Run models locally. Use Ollama with Open Web UI to get a confortable interface for LLMs.",
    "date":      "Feb 7, 2025",
    "tags":      ["Gen-AI"]
  },{
    "permalink": "https://fossengineer.com/note-taking-markdown/",
    "title":     "Why markdown matters and can help you with the Notes",
    "summary":   "Markdown is just amazing. For note taking and even website creation",
    "date":      "Feb 5, 2025",
    "tags":      ["Self-Hosting","OSS for Business"]
  },{
    "permalink": "https://fossengineer.com/setup-tianji-with-docker/",
    "title":     "Simple Web Analytics with Tianji",
    "summary":   "Website Analytics + Uptime Monitor + Server Status with one docker container. Simply Tianji.",
    "date":      "Feb 4, 2025",
    "tags":      ["Self-Hosting","OSS for Business"]
  },{
    "permalink": "https://fossengineer.com/freshrss-docker-setup/",
    "title":     "Self-Hosting FreshRSS: Reclaim Your Attention and Subscribe Privately",
    "summary":   "A step-by-step guide to self-hosting FreshRSS with Docker on your server.",
    "date":      "Jan 23, 2025",
    "tags":      ["Web","Privacy","Self-Hosting"]
  },{
    "permalink": "https://fossengineer.com/setup-fail2ban-with-docker/",
    "title":     "Better Server security with Fail2Ban",
    "summary":   "Setting up Fail2Ban with NGINX with Docker.",
    "date":      "Jan 13, 2025",
    "tags":      ["Security"]
  },{
    "permalink": "https://fossengineer.com/alternatives-for-hosting-static-websites/",
    "title":     "Different ways to Host your Static Website",
    "summary":   "Alternative ways to Host Static Websites. Get a Web SSG generated for free and use it with your own domain. Propietary Free Tiers vs SelfHosting Static Sites.",
    "date":      "Dec 20, 2024",
    "tags":      ["Web","Dev"]
  },{
    "permalink": "https://fossengineer.com/free-open-source-llm-tools/",
    "title":     "LibreChat and A recap on F/OSS LLMs Tools and how to use them in 2024",
    "summary":   "Setup LibreChat with docker. Compared with different ways to setup LLMs locally - From Ollama to PrivateGPT",
    "date":      "Dec 17, 2024",
    "tags":      ["Gen-AI","Self-Hosting","Docker","OSS for Business"]
  },{
    "permalink": "https://fossengineer.com/understanding-containers-for-selfhosting/",
    "title":     "A Container Recap for All",
    "summary":   "How to setup Containers to create apps and SelfHost reliably.",
    "date":      "Dec 5, 2024",
    "tags":      ["Docker","Dev"]
  },{
    "permalink": "https://fossengineer.com/ai-elia/",
    "title":     "How to setup Elia AI ClI",
    "summary":   "Setup Elia AI CLI with docker to work with different LLMs: Open and Private ones",
    "date":      "Nov 29, 2024",
    "tags":      ["Gen-AI"]
  },{
    "permalink": "https://fossengineer.com/changing-hugo-theme/",
    "title":     "HUGO: Migrating the Site to Hextra",
    "summary":   "Im migrating this site from HUGO PaperMod to HUGO Hextra. A Recap on HUGO and SSGs. What Ive learnt so far.",
    "date":      "Nov 15, 2024",
    "tags":      ["Web","Dev"]
  },{
    "permalink": "https://fossengineer.com/hugo-theme-blowfish-customization/",
    "title":     "How to customize the Hugo Blowfish Theme",
    "summary":   "You might have heard about Wordpress. Today, you will learn how to create your website with another Free Open Source alternative, HUGO. Which offer a much faster response.",
    "date":      "Oct 15, 2024",
    "tags":      ["Web","Dev"]
  },{
    "permalink": "https://fossengineer.com/selfhosting-gitlab-docker/",
    "title":     "Self-Hosting Gitlab CE with Docker",
    "summary":   "An alternative to Github or BB to track your projects code history.",
    "date":      "Sep 28, 2024",
    "tags":      ["Self-Hosting","Docker","Dev"]
  },{
    "permalink": "https://fossengineer.com/open-source-invoice-creator/",
    "title":     "Creating Invoices with F/OSS - Serverless Invoices and More",
    "summary":   "How to use open source projects (serverless invoices and react invoices) for your business",
    "date":      "Aug 12, 2024",
    "tags":      ["OSS for Business"]
  },{
    "permalink": "https://fossengineer.com/selfhosting-favourite-aug-2024/",
    "title":     "What do I enjoy SelfHosting so far? Basket of Services with TailScale",
    "summary":   "My favourite Service to SelfHost as of August 2024. Together with Tailscale Docker Container",
    "date":      "Aug 3, 2024",
    "tags":      ["Self-Hosting","Home-Lab"]
  },{
    "permalink": "https://fossengineer.com/hosting-static-websites/",
    "title":     "SelfHosting your Static Websites",
    "summary":   "How create and host a website based on open source software. Hosting your SSG generated websites.",
    "date":      "Jul 27, 2024",
    "tags":      ["Web","Dev"]
  },{
    "permalink": "https://fossengineer.com/open-source-curriculum/",
    "title":     "Creating a CV with Open Source",
    "summary":   "Free Tools to Create a Powerful Curriculum. Selfhosting Open Resume and reactive resume",
    "date":      "Jul 11, 2024",
    "tags":      ["OSS for Business","Docker","Outro"]
  },{
    "permalink": "https://fossengineer.com/create-ppt-with-code/",
    "title":     "Open Source Tools To Create Presentations: MARP and more",
    "summary":   "Stay Productive with this Free and Open Source Tools to Create PPTs: Marp, SliDev and Remark",
    "date":      "Jul 2, 2024",
    "tags":      ["Dev"]
  },{
    "permalink": "https://fossengineer.com/selfhosting-your-own-tor-node-with-docker/",
    "title":     "Running a Tor Node: Bridges and Middle Relays with Docker",
    "summary":   "Exploring the TOR network: Setting up Tor Bridges and Middle Relays with Docker.",
    "date":      "Jul 1, 2024",
    "tags":      ["Security"]
  },{
    "permalink": "https://fossengineer.com/python-quick-ui-ai-projects/",
    "title":     "Quick UI's for AI Projects in Pure Python",
    "summary":   "Quickly Prototype Gen AI Web Apps in pure Python.",
    "date":      "Jun 27, 2024",
    "tags":      ["Gen-AI","Python","Dev"]
  },{
    "permalink": "https://fossengineer.com/how-to-use-slidev/",
    "title":     "Presentations for Developers - SliDev",
    "summary":   "Presentations for Developers - How to use SliDev to Create PPTs with Code",
    "date":      "Jun 1, 2024",
    "tags":      ["Dev","Web"]
  },{
    "permalink": "https://fossengineer.com/free-diagram-tools/",
    "title":     "Free Tools For Diagramming",
    "summary":   "Stay Productive with this Free and Open Source Diagramming Tools.",
    "date":      "May 15, 2024",
    "tags":      ["OSS for Business"]
  },{
    "permalink": "https://fossengineer.com/nextjs-ssg/",
    "title":     "The Power of Next.js to Make a Free Website",
    "summary":   "Next.js is not just for server-side rendering. Build a static sites that are fast, secure, and scalable. NextJS is great if you are a developers looking to enhance your web projects.",
    "date":      "May 2, 2024",
    "tags":      ["Web","Dev"]
  },{
    "permalink": "https://fossengineer.com/selfhosting-dify-ai-docker/",
    "title":     "SelfHosting Dify AI: No Code AI Apps",
    "summary":   "Selfhosting Dify AI with Docker. Vector Database for Gen AI Projects.",
    "date":      "Apr 25, 2024",
    "tags":      ["Gen-AI","Self-Hosting","Docker"]
  },{
    "permalink": "https://fossengineer.com/pezzo-ai-with-docker/",
    "title":     "Pezzo AI - Free AI Platform",
    "summary":   "A guide on how to use Pezzo AI with Docker - The developer first AI Platform.",
    "date":      "Apr 10, 2024",
    "tags":      ["Docker","Gen-AI"]
  },{
    "permalink": "https://fossengineer.com/selfhosting-metagpt/",
    "title":     "MetaGPT: Open Source Multi-Agent Framework",
    "summary":   "Develope your ideas faster with MetaGPT - F/OSS AI Multi Agent Framework.",
    "date":      "Mar 23, 2024",
    "tags":      ["Gen-AI","Self-Hosting","Docker"]
  },{
    "permalink": "https://fossengineer.com/ai-MindsDB-with-docker/",
    "title":     "Fast AI Apps with SQL - MindsDB",
    "summary":   "Connect your data to a full ecosystem of state-of-the-art of ML and LLMs with MindsDB",
    "date":      "Mar 15, 2024",
    "tags":      ["Self-Hosting","Docker"]
  },{
    "permalink": "https://fossengineer.com/transmission-with-vpn-torrent/",
    "title":     "Torrenting with Transmission and VPN (Proton and Nord VPN)",
    "summary":   "Self-hosting Transmission using Docker (and VPN: Gluetun with Proton or Nord VPN). Use P2P responsibely while keeping your privacy.",
    "date":      "Mar 9, 2024",
    "tags":      ["Docker","Self-Hosting","Home-Lab"]
  },{
    "permalink": "https://fossengineer.com/selfhosting-chatwoot/",
    "title":     "SelfHosting ChatWoot - Customer Engagement Platform",
    "summary":   "SelHosting ChatWoot - Open-source live-chat, email support, omni-channel desk. An alternative to Intercom, Zendesk, Salesforce Service Cloud.",
    "date":      "Feb 23, 2024",
    "tags":      ["Gen-AI","Self-Hosting","Docker"]
  },{
    "permalink": "https://fossengineer.com/selfhosting-flowise-ai/",
    "title":     "FlowiseAI: AI Apps with Low Code UI",
    "summary":   "Developing LLMs APPs faster with UI together with Flowise AI. Start your Low Code AI journey.",
    "date":      "Feb 20, 2024",
    "tags":      ["Gen-AI","Self-Hosting","Docker"]
  },{
    "permalink": "https://fossengineer.com/python-dependencies-for-ai/",
    "title":     "How to Manage Python Dependencies (for AI and not Only)",
    "summary":   "The fastest way to start trying Generative AI Python Projects that have been open sourced. Get the dependencies right and run simply run them.",
    "date":      "Feb 3, 2024",
    "tags":      ["Gen-AI","Self-Hosting","Python","Dev"]
  },{
    "permalink": "https://fossengineer.com/ollama-web-ui/",
    "title":     "Making Ollama Better - OLLama Web UI",
    "summary":   "OLLama is an amazing project. And Ollama Web UI makes it even better. Control your local LLMs with this F/OSS UI built on top of Ollama.",
    "date":      "Jan 15, 2024",
    "tags":      ["Gen-AI","Self-Hosting","Docker"]
  },{
    "permalink": "https://fossengineer.com/selfhosting-vector-admin-docker/",
    "title":     "Vector DBs? Local LLMs? How to Setup Vector Admin",
    "summary":   "Managing VectorDBs with UI with to VectorAdmin. SelfHost VectorAdmin with Docker and use it with Local VectorDBs.",
    "date":      "Jan 3, 2024",
    "tags":      ["Gen-AI","Self-Hosting","Docker"]
  },{
    "permalink": "https://fossengineer.com/ai-agents-crewai/",
    "title":     "Local AI Agents with CrewAI (and Ollama)",
    "summary":   "Using Local LLMs with Ollam and making them Interact thanks to CrewAI. Guide to SelfHost Conversational AI.",
    "date":      "Dec 29, 2023",
    "tags":      ["Gen-AI","Self-Hosting","Docker"]
  },{
    "permalink": "https://fossengineer.com/selfhosting-logseq/",
    "title":     "LogSeq: AI Powered Notes (with Ollama)",
    "summary":   "SelfHosting LogSeq - Build a private knowledge base that can be used together with Ollama. A Free Obsidian alternative",
    "date":      "Dec 15, 2023",
    "tags":      ["Self-Hosting","Docker","Gen-AI"]
  },{
    "permalink": "https://fossengineer.com/selfhosting-llms-ollama/",
    "title":     "Deploy local LLMs like Containers - OLLama Docker",
    "summary":   "OLLama is a great FOSS project that allow us to deploy LLMs locally and manage them in a way familiar for Docker users.",
    "date":      "Nov 28, 2023",
    "tags":      ["Gen-AI","Self-Hosting","Docker"]
  },{
    "permalink": "https://fossengineer.com/selfhosting-privateGPT/",
    "title":     "PrivateGPT: Local LLMs to Chat with your Docs",
    "summary":   "Lets use LLMs Locally with PrivateGPT and Docker. Chat with your Documents while Keeping Data Safe and Private.",
    "date":      "Nov 25, 2023",
    "tags":      ["Gen-AI","Self-Hosting","Docker"]
  },{
    "permalink": "https://fossengineer.com/selfhosting-chromadb-docker/",
    "title":     "SelfHosting ChromaDB - Free Vector DB for AI Projects",
    "summary":   "Selfhosting ChromaDB with Docker. Vector Database for Gen AI Projects.",
    "date":      "Nov 17, 2023",
    "tags":      ["Gen-AI","Self-Hosting","Docker"]
  },{
    "permalink": "https://fossengineer.com/selfhosting-whishper-with-docker/",
    "title":     "Local Audio Transcription with Whishper",
    "summary":   "Installing Whishper with Docker, the Free, Local and Open-Source Audio Transcription.",
    "date":      "Nov 15, 2023",
    "tags":      ["Gen-AI"]
  },{
    "permalink": "https://fossengineer.com/selfhosting-Tabby-coding-assistant/",
    "title":     "Tabby ML: Free Github Copilot Alternative",
    "summary":   "Lets SelfHost Tabby, a Free and Local Coding Assistant. Use Open Source LLMs, and interact with them locally, using regular CPUs to help you Code for Free. Say Goodbye to Copilot and the Cloud.",
    "date":      "Nov 3, 2023",
    "tags":      ["Gen-AI","Self-Hosting","Docker"]
  },{
    "permalink": "https://fossengineer.com/selfhosting-excalidraw/",
    "title":     "Miro Alternative: Selfhosting ExcaliDraw with Docker",
    "summary":   "Stay Productive with this F/OSS Miro Alternative. ExcaliDraw with Docker.",
    "date":      "Oct 11, 2023",
    "tags":      ["Self-Hosting","Docker"]
  },{
    "permalink": "https://fossengineer.com/selfhosting-stable-difussion-docker/",
    "title":     "Stable Difussion WebUI - Locally with Automatic111",
    "summary":   "Running Stable Difussion Locally with Automatic111 and Docker",
    "date":      "Sep 15, 2023",
    "tags":      ["Gen-AI","Docker","Self-Hosting"]
  },{
    "permalink": "https://fossengineer.com/koboldcpp/",
    "title":     "Local LLMs with koboldcpp",
    "summary":   "Using Local LLMs with koboldcpp . Guide to SelfHost LLMs (Run any GGML and GGUF models locally).",
    "date":      "Sep 10, 2023",
    "tags":      ["Gen-AI"]
  },{
    "permalink": "https://fossengineer.com/hosting-with-cloudflare-pages/",
    "title":     "Cloudflare Pages: FREE Hosting for Any Static Site",
    "summary":   "Whether you are using HUGO, Jekyll, or plain HTML, Cloudflare Pages provides a robust, scalable, and free hosting solution. Learn how its seamless integration and powerful features can benefit your web projects.",
    "date":      "Sep 3, 2023",
    "tags":      ["Web","Dev"]
  },{
    "permalink": "https://fossengineer.com/hosting-with-github-pages/",
    "title":     "GitHub Pages as FREE Web Hosting",
    "summary":   "Sharing your great ideas with the world is possible by using GitHub Pages for FREE. It provides a straightforward platform with a free domain, and you can also link your custom domain.",
    "date":      "Sep 1, 2023",
    "tags":      ["Web","Dev"]
  },{
    "permalink": "https://fossengineer.com/hosting-with-firebase/",
    "title":     "Firebase as FREE Web Hosting - 101 Guide",
    "summary":   "Benefit of free hosting with Google Firebase. Firebase has a free tier and you also get a free domain to start with. You can also link your custom domain.",
    "date":      "Aug 30, 2023",
    "tags":      ["Web","Dev"]
  },{
    "permalink": "https://fossengineer.com/selfhosting-dockge/",
    "title":     "Dockge - Managing Containers with UI",
    "summary":   "SelfHosting with Dockge and Docker. A Portainer Alternative",
    "date":      "Aug 15, 2023",
    "tags":      ["Docker","Self-Hosting"]
  },{
    "permalink": "https://fossengineer.com/Local-LLMs-with-cpu/",
    "title":     "SelfHosting TextGenWebUI - LLMs Locally",
    "summary":   "Explore the capabilities of Generative text AI models. Dive into Open Source LLMs, and learn how to interact with them locally and for FREE. Text Generation Web UI with CPU.",
    "date":      "Aug 15, 2023",
    "tags":      ["Gen-AI","Self-Hosting","Docker"]
  },{
    "permalink": "https://fossengineer.com/learning-with-generative-ai/",
    "title":     "GenAI and Prompts: The Learning Revolution (Updated Dec23)",
    "summary":   "Learning how to learn. How to get the most of LLMs to accelerate your learning.",
    "date":      "Jul 9, 2023",
    "tags":      ["Outro","Gen-AI"]
  },{
    "permalink": "https://fossengineer.com/selfhosting-jenkins-ci-cd/",
    "title":     "Self-Hosting Jenkins: Your own CI/CD tool",
    "summary":   "Lets configure Jenkins - An open source CI/CD Tool.",
    "date":      "Jul 5, 2023",
    "tags":      ["Self-Hosting","Docker"]
  },{
    "permalink": "https://fossengineer.com/selfhosting-qBittorrent-with-docker-and-VPN/",
    "title":     "Torrenting in Docker: qBittorrent and VPN (Mullvad)",
    "summary":   "Self-hosting qBittorrent using Docker (and VPN: Gluetun with Mullvad). Learn how to maintain control, enhance privacy, and boost security in your torrenting activities.",
    "date":      "Jun 18, 2023",
    "tags":      ["Docker","Self-Hosting"]
  },{
    "permalink": "https://fossengineer.com/selfhosting-webtops-docker/",
    "title":     "Productivity Anywhere with Webtops (and Docker)",
    "summary":   "Elevate Your Productivity: Use Webtops with this simple Docker Installation, enabling device flexibility for enhanced productivity across diverse platforms and locations.",
    "date":      "Jun 16, 2023",
    "tags":      ["Docker","Self-Hosting"]
  },{
    "permalink": "https://fossengineer.com/using-bard-selfhosting-firefox-with-vpn-and-docker/",
    "title":     "Using Google's Bard Anywhere: Docker, Firefox and VPN",
    "summary":   "Using Google BARD Anywhere by installing Firefox in a Docker container and routing its traffic through a VPN. This secure setup enhances your online privacy and data protection, ensuring safer browsing.",
    "date":      "May 21, 2023",
    "tags":      ["Docker","Self-Hosting"]
  },{
    "permalink": "https://fossengineer.com/gluetun-vpn-docker/",
    "title":     "Gluetun - Your VPN Client for Docker Containers",
    "summary":   "Routing Docker Containers Traffic Through VPNs: Gluetun client with Docker.",
    "date":      "May 3, 2023",
    "tags":      ["Docker","Self-Hosting"]
  },{
    "permalink": "https://fossengineer.com/building-docker-container-images/",
    "title":     "Building Docker Images: Github Actions vs Local Builds",
    "summary":   "Discovering the differences between building Docker images using the Cloud and Local Builds. Comparing the advantages and limitations, such as automation, resource usage, and build times. Example: Python DASH",
    "date":      "Mar 6, 2023",
    "tags":      ["Docker","Python","Dev"]
  },{
    "permalink": "https://fossengineer.com/docker-github-actions-cicd/",
    "title":     "Github Actions - Building and Pushing Containers with CI/CD",
    "summary":   "Guide -  How to use Github Actions as your CI/CD tool to build and push Docker containers automatically.",
    "date":      "Mar 5, 2023",
    "tags":      ["Docker","Dev"]
  },{
    "permalink": "https://fossengineer.com/selfhosting-internet-speed-tracker-with-docker/",
    "title":     "Home Internet Monitoring: SpeedTrackers with Docker",
    "summary":   "Rootcausing slow home internet speeds with Docker and couple of free open souce solutions: OpenSpeedTest and SpeedTest-Tracker. How to pinpoint the root cause of connectivity issues, optimize your network, and ensure a faster online experience.",
    "date":      "Feb 18, 2023",
    "tags":      ["Docker","Self-Hosting","Home-Lab"]
  },{
    "permalink": "https://fossengineer.com/selfhosting-netdata/",
    "title":     "Monitoring AI Servers: Netdata",
    "summary":   "Installing Netdata with Docker, the free open-source monitoring tool to check how your AI server is doing with a realtime Dashboard.",
    "date":      "Jan 22, 2023",
    "tags":      ["Gen-AI","Docker","Self-Hosting"]
  },{
    "permalink": "https://fossengineer.com/selfhosting-grav-docker/",
    "title":     "Installing Grav CMS: A Powerful Flat File CMS",
    "summary":   "Installing Grav CMS with Docker. A user-friendly CMS that offers speed, flexibility, and security advantages. Discover how to build websites that are easy to maintain.",
    "date":      "Jan 15, 2023",
    "tags":      ["Web","Docker","Self-Hosting"]
  },{
    "permalink": "https://fossengineer.com/selfhosting-matrix-synapse-docker/",
    "title":     "Installing Matrix Server - Synapse with Docker (and Cloudflare).",
    "summary":   "Installing Matrix Server with Docker (and Cloudflare) - A decentralized messaging platform that provides a secure and privacy-focused alternative to centralized messaging services like Facebook/Whatsapp/Telegram.",
    "date":      "Jan 15, 2023",
    "tags":      ["Docker","Self-Hosting"]
  },{
    "permalink": "https://fossengineer.com/selfhosting-timelite-with-docker/",
    "title":     "Timelite: Free Tracking Time Tool",
    "summary":   "Installing Timelite with Docker - Boost your productivity with this OSS time tracking tool.",
    "date":      "Jan 7, 2023",
    "tags":      ["Docker","Self-Hosting"]
  },{
    "permalink": "https://fossengineer.com/selfhosting-ghost-docker/",
    "title":     "Ghost CMS with Docker - Your Alternative to Wordpress",
    "summary":   "Build a FREE website with Ghost CMS - Installing Ghost, together with Cloudflare Tunnels.",
    "date":      "Jan 6, 2023",
    "tags":      ["Docker","Self-Hosting","Web"]
  },{
    "permalink": "https://fossengineer.com/selfhosting-cloudflared-tunnel-docker/",
    "title":     "Exposing Services Safely: Cloudflare Zero-Trust Tunnel with Docker",
    "summary":   "Accessing Your Self Hosted Services WITHOUT Port Forwarding with Cloudflare. Discover the benefits of Cloudflare Zero Tunnel deployed with Docker for securing connections and expose services securely on a global scale.",
    "date":      "Jan 6, 2023",
    "tags":      ["Docker","Self-Hosting","Home-Lab"]
  },{
    "permalink": "https://fossengineer.com/selfhosting-Gogs-with-Docker/",
    "title":     "Self-Hosting your Github Alternative - Gogs",
    "summary":   "An alternative to Github or Bitbucket to track your projects code history. I will show you how to selfhost Gogs with Docker.",
    "date":      "Dec 2, 2022",
    "tags":      ["Self-Hosting","Docker","Dev"]
  },{
    "permalink": "https://fossengineer.com/airflow-docker/",
    "title":     "Airflow: The Hero of Data Workflows with Docker",
    "summary":   "SelfHosting Airflow with Docker",
    "date":      "Nov 21, 2022",
    "tags":      ["Docker","Python","Dev"]
  },{
    "permalink": "https://fossengineer.com/selfhosting-stirling-pdf/",
    "title":     "Stirling-PDF: Free \u0026 Open Source PDF Editor",
    "summary":   "SelfHosting a Free and Open PDF editor - StirlingPDF with Docker",
    "date":      "Nov 15, 2022",
    "tags":      ["Docker","Self-Hosting"]
  },{
    "permalink": "https://fossengineer.com/selfhosting-umami-with-docker/",
    "title":     "Alternative to Google Analytics - Umami",
    "summary":   "SelfHosting Umami with Docker. Forget about cookies pop-up, be GDPR compliant out of the box and learn how to use Umami together with HUGO SSG.",
    "date":      "Jun 18, 2022",
    "tags":      ["Web","Docker","Self-Hosting"]
  },{
    "permalink": "https://fossengineer.com/selfhosting-uptime-Kuma-docker/",
    "title":     "Monitor Websites Status - Uptime Kuma",
    "summary":   "Installin Uptime Kuma - the free and open-source monitoring tool that allows you to monitor the health and performance of your web applications and infrastructure.",
    "date":      "Jun 12, 2022",
    "tags":      ["Self-Hosting","Docker","Web"]
  },{
    "permalink": "https://fossengineer.com/web-hugo-github-pages/",
    "title":     "Deploying a Hugo Website with GH Actions",
    "summary":   "Another option to make your HUGO site available to the internet, is to use Github and Github Actions as CI/CD tool that will look for changes in our repository and build and deploy the changes to a free domain.",
    "date":      "Jun 5, 2022",
    "tags":      ["Web"]
  },{
    "permalink": "https://fossengineer.com/web-hugo-firebase/",
    "title":     "Free Hosting for your Web - Hugo with Google Firebase",
    "summary":   "You got a HUGO website ready locally. Now you want to Host it. Sharing your great static site with the world is possible by using Google Firebase for FREE. It has a free tier and you also get a free domain to start with. You can also link your custom domain.",
    "date":      "May 30, 2022",
    "tags":      ["Web"]
  },{
    "permalink": "https://fossengineer.com/astro-ssg/",
    "title":     "ASTRO - SSG: Awsome Websites for FREE",
    "summary":   "Getting familiar with Astro SSG and its themes. Showing you how to Find Themes for Astro and doing further customization to make your Websites look even better.",
    "date":      "Apr 17, 2022",
    "tags":      ["Web"]
  },{
    "permalink": "https://fossengineer.com/how-to-customize-a-hugo-website/",
    "title":     "How to IMPROVE a HUGO Website - Hugo Tips",
    "summary":   "How to make a HUGO Theme look even better. Tips to enhance your HUGO site and the F/OSS tools that you can use.",
    "date":      "Apr 17, 2022",
    "tags":      ["Web"]
  },{
    "permalink": "https://fossengineer.com/selfhosting-wordpress-docker/",
    "title":     "Creating a Website with Wordpress",
    "summary":   "Deploying WordPress with Docker.A simple way to get your website up and running. Easily install and manage WordPress - An user-friendly platform for creating your website.",
    "date":      "Mar 5, 2022",
    "tags":      ["Docker","Self-Hosting","Web"]
  },{
    "permalink": "https://fossengineer.com/selfhosting-WatchYourLAN-docker/",
    "title":     "How to check devices connected at Home Internet - WatchYourLAN",
    "summary":   "You might be looking for some open source monitoring tool for your LAN. In this post I will cover how to install WatchYourLAN in Docker for that purpose.",
    "date":      "Feb 25, 2022",
    "tags":      ["Docker","Self-Hosting"]
  },{
    "permalink": "https://fossengineer.com/selfhosting-chevereto-docker/",
    "title":     "Chevereto: The Image Hosting Platform You Need to Know About",
    "summary":   "What Chevereto is, how it works, and why you might want to consider using it for your own image hosting needs.",
    "date":      "Feb 20, 2022",
    "tags":      ["Docker","Self-Hosting"]
  },{
    "permalink": "https://fossengineer.com/selfhosting-drawio-with-docker/",
    "title":     "Self-Hosting your Diagram Tools - Drawio",
    "summary":   "Drawio - A FOSS Flowchart Maker (or network diagram software, to create UML online, as an ER diagram tool, to design database schema\u0026hellip;) that I will show you how to selfhost with Docker.",
    "date":      "Dec 2, 2021",
    "tags":      ["Self-Hosting","Docker","Dev"]
  },{
    "permalink": "https://fossengineer.com/selfhosting-Photoview-docker/",
    "title":     "Google Photos FREE Alternative - Photoview",
    "summary":   "Google Photos is no longer free. Fortunately there are some open alternatives to have a self-hosted and local Google Photos. Lets deploy with Docker Photoview.",
    "date":      "Sep 17, 2021",
    "tags":      ["Docker","Self-Hosting"]
  },{
    "permalink": "https://fossengineer.com/jekyll-ssg/",
    "title":     "Your Static Web Sites with Jekyll",
    "summary":   "Create a Website to Improve your online Presence. Make your Github Projects visible and better documented by using Jekyll SSG together with Github Pages.",
    "date":      "Sep 5, 2021",
    "tags":      ["Web"]
  },{
    "permalink": "https://fossengineer.com/docker-alternatives-for-data-analytics/",
    "title":     "Docker Alternatives: Hello Podman",
    "summary":   "Docker is not the only one. How to use Podman to Streamline your workflows, improve security, and enable better resource management in your data-driven applications.",
    "date":      "Aug 22, 2021",
    "tags":      ["Docker","Self-Hosting"]
  },{
    "permalink": "https://fossengineer.com/docker-container-registries/",
    "title":     "The Container Registry Landscape",
    "summary":   "A Comprehensive Guide for Discovering the world of container registries - one pilar to optimize our development workflow. Comparing popular options like Docker Hub, Quay, GitLab, GitHub, and Google Cloud. Learn their unique features, strengths, and weaknesses.",
    "date":      "Aug 21, 2021",
    "tags":      ["Docker","Dev"]
  },{
    "permalink": "https://fossengineer.com/selfhosting-Gitea-docker/",
    "title":     "Self-Hosting your GIT - Gitea",
    "summary":   "You might be looking for some alternative to Github or Bitbucket to track your code changes on some project. In this post we will selfhost Gitea with docker for that purpose.",
    "date":      "Jun 12, 2021",
    "tags":      ["Docker","Self-Hosting","Dev"]
  },{
    "permalink": "https://fossengineer.com/selfhosting-Leantime-docker/",
    "title":     "How to setup your MS Project Alternative - Leantime",
    "summary":   "Whether you are creating the roadmap for some personal project or checking critical path for a team task, you will be in need of a Project Management tool. Leantime is a free open source tool for that purpose.",
    "date":      "Jun 5, 2021",
    "tags":      ["Docker","Self-Hosting"]
  },{
    "permalink": "https://fossengineer.com/selfhosting-Trilium-docker/",
    "title":     "Reasons to have your own notes app - Trilium",
    "summary":   "You might be looking for some alternative to OneNotes. Lets SelfHost Trilium with dockerto have our local and private knowledge base.",
    "date":      "May 9, 2021",
    "tags":      ["OSS for Business","Self-Hosting"]
  },{
    "permalink": "https://fossengineer.com/focalboard-docker/",
    "title":     "How to Setup your Kanban Board - FocalBoard",
    "summary":   "In search to improve the efficiency of your team and your projects, you will might need to have a kanbar board to optimize the workflow. Focalboard is an Open Source tool that we can self-host with Docker for this task.",
    "date":      "Apr 15, 2021",
    "tags":      ["Docker","Self-Hosting"]
  },{
    "permalink": "https://fossengineer.com/selfhosting-samba/",
    "title":     "How to Setup your Local SMB Server - Samba",
    "summary":   "You might be looking for an open source tool that enables Linux/ machines to communicate with Windows machines in a Network. This guide will help you by installing Samba with Docker.",
    "date":      "Mar 15, 2021",
    "tags":      ["Docker","Self-Hosting"]
  },{
    "permalink": "https://fossengineer.com/selfhosting-whoogle-docker/",
    "title":     "SelfHosting Whoogle: how to use Google without Trackers",
    "summary":   "Lets Selfhost Whoogle with Docker step by step. An alternative to Google Search that respects privacy, but at the same time provides with relevant search results.",
    "date":      "Feb 17, 2021",
    "tags":      ["Docker","Self-Hosting"]
  },{
    "permalink": "https://fossengineer.com/selfhosting-nginx-proxy-manager-docker/",
    "title":     "Exposing multiple Docker Services with NGINX with HTTPs",
    "summary":   "Setting up and Nginx Proxy Manager. Exposing services securely with NGINX and get Automatic https certificates with letsencrypt.",
    "date":      "Feb 2, 2021",
    "tags":      ["Docker","Self-Hosting"]
  },{
    "permalink": "https://fossengineer.com/selfhosting-portainer-docker/",
    "title":     "Deploying Containers without the Terminal - Portainer",
    "summary":   "When starting your self-hosting journey you might be not 100% confident with the terminal. By installing Portainer - you will have a tool to manage containers with a graphical interface.",
    "date":      "Jan 15, 2021",
    "tags":      ["Docker","Self-Hosting"]
  },{
    "permalink": "https://fossengineer.com/selfhosting-PiHole-docker/",
    "title":     "How to Block adds in all home devices - PiHole",
    "summary":   "PiHole is a free open source tool that we can selfhost with docker to block ad domains, so that they wont appear in any device connected to our router. Here is the guide.",
    "date":      "Oct 25, 2020",
    "tags":      ["Docker","Self-Hosting"]
  }]
