Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

15 total results found

Homelab Setup Guides

Documentation for configuring and deploying open-source services within my home network.

Homelab
Homelab
Setup
Setup
Manual
Manual

Tactical RMM

Homelab Setup Guides

Configuration guide for installing Tactical RMM on Ubuntu 22.04

n8n

Homelab Setup Guides

n8n (pronounced "n-eight-n" or "nodemation") is a powerful and versatile workflow automation tool. It stands out as a low-code, source-available, and self-hostable platform that allows you to automate repetitive tasks, build complex data pipelines, and create ...

Arch Linux

Homelab Setup Guides

Proxmox VE

Homelab Setup Guides

This covers Proxmox Virtual Environment and its use in homelab setups. It focuses on core concepts such as virtualization, containers, storage, and networking, with practical guides and notes based on real-world usage. It also includes community-supported appr...

Kubernetes

Homelab Setup Guides

Kubernetes is an open-source container orchestration platform that automates deploying, scaling, and managing containerized applications. It provides a robust framework for running distributed systems reliably, handling tasks like service discovery, load balan...

Tactical RMM Installation Guide

Homelab Setup Guides Tactical RMM

Introduction Tactical RMM is a remote monitoring & management tool, built with Django and Vue.It uses an agent written in Golang and integrates with MeshCentral. Features TeamViewer-like remote desktop control Real-time remote shell Remote file browser ...

Tactical RMM Troubleshooting

Homelab Setup Guides Tactical RMM

Common Issues Date and Time Synchronization Ensure that your date/time is properly configured. Replace Asia/Manila with your own time zone. You can set the time zone using the commands below. To set the time zone: sudo timedatectl set-timezone Asia/Manil...

n8n Docker Installation Guide

Homelab Setup Guides n8n

This guide will walk you through setting up n8n, a powerful workflow automation tool, using Docker Compose. Self-hosting n8n gives you complete control over your data and environment. Features n8n offers a robust set of features for automating tasks and inte...

Getting Started with Arch Linux and Ricing: Featuring Hyprland via HyDE

Homelab Setup Guides Arch Linux

This guide will walk you through a complete installation of Arch Linux using the official archinstall script, followed by the manual configuration of the HyDE desktop environment. HyDE is a pre-configured setup of the i3-gaps window manager, offering a unique ...

Installing Proxmox VE on a Raspberry Pi

Homelab Setup Guides Proxmox VE

IntroductionProxmox VE (Virtual Environment) is a powerful, open-source virtualization platform typically designed for x86_64 servers. Official Proxmox does not support ARM architectures like the Raspberry Pi.PXVIRT is a community-maintained fork of Proxmox VE...

High-Availability k3s Cluster Guide with k3sup and kube-vip

Homelab Setup Guides Kubernetes

Introduction  What is k3s? k3s is a lightweight, fully compliant Kubernetes distribution designed for low-resource environments. It simplifies installation and management, making it perfect for development, testing, or small clusters. Why k3sup? k3sup (“ke...

Setting up Distributed Storage System in k3s with Longhorn

Homelab Setup Guides Kubernetes

Introduction Longhorn is a lightweight, Kubernetes-native distributed block storage system. It provides persistent storage for workloads that need data to survive pod restarts, rescheduling, or node failures. Longhorn works by attaching a volume controller (...

Configuring Ingress and TLS Certificates with Traefik and Cert-Manager

Homelab Setup Guides Kubernetes

Introduction This setup provides a robust solution for exposing services on your local network or the internet with valid SSL/TLS certificates. By combining Traefik's routing capabilities with Cert-Manager's certificate automation (using Cloudflare DNS challe...

Deploying Highly Available Pi-hole v6 on K3s

Homelab Setup Guides Kubernetes

Introduction This guide walks through the installation of Pi-hole v6 on a Kubernetes (K3s) cluster. Unlike a traditional standalone install, this setup leverages Cloud-Native principles to ensure: High Availability: Using Kube-Vip and MetalLB to provide ...