Advanced Search
Search Results
121 total results found
Proxmox Backup Server
All docs on PBS
Semaphore UI
Docker
All documentation related to docker.
Immich
All documentation related to Immich.
Ubuntu
All general documentation related to the operating system Ubuntu.
Raspberry Pi
All documentation related to rasp pi.
MariaDB Installation
HAProxy Installation
HAProxy Configuration
Netbox Installation
All netbox installation documentation
qBittorrent Installation
All documentation related to qBittorrent installation
Keycloak Installation
Jellyfin Installation
Jellyfin Configuration
PBS: Configuration
qBittorrent Uninstallation
All qbittorrent docs related to uninstalling
Installation
Docker Installation
All documentation related to docker installation
Immich Installation
All documentation related to the installation of Immich.
Ubuntu Storage
All documentation related to Ubuntu storage
Installations
All Raspberry Pi OS installations or application installation documentation specific to rpi.
Raspberry Pi Configuration
This section is dedicated to configuring the systems and applications once they are already installed.
[How-To] Install Wordpress on Debian 12 LXC
Purpose The purpose of this How-To article will be to install WordPress and the full LAMP stack on an LXC Container in proxmox. Most of this configuration could also be done on baremetal or a VM of any Debian flavor. We'll be using Debian 12. Prerequisites ...
[Standard] CloudFlare Public DNS Resolvers
Purpose This standard document outlines available and used public DNS addresses used on the SPDC networks. Prerequisites List of prerequisites: Knowledge of DNS protocol and functionality included Public DNS Resolvers Cloudflare Public DNS Resolvers:...
[How-To] Change the Default Data Directory for MariaDB Server
Purpose This documentation will focus on the process of changing the default data directory from its mysql default to a desired location. This will not focus on how to create the remote directory or how to mount it to the db server. Prerequisites List of pr...
[How-To] Migrate MariaDB Database from local to remote MariaDB Server
Purpose Show how to migrate MariaDB database from local to remote MariaDB server Prerequisites List of prerequisites: Root user or sudo user MariaDB Servers MariaDB Admin user Instructions Step 1: Backup your WordPress Database Local Database ...
[How-To] Add Web Server to Proxmox VE Node
Introduction This allows you to access Proxmox VE via the port 443 Tested from Proxmox 3.4 - 6.3 Why do I need this? Sometimes there is a firewall restriction that blocks port 8006 and since we shouldn't touch the port config in proxmox we'll just use ngin...
[How-To] Join PVE Node to Active Directory Domain
Purpose This tutorial will walk through the steps necessary to join your Proxmox VE server to Microsoft Active Directory on a Windows Server. Prerequisites List of prerequisites: Root user PVE Node Active Directory Domain Domain Admin User Standard...
[How-To] Unlock CT Manually via Shell
Purpose Manually unlock CT via the proxmox node shell. Prerequisites List of prerequisites: Root user for Proxmox Node Debian 12 CT in Proxmox Unlocking the LXC container with the pct tool Proxmox VE provides the pct tool to manage Linux containers ...
[How-To] Delete CT Manually in Shell
Purpose Manually delete CT via the proxmox node shell. Prerequisites List of prerequisites: Root user for Proxmox Node CT in Proxmox Deleting the LXC container with the pct tool Proxmox VE provides the pct command to assist with container actions. I...
[How-To] Create and Manage ISCSI Storage on Proxmox VE
Purpose This How-To will guide you in creating and managing your ISCSI storage in the Proxmox Virtual Environment. Prerequisites List of prerequisites: Proxmox VE Node (Minimum 1) Root Credentials to Proxmox VE Node ISCSI LUN created on a remote stora...
[How-To] Configure Email Server with Zoho SMTP Settings
Purpose Explain how to configure an email server with Zoho ZMTP Settings. Prerequisites List of prerequisites: Licensed Email on Zoho (Not shared mailbox) Credentials to that Licensed Email SMTP Server Configuration - Zoho Mail SMTP - Simple Mail Tr...
[How-To] Stand Up WireGuard P2P between two sites
Overview of the Setup JAX01 (Your Homelab): Network: Multiple VLANs. VPN VM: Will be connected to a dedicated VLAN for VPN traffic. Local Networks: Accessible alongside the VPN. JAX02 (Friend’s Homelab): Network: Single non-VLAN network (19...
[How-To] Install MariaDB on Ubuntu 24.04 LTS
Purpose The purpose of this document is to show explain in full detail the steps to take a freshly installed vm with Ubuntu 24.04 LTS as the operating system and install/configure MariaDB for use. It will not dive into clustering or changing of binding for ex...
[How-To] Configure Galera Cluster on MariaDB Servers
Purpose The purpose of this How-To is to explain the process in detail of how to take 3 MariaDB servers and cluster them together in a Multi-Master Galera cluster. For best results, it is recommended to have a minimum of 3 MariaDB servers to achieve quorum an...
[How-To] Configure Virtual IP for MariaDB servers with Keepalived
Purpose This How-To serves as documentation on how to add keepalived to your MariaDB servers so they can all share a virtual IP or a VIP. Prerequisites List of prerequisites: Sudo user Galera cluster of MariaDB servers on Ubuntu 24.04 LTS Instructio...
[How-To] Install HAProxy on Ubuntu 24.04 LTS
Purpose Purpose description. Prerequisites List of prerequisites: Root user or sudo user Debian 12 LXC or VM Instructions Step 1: Update and Install HAProxy Install haproxy sudo apt update sudo apt install -y haproxy Step 2: Enable and Start the...
[How-To] Install NetBox on Ubuntu 24 Server
Purpose The purpose of this how to is to show the process for installing and configuring NetBox on ubuntu 24. Prerequisites List of prerequisites: Sudo user Ubuntu 24 LTS VM Instructions Step 1: Postgresql Installation First, update the system: su...
[How-To] Install qBittorrent on Ubuntu 24
Purpose This how to will focus on explaining steps for qBittorrent installation and basic first time config for a Ubuntu 24 VM. Prerequisites List of prerequisites: Sudo user Ubuntu 24 VM qBittorrent Installation Instructions Step 1: Update the Syst...
[How-To] Format and Mount Data Drive on Debian Server
Purpose This doc shows how to take an additional virtual hard drive on a linux vm and make a mount point on the main drive with it for nextcloud data. Prerequisites List of prerequisites: Root user or sudo user Debian 12 LXC or VM Instructions Step...
[How-To] Show & Delete Databases and Users in MariaDB
Purpose Show the commands that will show and delete databases and show and delete users in MariaDB. Prerequisites List of prerequisites: Root user or sudo user Server with MariaDB installed Instructions Step 1: Log in to MariaDB Log in to MariaDB a...
[How-To] Configure HAProxy for MariaDB Galera Cluster Load Balancing
Purpose Explain the process of configuring the cfg file on haproxy to load balance a MariaDB Galera cluster of 3 servers. Prerequisites List of prerequisites: Root user or sudo user MariaDB Galera Clustered Servers (Minimum 3) HAProxy Server Instruc...