SHSanskriti Harmukhinvultr.hashnode.dev·6d ago · 6 min readDeploying SFTPGo as an Azure Storage SFTP Alternative on LinuxAzure Storage SFTP is Microsoft's managed file transfer service on top of Azure Blob Storage, convenient, but billed continuously per endpoint (roughly \(0.30/hour, ~\)220/month) and tied to Azure AD.00
SHSanskriti Harmukhinvultr.hashnode.dev·6d ago · 6 min readDeploying Redpanda Kafka-Compatible Streaming Platform on Ubuntu 24.04Redpanda is a Kafka-API-compatible streaming platform written in C++ with no JVM and no ZooKeeper. This guide installs Redpanda on Ubuntu 24.04, secures it with a Let's Encrypt certificate and SASL/SC00
SHSanskriti Harmukhinvultr.hashnode.dev·6d ago · 3 min readDeploying PocketBase - Open-Source Go Backend Platform on LinuxPocketBase is an open-source backend written in Go that bundles a real-time SQLite database, authentication, file uploads, and an admin dashboard into a single binary . This guide deploys PocketBase u00
SHSanskriti Harmukhinvultr.hashnode.dev·6d ago · 3 min readDeploying Plausible Analytics - Self-Hosted Web Analytics PlatformPlausible Analytics is an open-source, self-hosted web analytics tool that tracks traffic without cookies or personal data collection, a privacy-first alternative to Google Analytics. This guide deplo00
SHSanskriti Harmukhinvultr.hashnode.dev·6d ago · 4 min readDeploying Ngrok Ingress Controller on KubernetesNgrok is a distributed reverse proxy that exposes applications to the internet via a masked external domain, without touching internal networking. The Ngrok Ingress Controller brings that model to Kub00