DevOps

Questions about servers, Docker, CI/CD, scripts, and deployment.

DevOpsAzure Workbooks: Remove Aggregation Labels & Enable Tooltips

Remove (Avg)/(Sum) labels from Azure Workbooks legends and enable hover tooltips by renaming KQL columns, using make-series, and switching to line/bar charts.

1 answer 1 view
DevOpsCloudFront Viewer Country Headers Missing in API Gateway Lambda

Fix CloudFront-Viewer-Country-Name, Region headers not reaching Lambda via API Gateway after Nov 2023 change. Configure Origin Request Policy, Lambda proxy integration, Regional API Gateway, or Lambda@Edge workaround for reliable forwarding.

1 answer 1 view
DevOpsFix LibreChat MCP Stuck: Docker UID/GID Warnings Guide

Troubleshoot LibreChat MCP stuck at 'Creating new instance' and Docker UID/GID warnings. Add numeric UID/GID to .env, verify ClickHouse, and check logs & perms.

1 answer 1 view
DevOpsKubernetes NodePort Minikube: React Not Loading Fix

Troubleshoot Kubernetes NodePort not accessible on Minikube for React frontend served by Nginx. Fix blank pages, config substitution, networking issues with minikube service, port-forward, and proxy solutions.

1 answer 1 view
DevOpsUpload 4GB Files to MinIO with mc cp: Fix Timeout Errors

Fix 'context deadline exceeded' when uploading large files (~4GB) to MinIO using mc cp. Tune multipart part-size (64-128MiB), parallelism, proxy timeouts (Nginx 30m), and server configs for reliable uploads.

1 answer 1 view
DevOpsFix cURL Error 60 SSL Certificate in Docker Debian

Resolve cURL error 60: SSL certificate problem in Docker Debian Bullseye. Update CA certificates, upgrade base image, or fix trust store for Laravel Guzzle HTTPS APIs securely.

1 answer 2 views
DevOpsSynology MailPlus: Email Domain Login Fails, Local Works

Troubleshoot Synology MailPlus authentication issues where login fails for email domains like user1@mydomen.ru but succeeds with local domain user1@mydomen.local. Learn Directory Server role, alias priority, and step-by-step fixes.

1 answer 2 views
DevOpsFix MariaDB Error 1364 in Dockerized PHP Yii App - SQL Mode

Fix MariaDB 1364 in Dockerized PHP Yii apps: SQL mode (STRICT_TRANS_TABLES) causes NOT NULL insert failures. Learn quick fixes using docker-compose or my.cnf.

1 answer 1 view
DevOpsEnable 2FA/MFA in Alfresco 7.4: Keycloak Guide

Learn how to enable Two-Factor Authentication (2FA/MFA) in Alfresco Content Services 7.4 using external IdPs like Keycloak, Azure AD, or Okta. No native support—follow official guides for secure Alfresco authentication via SAML/OIDC.

1 answer 1 view
DevOpsProxmox Cluster: Redundant Ring Network with Corosync

Guide to configure a redundant Proxmox cluster network using Corosync rings on spare NICs. Includes IPs, knet/corosync config, link priorities, and failover testing.

1 answer 1 view
DevOpsBest Free Vibe Coding Courses + VPS Deployment Guide

Free vibe coding courses compared (Microsoft, Coursera, Great Learning). Includes step-by-step VPS deployment for vibe-code projects on Ubuntu with PM2 + Nginx.

1 answer 1 view
DevOpsFix root:root Bind-Mount Ownership in VS Code Dev Containers

Fix root:root ownership for bind-mounted files in VS Code Dev Containers on Docker WSL2. Why chown fails and options: WSL2 filesystem, Docker volumes, or rsync.

1 answer 1 view
DevOpsAWS Glue BigQuery Connection Go SDK v2: Fix SparkProperties & secretId

Fix InvalidInputException when creating AWS Glue native BigQuery connection with Go SDK v2. Configure SparkProperties JSON with secretId for Secrets Manager GCP credentials correctly.

1 answer 1 view
DevOpsFilter Kubernetes dependency telemetry in App Insights

Drop internal Kubernetes HTTP dependencies in Application Insights with an ITelemetryProcessor. Filter by target/URL, type, or duration; or use OTEL/sampling.

1 answer 1 view
DevOpsGit PR Shows Hundreds Unexpected File Changes Fix

Why does your Git pull request show hundreds of unexpected file changes after adding one file? Learn about merge-base issues, line endings (CRLF/LF), and fixes like rebasing, fresh branches, or .gitattributes normalization for safe merges.

1 answer 1 view
DevOpsAnsible JSON File: Loop, Filter, Replace in Playbooks

Learn Ansible playbook steps to create JSON files, check existence, copy to directories, loop with custom loop_var, filter by tech_stack, remove ansible entries, and replace dark theme with light theme. Full code examples.

1 answer 1 view
DevOpsConfigure NGINX Ingress Server-Snippet for MinIO Redirection

Learn how to configure Kubernetes NGINX Ingress to allow server-snippet annotations for MinIO redirection, resolving risky annotation validation errors with proper controller configuration.

1 answer 2 views
DevOpsFix HTTP/2 Stalls Chrome Next.js AWS ALB Node.js

Resolve HTTP/2 requests stalling in Chrome from Next.js frontend to Node.js backend behind AWS ALB. Causes like protocol translation, keep-alive mismatches, PM2 clustering. Diagnostics, ALB tweaks, Node config fixes.

1 answer 2 views
DevOpsFix Cloud Tasks 403 to Cloud Run - OIDC Token Fix Guide

Fix intermittent 403s when Cloud Tasks calls internal Cloud Run via OIDC. Match audience to service URL, grant roles/run.invoker to SA, and verify IAM/VPC.

1 answer 1 view
DevOpsConfigure Exchange 2016 NDR with Proxmox Mail Gateway

Step-by-step guide to configure NDR sending in Exchange Server 2016 with Proxmox Mail Gateway (PMG). Prevent backscatter by disabling external NDRs, using RemoteDomain settings, SMTP rejection, and whitelisting trusted domains.

1 answer 1 view