feat: caddyfile, api.service, 01.sh makefile

This commit is contained in:
2026-05-01 15:08:38 +02:00
parent f94048539e
commit 2c2459c833
5 changed files with 166 additions and 0 deletions
@@ -0,0 +1,12 @@
# Set the email address that should be used to contact you if there is a problem with
# your TLS certificates.
{
email you@example.com
}
# Remove the http:// prefix from your site address.
xxx.xxx.net {
respond /debug/* "Not Permitted" 403
reverse_proxy localhost:4000
}