Add new ifsr website (still in testing)

This commit is contained in:
Frieder Hannenheim 2025-05-21 16:56:52 +02:00
parent 4941567bb9
commit a6e807a5da
3 changed files with 53 additions and 0 deletions

View file

@ -73,6 +73,9 @@ in
actions.ENABLED = true;
# federation.ENABLED = true;
webhook.ALLOWED_HOST_LIST = "*.ifsr.de";
cors = {
ENABLED = true;
};
};
};