logging to caddyfile

This commit is contained in:
2025-07-30 23:24:19 -04:00
parent dce0b13b48
commit a047d23eec

View File

@@ -9,7 +9,7 @@ def build_caddyfile():
for domain, port in map(itemgetter("domain", "port"), by_branch.values()):
if domain in excluded:
continue
print(f"adding {domain} -> {port} to Caddyfile")
entry = f"""
{domain}.drm.dev {{
reverse_proxy localhost:{port}