- DNS: hi.mcintire.me A/AAAA, git.mcintire.me A/AAAA updated to new host - forgejo role: Docker Compose deployment with SQLite, INSTALL_LOCK, admin user creation - Caddyfile-hi.j2: reverse proxy git.mcintire.me -> localhost:3000 - tailscale role: skip connect when no auth key; dynamic repo suite - debian role: fix Signed-By for debian.sources on trixie - curl added to base Debian packages - support.vntx.net: added to vntx_servers, DNS, host_vars
17 lines
254 B
Django/Jinja
17 lines
254 B
Django/Jinja
{
|
|
servers {
|
|
protocols h1 h2
|
|
}
|
|
admin off
|
|
persist_config off
|
|
}
|
|
|
|
git.mcintire.me {
|
|
reverse_proxy http://127.0.0.1:3000
|
|
encode gzip
|
|
|
|
log {
|
|
output file /var/log/caddy/git.mcintire.me.log
|
|
format json
|
|
}
|
|
}
|