infrastructure

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

README.md (774B)


      1 # Infrastructure
      2 
      3 Personal server infrastructure using NixOS declarative configuration.
      4 
      5 ## Stack
      6 - NixOS with Flakes
      7 - Nginx (reverse proxy)
      8 - systemd (services and timers, no Docker)
      9 - PostgreSQL
     10 - SOPS + age (secrets management)
     11 - Let's Encrypt (SSL/TLS)
     12 
     13 ## Active Services
     14 
     15 ### Helios
     16 | Service | Description | Hostname |
     17 |---------|-------------|----------|
     18 | MediaWiki | Wiki platform | wiki.fnarglebeast.com |
     19 | Forgejo | Self-hosted Git | git.fnarglebeast.com |
     20 | mkv | Distributed key-value store | VPN only (port 3000) |
     21 | WireGuard | VPN client | 10.100.0.7 |
     22 
     23 ### Poseidon
     24 | Service | Description | Hostname |
     25 |---------|-------------|----------|
     26 | FreshRSS | RSS/Atom feed reader | freshrss.fnarglebeast.com |
     27 | WireGuard + dnsmasq | VPN server | 10.100.0.1 |