Initial template

This commit is contained in:
hh
2026-09-08 19:15:15 +02:00
commit 02ae0764a4
10 changed files with 113 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
# caddy
Copier template for a `caddy/` directory: a portable `site.caddy` for the project's `api` and `frontend` services, a standalone Caddy compose file and an example global Caddyfile.
```sh
copier copy --trust -d project_slug=my_thing -d 'routes=["api","frontend"]' <this-repo> <dest>
copier update -a .copier-answers.caddy.yml
```