My home lab scripts
Find a file
2026-01-29 21:59:13 +01:00
cloud-status Retry storage read/write 2026-01-13 21:39:39 +01:00
config Add feed 2026-01-24 20:34:29 +01:00
home-lab Don't check files in folders that are not part of the backup (like this repo itself) 2026-01-29 21:50:39 +01:00
knock Remove debug prints 2026-01-29 21:59:13 +01:00
scripts Add measure-file script 2025-12-13 19:59:02 +01:00
.gitignore Allow creating guest link on portal 2025-06-10 22:15:27 +02:00
Cargo.lock Send email with problems 2025-12-23 21:44:39 +01:00
Cargo.toml Go back to job and don't check ipv6 2025-12-23 20:53:01 +01:00
LICENSE Initial commit 2025-04-03 06:32:30 +02:00
README.md Draft cloud-status Caddyfile parser 2025-12-16 23:16:40 +01:00
rust-toolchain Update Rust 2025-12-13 19:48:28 +01:00

Home lab

This repo contains my configurations and various scripts for my home lab.

The sub-projects are described below:

config

A bunch of configuration files for the services. Most of them are *.container files using the systemd syntax to run podman containers.

These files are installed using a tool in the home-lab binary explained below.

home-lab

The main binary to handle my homelab. You can check all existing sub-commands using cargo run -- --help.

knock

The authentication service called by Caddy to protect most of my services from the Internet access, while allowing legitimate users to access them from multiple devices. You can read more on the dedicated README.

scripts

A collection of assorted scripts that I've used for migration, analysis, and sometimes just fun.

cloud-status

An app deployed in a separate cloud that can monitor my homelab availability from the outside.