Tag

Basic Auth

1 views collected around this technical thread.

Linux Ops Smart Journey
Linux Ops Smart Journey
Jun 5, 2025 · Cloud Native

Secure Longhorn UI on Kubernetes: Add Basic Auth and Enable HTTPS

This guide walks you through securing the Longhorn UI in a Kubernetes environment by configuring basic authentication and enabling HTTPS via Ingress and cert‑manager, including prerequisite setup, secret creation, Helm upgrades, and verification steps to ensure production‑grade protection.

Basic AuthHTTPSIngress
0 likes · 6 min read
Secure Longhorn UI on Kubernetes: Add Basic Auth and Enable HTTPS
Efficient Ops
Efficient Ops
Sep 20, 2023 · Backend Development

Master Nginx: Multi-Domain, Auth, Autoindex, and Reverse Proxy Tricks

This guide walks through practical Nginx configurations—including serving multiple domains, setting up basic authentication, enabling directory listings, defining default sites, blocking unwanted IP access, handling verification files, configuring upstream reverse proxies, enabling keepalive, and redirecting 404 errors—to help operators and developers optimize their web server setups.

Basic AuthNginxReverse Proxy
0 likes · 8 min read
Master Nginx: Multi-Domain, Auth, Autoindex, and Reverse Proxy Tricks