WIP: Create apub_inbox crate #8

Draft
steffo wants to merge 40 commits from feature/apub-inbox into main
Showing only changes of commit 0ee664f6d0 - Show all commits

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
}
}