Caddy auf Debian installieren

Installation apt-get install -y debian-keyring debian-archive-keyring apt-transport-https curl curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/gpg.key' | gpg --dearmor -o /usr/share/keyrings/caddy-stable-archive-keyring.gpg curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/debian.deb.txt' | tee /etc/apt/sources.list.d/caddy-stable.list apt-get update && apt-get install -y caddy Grundkonfiguration Caddyfile unter /etc/caddy/Caddyfile: blog.example.org { root * /srv/meine-seite file_server encode gzip }

April 26, 2026 · 1 min

Erste Schritte mit Hugo

Hugo ist ein schnelles Static-Site-Generator. Dieser Post wurde automatisch via Forgejo Webhook deployed.

April 26, 2026 · 1 min

GitLab CE auf Debian installieren

Voraussetzungen Debian 12 oder neuer Mindestens 4 GB RAM Root-Zugriff Installation apt-get install -y curl openssh-server ca-certificates curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.deb.sh | bash EXTERNAL_URL="https://gitlab.example.com" apt-get install -y gitlab-ce Konfiguration Nach der Installation: /etc/gitlab/gitlab.rb anpassen und gitlab-ctl reconfigure ausführen.

April 26, 2026 · 1 min

Webhook Deploy Test

Test-Push um den automatischen Deploy zu prüfen.

April 26, 2026 · 1 min

Willkommen auf dem ServerHype Blog

Willkommen auf dem neuen Blog! Dieser Blog wird mit Hugo betrieben.

April 26, 2026 · 1 min