forgejo: allow webhooks to all pub.solar subdomains #80
|
@ -88,11 +88,7 @@
|
||||||
|
|
||||||
# https://forgejo.org/docs/latest/admin/config-cheat-sheet/#webhook-webhook
|
# https://forgejo.org/docs/latest/admin/config-cheat-sheet/#webhook-webhook
|
||||||
webhook = {
|
webhook = {
|
||||||
ALLOWED_HOST_LIST = [
|
ALLOWED_HOST_LIST = "loopback,external,*.pub.solar";
|
||||||
"loopback"
|
|
||||||
"external"
|
|
||||||
"*.pub.solar"
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# See https://forgejo.org/docs/latest/admin/actions/
|
# See https://forgejo.org/docs/latest/admin/actions/
|
||||||
|
|
Loading…
Reference in a new issue