Add some more ideas

This commit is contained in:
2026-02-16 14:33:19 +01:00
parent 8d96af2850
commit 7374973db5
4 changed files with 23 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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