Skip to content
WaSeidev
View in Spanish

My Setup

The hardware, system and tools I work with every day.

SYFHome-Hub, my home server

A NixOS box whose configuration lives in Git: the whole system rebuilds from a single file, so reinstalling it is reproducible rather than an exercise in memory. Everything is published through a Cloudflare Tunnel, without opening a single port on the router.

  • NixOS

    Declarative operating system. The configuration lives in a repo and is applied with one command.

  • Cloudflare Tunnel

    Publishes services to the internet with no open ports and no need for a static IP.

  • Nginx Proxy Manager

    Reverse proxy sitting in front of every internal service.

  • AdGuard Home

    Ad-blocking DNS and DHCP server for the whole home network.

  • Vaultwarden

    Self-hosted password manager, Bitwarden compatible.

  • Nextcloud

    File sync and collaboration.

  • Paperless-NGX

    Document management: every piece of paper scanned, indexed and searchable.

  • Samba

    Shared folders for the family.

  • Navidrome

    Self-hosted music server.

  • wg-easy

    WireGuard VPN with a web UI to reach the network from outside.

  • Docker

    Services that aren't NixOS modules run in containers.