summaryrefslogtreecommitdiff
path: root/hetzner-admin/install.sh
AgeCommit message (Collapse)AuthorLines
14 daysUnify install.sh pattern: always delegate to deploy.shyyamashita-1/+1
Both hetzner-admin and vpn install.sh were calling docker compose directly instead of going through their own deploy.sh, unlike mail which already followed the correct pattern. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-19Add hetzner-admin: SSH-based server management web UIyyamashita-0/+31
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>