-
Ubuntu ARM64 Vagrant Box Creation Script for UTM. This script downloads an Ubuntu Noble server cloud image and packages it as a Vagrant box. Download the Ubuntu Noble server cloud image for ARM64 architecture. Cloud images are optimized and minimal (~600MB) Create a Vagrantfile for the ARM-based box configuration. This defines the VM specifications: 2GB RAM and 2 CPU cores for UTM provider. Create directory structure for the Vagrant box. Vagrant boxes require specific metadata and configuration files. Create metadata.json – defines the box provider type and version. This file tells Vagrant which provider this box is designed for. Create…
-
adding iSCSI synology LUN to proxmox server. sgdisk –zap-all /dev/sdeparted /dev/sde mklabel gptparted -a optimal /dev/sde mkpart primary 0% 100%lsblk /dev/sdemkfs.ext4 /dev/sde1mkdir /mnt/storage_sdemount /dev/sde1 /mnt/storage_sde/dev/sde1 /mnt/storage_sde ext4 defaults 0 2
-
How to Add and Use Physical Disks in Proxmox VE This guide explains how to prepare, format, and attach physical disks /dev/sda and /dev/sdb to Proxmox VE for local storage usage. 1. Clean Existing Partitions from the Disk Run to wipe previous partitions and meta Or alternatively: 2. Create a New GPT Partition Table Use parted to set a new GPT label: 3. Create a Single Partition Covering the Whole Disk Check partitions: 4. Format the Partitions (ext4 Example) 5. Mount the Partitions Create mount points and mount the disks: Add to /etc/fstab for automatic mounting: 6. Add Storage in…
-
Automation deployment with FLUX to you k8s.
-
installing new VM based on CloudINIT
-
If you use gitea as GIT repo you are able to start using a atomation as well as Act Runners. First at your gitea server create new action runner. And now you should run gitea Act runners. (you can do it in Linux host (virtual or physical) or docker). I have example to run directly at synology as docker project. Both Gieta and Gitea Action runners run at synoogy HW. You can see avail. runners in gitea now. So create yaml with pipeline in .gitea/workflows folder. And you can run your pipeline like:
-
If you want use backup tool from synology for you own infrastructure. I have example of linux server (running as virtual machine). You can download package based on linux distro. Download to your linux server. Unzip it. And run install. After installation just login to the NAS. (with user who has rights for active backup) To connect is option -c You can see server in synology Active Backup console So just run backup in task list. You can check progress of backup in detail mode. Uninstall packages:
-
HAProxy is a reliable, high-performance TCP/HTTP load balancer that ensures efficient distribution of traffic across our servers. By implementing HAProxy, we enhance our infrastructure’s availability and performance, seamlessly handling increased web traffic and preventing downtime. Its ability to balance loads and manage failover scenarios makes it an essential component of our robust system. HAProxy can redirect requests to specific services based on URL patterns, ensuring optimal performance and availability. By implementing HAProxy, we enhance our system’s reliability and scalability, seamlessly handling increased web traffic and preventing downtime. And check if config is valid: SSL certs All SSL certs ale stored…
