Über dieses Wiki

Bücherkiste - ein Homelab-Wiki

Willkommen in meinem digitalen Gedankengut!

Schön, dass du hier gelandet bist. Was du hier siehst, ist das Herzstück meines Homelabs: Meine persönliche Wissensbasis und mein „Second Brain“. Was ursprünglich mal als lose Sammlung technischer Notizen begann, ist heute mein zentraler Anlaufpunkt für alles rund um Infrastruktur, Automatisierung und Sicherheitskonzepte. Hier dokumentiere ich meine Experimente, halte Best Practices fest und sorge dafür, dass ich (und vielleicht auch du) nicht jedes Mal das Rad neu erfinden muss. Zumindest versuche ich das, so gut ich kann.

Ich versuche, die Inhalte hier aktuell zu halten und pflege die Seiten im Schnitt einmal pro Woche.

Wenn du nicht weiterlesen willst, dann kannst du hier klicken um zu den Büchern zu gelangen, oder klicke auf "Books" rechts oben in der Navigation.

Ein kleiner Blick hinter die Kulissen: Dieses Wiki wird mit BookStack betrieben und läuft ganz klassisch in einem LXC-Container auf einem meiner Proxmox-Nodes bei mir zu Hause. Damit das Lesen hier so angenehm und klar wie möglich ist, verwende ich die Atkinson Hyperlegible Schriftart. Sie wurde speziell entwickelt, um die Lesbarkeit zu optimieren – ideal für technische Dokumentationen.

This introduction is also available in English.


Ein Wort zum Datenschutz (ganz unkompliziert)

Mir ist deine Privatsphäre wichtig. Deshalb habe ich Tracking auf das absolute Minimum reduziert. Falls überhaupt etwas im Hintergrund mitläuft, dann sind es Umami oder Matomo. Beide Tools sind komplett selbst gehostet und verlassen mein eigenes Cluster nicht. Keine externen Dienste, keine nervigen Cookie-Banner – einfach nur Transparenz und Datensparsamkeit.


Mein Versprechen an dich

Damit das Stöbern hier Spaß macht, achte ich auf ein paar Dinge:


Feedback & Austausch

Dieses Wiki ist ein privates Projekt, das ich werbefrei und aus eigener Tasche finanziere. Da der Betrieb Zeit und Ressourcen kostet, freue ich mich umso mehr über Rückmeldungen! Wenn du Fehler findest oder Verbesserungsvorschläge hast, erreichst du mich per E-Mail oder über die üblichen Community-Kanäle. Schau dazu einfach auf meiner Kontakt-Seite vorbei.


Was ich sonst noch so treibe

Neben dieser Dokumentation gibt es noch weitere Projekte, die ich betreue. Eine Übersicht und ein direktes Dashboard dazu findest du hier auf zn80.net.

Introduction

Welcome to my digital workspace!

I’m glad you found your way here. What you’re looking at is the heart of my homelab: my personal knowledge base and "Second Brain." What started as a loose collection of technical notes has grown into a central hub for everything related to infrastructure, automation, and security concepts. This is where I document my experiments, refine best practices, and make sure that neither I (nor perhaps you) have to reinvent the wheel every time. At least I'm trying as best I can.

I do my best to keep the content fresh, usually updating these pages about once a week.

A quick look under the hood: This wiki is powered by BookStack, running in an LXC container on one of my Proxmox nodes right here at home. To ensure that browsing and learning here is as clear and accessible as possible, I use the Atkinson Hyperlegible font. It was specifically designed to increase character recognition and improve readability, making it the perfect fit for a technical knowledge base.


A word on privacy (The simple version)

Your privacy matters to me. That’s why I’ve stripped tracking down to the absolute bare minimum. If any analytics are running at all, it’s either Umami or Matomo. Both tools are fully self-hosted within my own cluster. No external services, no annoying cookie banners—just transparency and data soul.


My commitment to this project

