Skip to main content

Container Platform

n8n Container Deployment Guide - Docker Compose, Redis, and Reverse Proxy Setup
··2126 words·10 mins
Container Platform Docker n8n redis Nginx Proxy Manager
This guide details how to deploy the n8n workflow automation platform using Docker Compose. It covers basic configuration, integrating Redis for caching, and setting up a reverse proxy via Nginx Proxy Manager for secure HTTPS access.
Grafana Basic Deployment
·82 words·1 min
Container Platform Docker Grafana
This guide covers deploying Grafana using Docker, including directory setup, Docker Compose configuration, and initial login steps.
Docker Container Monitor - Monitoring Docker Container Status with Grafana
··597 words·3 mins
Container Platform Docker Grafana Monitor
This comprehensive guide demonstrates how to build a complete Docker container monitoring system using Prometheus, Node Exporter, cAdvisor, and Grafana. We’ll cover creating Docker networks, preparing Prometheus configuration, deploying monitoring services with Docker Compose, and configuring Grafana data sources and dashboards to effectively monitor Docker container performance and status.
Nginx Proxy Manager Monitor (NPM Monitor) - Monitoring NPM Proxy Status with Grafana
··828 words·4 mins
Container Platform Docker Nginx Proxy Manager Monitor
This guide walks you through setting up a monitoring system for Nginx Proxy Manager using Promtail, Loki, and Grafana. By parsing Nginx logs and visualizing the data, you can track traffic patterns, status codes, and other key metrics. We’ll cover deploying Grafana, Loki, and Promtail, configuring Nginx Proxy Manager with geoip2 and JSON logging, and setting up the data source and dashboard in Grafana.
Immich Deployment, Configuration, and Reverse Proxy - The Best Open-Source Alternative to Google Photos
··1141 words·6 mins
Container Platform Docker Immich Nginx Proxy Manager
This guide demonstrates how to deploy Immich using Docker Compose and Portainer, with detailed instructions for optimizing Traditional Chinese reverse geocoding for Taiwan, configuring video transcoding and machine learning hardware acceleration (using NVIDIA as an example), and replacing machine learning models.
n8n-ffmpeg: Integrating FFmpeg with n8n Docker Images via Automated Builds
··1021 words·5 mins
Container Platform n8n Docker ffmpeg github-actions
This article introduces n8n-ffmpeg, an open-source project that extends the official n8n Docker image by pre-installing FFmpeg and automatically syncing with the latest official releases. We will explore the automated build process, the technical adjustments required by recent official changes, and how to deploy it in a production environment.