added gitea entry

This commit is contained in:
2026-09-25 07:22:03 +02:00
parent 43203af33e
commit 03e23f9802
6 changed files with 60 additions and 1 deletions
+26
View File
@@ -95,6 +95,32 @@
}
]
},
{
"id": "selfhosting",
"title": "Self-Hosting",
"description": "Self-hosted services running in Docker containers on my own Debian 13 server.",
"tags": [
"Linux",
"Docker Compose",
"Gitea",
"SQLite"
],
"github": "https://git.marvinkrausser.com",
"blocks": [
{
"heading": "Gitea",
"text": "The --link-- serves as my private Git server for personal repositories. It runs as a Docker container that is only reachable through the Caddy reverse proxy, which provides HTTPS with Let's Encrypt certificates. Git access via SSH uses a separate port and works exclusively with SSH keys. All data, including repositories and the SQLite database, is stored in a single folder on the host, making backups as simple as archiving that folder.",
"image": "selfhost_1",
"links": [
{
"id": "gitea",
"link": "https://git.marvinkrausser.com",
"desc": "Gitea instance ↗"
}
]
}
]
},
{
"id": "pixelcnn",
"title": "PixelCNN Generator",