docker: Add caddy configuration for apub_inbox

This commit is contained in:
Steffo 2024-12-16 02:29:39 +01:00
parent 59162c8c13
commit 0ee664f6d0
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -13,4 +13,22 @@
health_uri "/.healthcheck"
health_status "204"
}
@inbox {
path "/inbox"
}
reverse_proxy @inbox {
to "http://inbox"
health_uri "/.healthcheck"
health_status "204"
}
}
{
admin {
origins "127.0.0.1"
enforce_origin
}
}