Installing Private S3 Storage - Minio
Minio MinIO is a high-performance, S3 compatible object store. It is built for large scale AI/ML, data lake and database workloads. It runs on-prem and on any cloud (public or private) and from...
Minio MinIO is a high-performance, S3 compatible object store. It is built for large scale AI/ML, data lake and database workloads. It runs on-prem and on any cloud (public or private) and from...
This blog will set up a simple reverse proxy and load balancing with traefik. Traefik is good for containerize environment. We can use a label in docker-compose.yml for config. Prerequisite Do...
I am using nginx proxy manager for my work. It is easy to do maintenance with GUI. But I am using traefik for my homelab. And I love to use traefik that has more built-in features for managing mic...
BIND 9 is a very flexible, full-featured DNS system You can deploy BIND for your own local network. I will using ubuntu/bind9 docker image to deploy. Prerequisite Docker / Podman (alternativ...
Convert VHDX To VMDK Virtual Box to convert Download Open Command Prompt as admin and run this command: cd C:\Program Files\Oracle\VirtualBox Next run the following command with the correct pa...
Containers are the way the world builds modern software applications, and Portainer is the way the world manages containers. With an intuitive UI, backed by codified best practices and cloud-nati...
Flask is a small and lightweight Python web framework that provides useful tools and features that make creating web applications in Python easier. Prerequisites Python3 pip git (optional...
Prerequisites Neovim v0.9.0+ git, make, pip, python, npm, node and cargo lazygit (optional) NOTE: This docs is based on Ubuntu 22.04 for example. Neovim v0.9 Adding this PPA to your...
What is Tailscale? Tailscale is a VPN service that makes the devices and applications you own accessible anywhere in the world, securely and effortlessly. It enables encrypted point-to-point connec...
The Pi-hole® is a DNS sinkhole that protects your devices from unwanted content without installing any client-side software. Preqre Helm Kubernetes cluster, my homelab is using k3s-cluster....