Skip Navigation
Posts
6
Comments
3
Joined
9 mo. ago
HomeLab and Self-hosting @pawb.social
Alex @pawb.social

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

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)

HomeLab and Self-hosting @pawb.social
Alex @pawb.social

Setting up Caddy Reverse Proxy with SSL on NixOS

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. 💜

  • Thankfully permanent x3 It’d be a lot of work stitching some parts together each time otherwise ^^”

  • Web Development @pawb.social
    Alex @pawb.social

    Updating Discord avatars with auth.js

    https://aottr.dev/posts/2024/08/updating-discord-avatars-with-auth.js/

    Discord avatars loaded from oauth kept disappearing after a while in my admin panel. Here's how I solved it. (open for critique ~)

  • Ahhh right xD And true, I wouldn’t give my kigu away x3

  • He goes to all major conventions in France/Germany and takes commissions there. Next chance would be at Eurofurence.

    Alternative would only be digital commissions which are less frequent.

  • HomeLab and Self-hosting @pawb.social
    Alex @pawb.social

    Getting Started with NixOS

    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:

    Some Blog articles:

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