added gitea entry
This commit is contained in:
@@ -95,6 +95,32 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "selfhosting",
|
||||
"title": "Self-Hosting",
|
||||
"description": "Selbst gehostete Dienste, die in Docker-Containern auf meinem eigenen Debian 13-Server laufen.",
|
||||
"tags": [
|
||||
"Linux",
|
||||
"Docker Compose",
|
||||
"Gitea",
|
||||
"SQLite"
|
||||
],
|
||||
"github": "https://git.marvinkrausser.com",
|
||||
"blocks": [
|
||||
{
|
||||
"heading": "Gitea",
|
||||
"text": "Die --link-- dient mir als privater Git-Server für persönliche Repositories. Sie läuft als Docker-Container, der nur über den Caddy Reverse Proxy erreichbar ist, welcher HTTPS mit Let's-Encrypt-Zertifikaten bereitstellt. Der Git-Zugriff per SSH läuft über einen separaten Port und funktioniert ausschließlich mit SSH-Keys. Alle Daten, einschließlich der Repositories und der SQLite-Datenbank, liegen in einem einzigen Ordner auf dem Host, sodass ein Backup lediglich aus dem Archivieren dieses Ordners besteht.",
|
||||
"image": "selfhost_1",
|
||||
"links": [
|
||||
{
|
||||
"id": "gitea",
|
||||
"link": "https://git.marvinkrausser.com",
|
||||
"desc": "Gitea-Instanz ↗"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "pixelcnn",
|
||||
"title": "PixelCNN Bildgeneration",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user