summaryrefslogtreecommitdiff
path: root/git
diff options
context:
space:
mode:
authoryyamashita <yyamashita@hetzner.yyamashita.com>2026-06-19 13:39:27 +0900
committeryyamashita <yyamashita@hetzner.yyamashita.com>2026-06-19 13:39:27 +0900
commit50e887cb22ca375e66f7948033e05f596c9f43f5 (patch)
tree20ee5aeac8ec69f3f4b23c53ef407f6e62a8d71f /git
parenta7890e22d52677de267e0d4c79f2c7627f3a96c4 (diff)
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 <noreply@anthropic.com>
Diffstat (limited to 'git')
-rwxr-xr-xgit/hooks/hetzner-infra/post-receive1
1 files changed, 1 insertions, 0 deletions
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"