From 7374973db546a08e27be7ce1a472b48cc030fdb3 Mon Sep 17 00:00:00 2001 From: leon Date: Mon, 16 Feb 2026 14:33:19 +0100 Subject: [PATCH] Add some more ideas --- README.md | 7 +++++++ projects/infrastructure/container-registry-cache.md | 5 +++++ projects/infrastructure/experiment-with-criu.md | 5 +++++ projects/infrastructure/try-authentik.md | 6 ++++++ 4 files changed, 23 insertions(+) create mode 100644 projects/infrastructure/container-registry-cache.md create mode 100644 projects/infrastructure/experiment-with-criu.md create mode 100644 projects/infrastructure/try-authentik.md diff --git a/README.md b/README.md index 78d7ce4..c6290b3 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,13 @@ Name | Status [25 Gb Networking](./projects/25gb-networking.md) | - [100 Gb Networking](./projects/100gb-networking.md) +## Infrastructure Projects +Name | Status +--- | --- +[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) | - + ## Other Projects Name | Status --- | --- diff --git a/projects/infrastructure/container-registry-cache.md b/projects/infrastructure/container-registry-cache.md new file mode 100644 index 0000000..2a21f7a --- /dev/null +++ b/projects/infrastructure/container-registry-cache.md @@ -0,0 +1,5 @@ +# Container Registry Cache +Although I currently already have such a cache running (kind of), revisit this to work properly. + +## Resources +- [CNCF Distribution](https://distribution.github.io/distribution/) diff --git a/projects/infrastructure/experiment-with-criu.md b/projects/infrastructure/experiment-with-criu.md new file mode 100644 index 0000000..b51ab34 --- /dev/null +++ b/projects/infrastructure/experiment-with-criu.md @@ -0,0 +1,5 @@ +# Experiment with CRIU +Run some experiments with CRIU and maybe how this could be integrated into things like nomad + +## Resources +- [CRIU](https://criu.org/Main_Page) diff --git a/projects/infrastructure/try-authentik.md b/projects/infrastructure/try-authentik.md new file mode 100644 index 0000000..e69026b --- /dev/null +++ b/projects/infrastructure/try-authentik.md @@ -0,0 +1,6 @@ +# Try Authentik +Try out Authentik for providing a central auth endpoint for my homelab, +which is more secure than my current setup. + +## Resources +- [Authentik](https://goauthentik.io/)