Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)HO

HomeLab and Self-hosting

  • What services do you selfhost?

    I'm curious to see what other furs are selfhosting.

    The things I selfhost are:

    • Navidrome (music server)
    • SilverBullet (note taking with login access via website)
    • Synapse (Matrix server)
    • Cinny (Matrix client)
    • Uptime Kuma (simple uptime monitoring tool) (only internal)
    • Focalboard (project management) (only internal)
    • Caddy (reverse proxy to manage all other services)

    I used to selfhost:

    • Nextcloud
    • Etherpad
    • wg-easy
    6
  • Using the same local domain to access my services via Tailscale VPN
    aottr.dev Homelab: Using the same local domain to access my services via Tailscale VPN

    Yesterday, I showed how I set up my home server with caddy to retrieve SSL certificates and serve my self-hosted services like paperless-ngx and Jellyfin on human-readable domain names with SSL encryption.

    Using the same local domain to access my services via Tailscale VPN

    It’s a little extension to the article from yesterday when accessing the services from remote.

    I’m still using the ssl certificates that have been generated and it’s a cleaner way than just adding the vpn ip address to the dns entries (round robin DNS)

    1
  • Setting up Caddy Reverse Proxy with SSL on NixOS
    aottr.dev Homelab: Setting up Caddy Reverse Proxy with SSL on NixOS

    What is Caddy and why do I use it Caddy can be called a multipurpose webserver, coming with a large subset of modules and being ready for most applications out-of-the-box while keeping a simple configuration.

    I migrated part of my home lab to nixos and started migrating services. Sometimes there are some obstacles like immutable packages etc.

    This little article is a tutorial so others don’t get stuck. 💜

    0
  • Getting Started with NixOS [Link Dump]

    When planning the new infrastructure of my homelab with nixos, I wanted to see how other people approach it / set up their infrastructure repo.

    Heads up: Idea is to have one repository with all hosts that keeps all configurations. On the respective hosts you just checkout the repository and rebuild the systems with the flake.

    My first attempt when I started: https://codeberg.org/aottr/raft

    Some Repos:

    • https://codeberg.org/Scrumplex/flake
    • https://github.com/Misterio77/nix-starter-configs
    • https://github.com/Misterio77/nix-config

    Some Blog articles:

    • https://0xda.de/blog/2024/06/framework-and-nixos-day-one/
    • https://medium.com/thelinux/how-to-organize-the-nixos-configuration-99e8b7e85da5
    • https://haseebmajid.dev/posts/2023-07-15-my-dotfiles-iii/

    Feel free to add more useful links. This is not about nixos by itself but to start planning / configuring the homelab with nixos

    1
1 Active user