Suppression code mort

hachino-test
Pyjacpp 2026-07-11 10:58:32 +02:00
parent 24a71dd509
commit b90c2af0ec
No known key found for this signature in database
GPG Key ID: ED479A5A26930939
1 changed files with 0 additions and 23 deletions

View File

@ -1,5 +1,4 @@
{
pkgs,
lib,
config,
...
@ -8,28 +7,6 @@
let
cfg = config.crans.reverseProxy;
formatJSON = pkgs.formats.json { };
allowAll = formatJSON.generate "allow_all.json" {
bots = [
{
name = "allow_all";
path_regex = ".*";
action = "ALLOW";
}
];
};
open_graph = formatJSON.generate "opengraph.json" {
openGraph = [
{
enabled = true;
considerHost = true;
ttl = "24h";
}
];
};
mainTld = "org";
otherTld = [
"fr"