Add some more version

This commit is contained in:
2026-03-05 12:36:44 +01:00
parent 00045f7324
commit f0b049d63b
5 changed files with 17 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ Name | Status | Blog Entries
[Camera tracker](./projects/camera-tracker.md) | - | - [Camera tracker](./projects/camera-tracker.md) | - | -
[Custom Gitea Runner](./projects/custom-gitea-runners.md) | - | - [Custom Gitea Runner](./projects/custom-gitea-runners.md) | - | -
[Auto-Scaling Gitea Runners](./projects/autoscaling-gitea-runners.md) | - | - [Auto-Scaling Gitea Runners](./projects/autoscaling-gitea-runners.md) | - | -
[Custom SQL crate](./projects/custom-sql-crate.md) | - | -
## Hardware Projects ## Hardware Projects
Name | Status | Blog Entries Name | Status | Blog Entries
@@ -55,6 +56,8 @@ Name | Status | Blog Entries
[Container Registry Cache](./projects/infrastructure/container-registry-cache.md) | - | - [Container Registry Cache](./projects/infrastructure/container-registry-cache.md) | - | -
[Experiment with CRIU](./projects/infrastructure/experiment-with-criu.md) | - | - [Experiment with CRIU](./projects/infrastructure/experiment-with-criu.md) | - | -
[Try Authentik](./projects/infrastructure/try-authentik.md) | - | - [Try Authentik](./projects/infrastructure/try-authentik.md) | - | -
[Automate Authentik](./projects/infrastructure/automate-authentik.md) | - | -
[Try wger](./projects/infrastructure/try-wger.md) | - | -
## Other Projects ## Other Projects
Name | Status | Blog Entries Name | Status | Blog Entries
@@ -62,3 +65,4 @@ Name | Status | Blog Entries
[Automatic Server Setup](./projects/other/automatic-server-setup.md) | - | - [Automatic Server Setup](./projects/other/automatic-server-setup.md) | - | -
[Revisit DNS](./projects/other/revisit-dns.md) | - | - [Revisit DNS](./projects/other/revisit-dns.md) | - | -
[Document Homelab](./projects/other/document-homelab.md) | - | - [Document Homelab](./projects/other/document-homelab.md) | - | -
[Raspberry Pi for core-infra](./projects/other/raspberry-pi-core-infra.md) | - | -

View File

@@ -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

View File

@@ -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

View File

@@ -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/)

View File

@@ -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).