cryodev/docs/index.md
steffen 4e36cca637 remove all deploy-rs references from docs and config
- Update README, AGENTS.md, docs/index.md, docs/deployment/cd.md,
  docs/services/forgejo.md: replace deploy-rs with Comin everywhere
- Fix repo URL references (cryodev-server -> cryodev)
- Fix forgejo admin create command to use shell alias
- Rewrite cd.md for Comin-only deployment
2026-03-14 14:52:30 +01:00

3.5 KiB

Cryodev NixOS Configuration Documentation

Willkommen zur Dokumentation der cryodev NixOS-Infrastruktur.

Getting Started

Services

Deployment

Architektur

                    Internet
                        |
                   cryodev.xyz
                        |
              +-------------------+
              |   cryodev-main    |
              |   (x86_64 Server) |
              +-------------------+
              | - Headscale       |
              | - Headplane       |
              | - Forgejo         |
              | - Mailserver      |
              | - Netdata Parent  |
              +-------------------+
                        |
               Tailscale Mesh VPN
                        |
              +-------------------+
              |   cryodev-pi      |
              | (Raspberry Pi 4)  |
              +-------------------+
              | - Tailscale       |
              | - Netdata Child   |
              | - Comin (GitOps)  |
              +-------------------+

Installations-Szenarien

Szenario Beschreibung Anleitung
Neuer Raspberry Pi Config erstellen → Image bauen → Flashen new-client.md
Erstinstallation (Server) x86_64 Host, manuelle Installation first-install.md
Neuinstallation Bestehender Host, neue Hardware reinstall.md

Für Raspberry Pi: SD-Image Referenz

Verzeichnisstruktur

.
├── flake.nix           # Entry point, inputs and outputs
├── constants.nix       # Zentrale Config (Domains, IPs, Ports)
├── hosts/              # Host-spezifische Konfigurationen
│   ├── cryodev-main/
│   └── cryodev-pi/
├── modules/            # Wiederverwendbare NixOS-Module
│   └── nixos/
├── pkgs/               # Eigene Pakete
├── overlays/           # Nixpkgs Overlays
├── templates/          # Templates für neue Hosts
├── scripts/            # Helper-Scripts (install.sh)
├── apps/               # Nix Apps (rebuild)
└── lib/                # Helper-Funktionen (utils.nix)

Deployment-Strategien

Host Strategie Tool Beschreibung
cryodev-main Pull-basiert Comin Pollt Repository auf Aenderungen
cryodev-pi Pull-basiert Comin Pollt Repository auf Aenderungen