From f0b049d63b19d31132c6e5168ba38df173de2659 Mon Sep 17 00:00:00 2001 From: leon Date: Thu, 5 Mar 2026 12:36:44 +0100 Subject: [PATCH] Add some more version --- README.md | 4 ++++ projects/custom-sql-crate.md | 2 ++ projects/infrastructure/automate-authentik.md | 3 +++ projects/infrastructure/try-wger.md | 5 +++++ projects/other/raspberry-pi-core-infra.md | 3 +++ 5 files changed, 17 insertions(+) create mode 100644 projects/custom-sql-crate.md create mode 100644 projects/infrastructure/automate-authentik.md create mode 100644 projects/infrastructure/try-wger.md create mode 100644 projects/other/raspberry-pi-core-infra.md diff --git a/README.md b/README.md index 77d7c73..be70c5b 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ Name | Status | Blog Entries [Camera tracker](./projects/camera-tracker.md) | - | - [Custom Gitea Runner](./projects/custom-gitea-runners.md) | - | - [Auto-Scaling Gitea Runners](./projects/autoscaling-gitea-runners.md) | - | - +[Custom SQL crate](./projects/custom-sql-crate.md) | - | - ## Hardware Projects Name | Status | Blog Entries @@ -55,6 +56,8 @@ Name | Status | Blog Entries [Container Registry Cache](./projects/infrastructure/container-registry-cache.md) | - | - [Experiment with CRIU](./projects/infrastructure/experiment-with-criu.md) | - | - [Try Authentik](./projects/infrastructure/try-authentik.md) | - | - +[Automate Authentik](./projects/infrastructure/automate-authentik.md) | - | - +[Try wger](./projects/infrastructure/try-wger.md) | - | - ## Other Projects Name | Status | Blog Entries @@ -62,3 +65,4 @@ Name | Status | Blog Entries [Automatic Server Setup](./projects/other/automatic-server-setup.md) | - | - [Revisit DNS](./projects/other/revisit-dns.md) | - | - [Document Homelab](./projects/other/document-homelab.md) | - | - +[Raspberry Pi for core-infra](./projects/other/raspberry-pi-core-infra.md) | - | - diff --git a/projects/custom-sql-crate.md b/projects/custom-sql-crate.md new file mode 100644 index 0000000..7adadd2 --- /dev/null +++ b/projects/custom-sql-crate.md @@ -0,0 +1,2 @@ +# Custom SQL Crate +I would want to play around with a custom SQL crate that is as type-safe as possible diff --git a/projects/infrastructure/automate-authentik.md b/projects/infrastructure/automate-authentik.md new file mode 100644 index 0000000..11d1a6e --- /dev/null +++ b/projects/infrastructure/automate-authentik.md @@ -0,0 +1,3 @@ +# Automate Authentik +Currently all my configuration in Authentik itself is done manually and not documented anywhere. +Ideally this should be completly automated or at least documented diff --git a/projects/infrastructure/try-wger.md b/projects/infrastructure/try-wger.md new file mode 100644 index 0000000..ed17691 --- /dev/null +++ b/projects/infrastructure/try-wger.md @@ -0,0 +1,5 @@ +# Try wger +I want to try out using wger to keep track of my workout stuff. + +## References +- [Docs](https://wger.readthedocs.io/en/latest/) diff --git a/projects/other/raspberry-pi-core-infra.md b/projects/other/raspberry-pi-core-infra.md new file mode 100644 index 0000000..c0ba4d1 --- /dev/null +++ b/projects/other/raspberry-pi-core-infra.md @@ -0,0 +1,3 @@ +# Raspberry Pi for Core-Infra +I am thinking about setting up a couple of raspberry pi nodes in my homelab to host some +core infrastructure services, like DNS or PXE boot stuff (if I ever configure this).