To make browsing this wiki a smooth experience, I follow a few simple principles:


Feedback & Connection

This wiki is a private passion project, completely ad-free and self-funded. Since running it takes both time and resources, I truly appreciate any feedback! If you find bugs or have suggestions for improvement, you can reach me via email or through the various communities I'm active in. Check out my contact page for more details.


What else I’m up to

Besides this documentation, I manage several other technical projects. You can find an overview and a live dashboard right here at zn80.net.

Updates

Updates

Updates März 2026

Updates

Update April 26

Update auf 26.03.3 gemacht. Keine besonderen Vorkommnisse. Scheint noch alles zu funktionieren.

Snapshot noch aktiv.

Custom CSS der Bücherkiste

Das Custom CSS fuer dieses Wiki. Zuvor habe ich die Schriftarten in den public-Ordner der BookStack Installation kopiert.

<style>
/* 1. Define Local Variable Fonts */
@font-face {
    font-family: 'Atkinson Hyperlegible Next';
    src: url('/fonts/atkinson-next-vf.woff2') format('woff2-variations'),
         url('/fonts/atkinson-next-vf.woff2') format('woff2');
    font-weight: 200 800;
    font-style: oblique 0deg 20deg;
}

@font-face {
    font-family: 'Atkinson Hyperlegible Mono';
    src: url('/fonts/atkinson-mono-vf.woff2') format('woff2-variations'),
         url('/fonts/atkinson-mono-vf.woff2') format('woff2');
    font-weight: 200 800;
    font-style: oblique 0deg 20deg;
}

/* 2. Global Application & Golden Ratio Base (20px) */
body, h1, h2, h3, h4, h5, h6, p, .page-content {
    font-family: 'Atkinson Hyperlegible Next', sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.page-content {
    max-width: 850px;
    margin: 0 auto;
}

.page-content, 
.page-content p, 
.page-content li, 
.page-content td {
    font-size: 20px !important;
    line-height: 1.618em !important; /* Pure Golden Ratio Line Height */
}

/* Keep paragraphs spaced for high legibility */
.page-content p {
    margin-bottom: 1.5rem;
}

/* Tighten the spacing between list items (li) */
.page-content li {
    margin-bottom: 0.8rem;
}
  
/* Add a bit of space between a list and the next paragraph */
.page-content ul, .page-content ol {
    margin-bottom: 1.5rem !important;
}

/* Handle nested lists so they don't get double-margins */
.page-content li > ul, 
.page-content li > ol {
    margin-bottom: 0 !important;
    margin-top: 0.4rem !important;
}
  
/* 3. Golden Scale Headings (Base 20px) */
.page-content h1 { 
    font-size: 52px !important; 
    line-height: 1.1 !important; 
    font-weight: 800; 
    margin-top: 2rem;
}
.page-content h2 { 
    font-size: 32px !important; 
    line-height: 1.2 !important; 
    font-weight: 700; 
    border-bottom: 1px solid rgba(0,0,0,0.1); 
    padding-bottom: 10px;
}
.page-content h3 { 
    font-size: 26px !important; 
    font-weight: 700; 
}

/* 4. Atkinson Mono for Code */
code, pre, .CodeMirror, .hljs {
    font-family: 'Atkinson Hyperlegible Mono', monospace !important;
    font-size: 18px !important;
    line-height: 1.5 !important;
    font-weight: 400;
    background: rgba(0,0,0,0.04) !important;
}

/* 5. Custom Footer Message */
footer::after {
    content: "If buying isn't owning, piracy isn't stealing. Birds aren't real.";
    display: block;
    width: 100%;
    color: #888;
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    font-family: 'Atkinson Hyperlegible Mono', monospace;
}

/* Dark Mode Adjustment for Footer & Code */
body.dark-mode::after { color: #555; }
body.dark-mode code, body.dark-mode pre { background: rgba(255,255,255,0.05) !important; }
</style>