Deploying VMs With Terraform In Proxmox
Terraform Prerequisites Promxox Server Resources Debian Cloud Images Terraform Proxmox Provider Install libguestfs-tools ssh root@proxmox-server apt update && apt install li...
Terraform Prerequisites Promxox Server Resources Debian Cloud Images Terraform Proxmox Provider Install libguestfs-tools ssh root@proxmox-server apt update && apt install li...
Watchtower is an application that will monitor your running Docker containers and watch for changes to the images that those containers were originally started from. If watchtower detects that an...
New Features Integrated Ceph Enterprise Repository Enhanced LDAP & Active Directory Synchronization Software-Defined Networking (SDN) Control Flexible Resource Mappings Two-Factor ...
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...