Advanced Search
Search Results
70 total results found
RaspberryPi 5 Homelab Cluster
Building a Raspberry Pi 5 cluster with Docker and Docker Swarm enables high availability and efficient resource management across multiple applications. This setup ensures redundancy, scalability, and robust performance for a diverse range of hosted services.
Hardware, 3D Files & OS Setup Guide
Docker Guide
Includes Setting Up Docker Swarm with 3 Nodes.
Wireguard-Easy VPN Setup Guide v14.0.0
Setup your own VPN!
Bookstack Customization & Setup Guide
Setup your Own Wiki!
GlusterFS & Keepalived Setup
Keep your Docker Swarm Files synced in Realtime.
Pihole Setup Guide
Setup your own Pihole Adblocker!
Wastebin
A Lightweight Selfhosted Pastebin alternative.
Linkwarden
Setup your own Linkwarden Libary. Full Guide including all Information about Browserextension etc.
Hardware Requirements
Building Process & OS Setup Guide
3D Mounts
All Designs have been created by aeoneros with Fusion360 Student License
Swarm Mode
GlusterFS
Keepalived
Docker Hub
Customize Bookstack
Backups, SMTP Mail & Webhooks
Getting Started with Docker & Docker Engine
Docker-Compose
Other Informations
Getting Started
Configuration
Addons
Getting Started
Getting Started
Install NVMe (Hardware)
How to Setup NVMe Guide 1. First install the standoffs and screw them on the bottom of the Pi. 2. Then Mount the NVMe Base on the standoffsand click in the SSD, 3. Then you need to install the Thermal Pad on top of the NVMe. You D...
Partlist & Costs
About This Project Welcome to my Guide on the Parts and Components I used to build my Raspberry Pi 5 Cluster. My name is aeoneros, I'm a 24-year-old IT enthusiast from Switzerland, and I’m relatively new to the IT world. This project was a great learning expe...
Background & Motivation
Motivation and Learning Journey My journey into building a homelab started with a desire to learn more about Docker Swarm and Raspberry Pi. Initially, my motivation was simply to experiment with these technologies, but as I delved deeper into the project, ...
Flash OS onto NVMe
Important Notes This Wikipage hase been integrated by aeoneros from the Original Source: Geekworm Check Out the NVMe SSD Incompatibility List if you have Troubble at Booting your Device! NVMe SSD Incompatibility List: We recommend avoiding the follow...
Set a static IP address with nmtui on Raspberry Pi OS 12 'Bookworm'
This Wikipage hase been integrated by aeoneros from the Original Source: jeffgeerling Old advice for setting a Raspberry Pi IP address to a static IP on the Pi itself said to edit the /etc/dhcpcd.conf file, and add it there.But on Raspberry Pi OS 12 and later...
Raspberry Pi Cluster Stack (Freestanding) + 3D Files
All 3D Files in this Post are made by aeoneros! :) If you like to Support me you can Buy me a Coffee :) Background Information I initially experimented with Proxmox and VMs at my company, trying out Docker Swarm. E...
19" Server Rack Mount (for 3 Pi's) + 3D Files
Coming Soon....
Install Docker Engine on Debian
This Wikipage hase been integrated by aeoneros from the Original Source: Docker.Docks To get started with Docker Engine on Debian, make sure you meet the prerequisites, and then follow the installation steps. Prerequisites OS requirements OS Requirement...
Getting started with Swarm mode & Create a swarm
This tutorial introduces Docker Swarm mode, which allows you to deploy and manage containerized applications across a cluster of Docker nodes. In Swarm mode, Docker Engine transforms multiple Docker hosts into a single, distributed system, making it easier to ...
Swarm mode Overview & Key Concepts
Docker Swarm Mode is a feature within Docker that allows you to manage a cluster of Docker nodes (computers running Docker) as if they were a single machine. This is extremely useful for deploying applications that require multiple containers distributed acros...
Add Custom Links into Header-Menu
If you want to add Custom Links to your Bookstack Navigationbar / Header-Menu you need to use theSettings-Page from your Bookstack. As Default it would look like this: Lets Say you want to add a "Buy me a Coffee" Link for People to Support your work or w...
Set Darkmode as Default
If you want to set your Wiki to Darkmode as Default for every user entering the Website you need to adjust the Enviroment Variable APP_DEFAULT_DARK_MODE=true in your docker-compse.yaml file or your Portainer Stack Editor. You can also check out this Article f...
Add 3rd Party Authentication (Google, Twitch etc.)
BookStack supports third-party authentication, allowing users to log in with services like Google, GitHub, Twitter, and others. By default, these services are disabled, but you can enable them by configuring the necessary credentials from each external servi...
What is Keepalived?
Keepalived Basic Explanation Keepalived is an open-source service commonly used to ensure high availability for network services. It helps by monitoring the health of services and automatically switching over to a backup server if the primary server goes down...
What is GlusterFS?
GlusterFS Basic Explanation GlusterFS is an open-source distributed file system that allows you to pool storage resources from multiple servers (nodes) into a single file system. It's designed to handle large amounts of data by distributing it across many mac...
Step-by-Step Guide: Setup GlusterFS
If you dont know what GlusterFS is what what its for, you may consider check out this Post. Step-by-Step Guide to Setting Up GlusterFS on a 3-Node Cluster This guide will walk you through setting up GlusterFS on a 3-node cluster using Raspberry Pis, with the...
Step-by-Step Guide: Setup Keepalived
Keepalived on Docker SwarmA Custom Raspberry Pi Setup Keepalived is an open-source tool used to ensure high availability and redundancy for services. It does this by monitoring the health of your network and services and automatically switching to a backu...
Step-by-Step Guide: How to Mount GlusterFS on Boot
To ensure that your GlusterFS volume is automatically mounted at boot, you’ll need to make some adjustments. By default, GlusterFS volumes might not mount properly on startup due to timing issues, where the Gluster service (glusterd) hasn’t fully started yet. ...
What is Dockerhub? & Keyfeatures
Overview of Docker Hub Docker Hub is the world's largest repository for container images, offering a platform for developers and organizations to find, share, and distribute Docker container images. It serves as a centralized hub for containerized applic...
Step-by-Step Guide: Setup Bookstack
BookStack is a simple and powerful documentation platform that can be easily deployed using Docker. In this guide, we will set up BookStack on a 3-node Docker Swarm cluster with data stored in a GlusterFS volume. This setup will also utilize Traefik as a rev...