mirror of https://gitlab.crans.org/nounous/nixos
Merge branch 'anubis' into 'main'
fix: add exception for geneau See merge request nounous/nixos!53main
commit
0922bbd0d6
|
|
@ -118,6 +118,16 @@ let
|
||||||
path_regex = "^/[a-zA-Z0-9_-]*/public/.*";
|
path_regex = "^/[a-zA-Z0-9_-]*/public/.*";
|
||||||
action = "ALLOW";
|
action = "ALLOW";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
# geneau utilisait ses pages persos avant la mise en place d'Anubis.
|
||||||
|
# Le déploiement d'Anubis l'a impacté (cf les mails de fin 2025).
|
||||||
|
# À titre transitoire, il a été décidé en décembre 2025 de faire une
|
||||||
|
# exception pour lui permettre de continuer son utilisation des pages
|
||||||
|
# persos en attente d'une meilleure méthode.
|
||||||
|
name = "allow-geneau";
|
||||||
|
path_regex = "^/geneau/.*";
|
||||||
|
action = "ALLOW";
|
||||||
|
}
|
||||||
{
|
{
|
||||||
import = "${antiBot}";
|
import = "${antiBot}";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue