forgejo: allow webhooks to all pub.solar subdomains #80

Merged
teutat3s merged 2 commits from fix/forgejo-matrix-webhook into main 2023-12-13 01:11:48 +00:00
Showing only changes of commit 6bfeb835c2 - Show all commits

View file

@ -88,11 +88,7 @@
# https://forgejo.org/docs/latest/admin/config-cheat-sheet/#webhook-webhook
webhook = {
ALLOWED_HOST_LIST = [
"loopback"
"external"
"*.pub.solar"
];
ALLOWED_HOST_LIST = "loopback,external,*.pub.solar";
};
# See https://forgejo.org/docs/latest/admin/actions/