From 636a637e813e2009fbe820743d0d4513e55cea6c Mon Sep 17 00:00:00 2001 From: Damien Date: Tue, 26 May 2026 15:26:02 +0200 Subject: [PATCH] Add key features to README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 73a4580..5ff2da3 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,9 @@ These scripts automate the deployment of personal infrastructure components. The - **Idempotent-ish**: Safe to re-run (where possible) - **Curl-friendly**: Designed for one-liner deployment from a fresh server - **Multi-OS**: Supports Debian and Alpine-based deployments +- **Loopback by default**: Services bind to `127.0.0.1`; Tailscale handles the reverse proxy and TLS termination +- **Log hygiene**: Every long-running service ships with a `logrotate` config (no unbounded log files) +- **Keep it simple**: One script per service, plain bash, no frameworks — readability over cleverness ### Available Scripts