From 50e887cb22ca375e66f7948033e05f596c9f43f5 Mon Sep 17 00:00:00 2001 From: yyamashita Date: Fri, 19 Jun 2026 13:39:27 +0900 Subject: Add hetzner-admin: SSH-based server management web UI Basic Auth protected web UI with buttons to restart services and reboot. SSH key with authorized_keys command= restriction limits executable commands. Co-Authored-By: Claude Sonnet 4.6 --- git/hooks/hetzner-infra/post-receive | 1 + 1 file changed, 1 insertion(+) (limited to 'git') diff --git a/git/hooks/hetzner-infra/post-receive b/git/hooks/hetzner-infra/post-receive index 3448b17..190df69 100755 --- a/git/hooks/hetzner-infra/post-receive +++ b/git/hooks/hetzner-infra/post-receive @@ -4,4 +4,5 @@ GIT_WORK_TREE=/app/infra git checkout -f bash /app/infra/caddy/deploy.sh bash /app/infra/cgit/deploy.sh bash /app/infra/mail/deploy.sh +bash /app/infra/hetzner-admin/deploy.sh echo "Deploy complete: hetzner-infra" -- cgit v1.2.3