Extended about page and fixed internal links
All checks were successful
Build & Push Frontend A / docker (push) Successful in 1m37s

This commit is contained in:
2026-01-17 11:25:53 +01:00
parent eaf0cd8a74
commit 93a7bd7863
4 changed files with 35 additions and 4 deletions

View File

@@ -186,6 +186,16 @@
"P2": "Understanding and evaluating scientific papers.",
"P3": "Adaptation and further development of previous research work."
}
},
"TRIBBLE": {
"TITLE": "Homeserver 'Tribble'",
"DESCRIPTION": "This project is about setting up and maintaining my own homeserver. It runs several Docker containers like Gitea, Jellyfin, and more. It's a great learning experience in self-hosting and system administration.",
"LINK_INTERNAL": "Project details",
"HIGHLIGHTS": {
"P1": "Self-hosting of various services using Docker.",
"P2": "CI/CD pipeline for the personal website using Gitea.",
"P3": "Secure remote access with Tailscale and Traefik."
}
}
},
"EDUCATION": {
@@ -242,7 +252,7 @@
"BULLET_4": "The site is open source and available on GitHub."
},
"TRIBBLE": {
"TITLE": "Trouble with tribbles",
"TITLE": "Trouble with my homeserver tribble",
"SHORT_DESCRIPTION": "A project detailing the setup and maintenance of a home server running various Docker containers for self-hosting services.",
"INTRODUCTION": "This project documents the journey of setting up a personal home server, nicknamed \"Tribble\". It involves installing Ubuntu Server and containerizing services like Gitea for version control, Jellyfin for media streaming, and AdGuard Home for network-wide ad-blocking. The server is connected via Traefik as a reverse proxy and Tailscale for secure networking, enabling the self-hosted CI/CD pipeline for this website.",
"BULLET_1": "Self-hosting of various services using Docker.",