rename new-service.sh to service.sh with subcommands

This commit is contained in:
2026-03-27 12:28:32 -04:00
parent 313fb4655f
commit c87f76a78a
4 changed files with 245 additions and 75 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ for technical deep-dives, USECASES.md for expected behaviors.
- `scripts/configure.sh` -- Idempotent server config (firewall, certbot, start services; CI-safe)
- `scripts/deploy.sh` -- SSH-triggered deploy + cert issuance + provision (deploy-*, cert-*, provision commands)
- `tools/app.sh` -- App provisioning by subcommand (dns, repo, files, cert, garage, build, verify, all)
- `tools/new-service.sh` -- Scaffold a new Docker Compose service (compose + workflow)
- `tools/service.sh` -- Manage Docker services by subcommand (dns, files, all)
- `tools/remove-app.sh` -- Remove a static site (local files + Gitea repo)
- `docker/nginx/conf.d/` -- Per-app nginx server blocks
- `docker/<domain>/compose.yml` -- Per-app compose files