feat(aep): carte AEP — push Gitea 2026-04-28

This commit is contained in:
Jules Neny
2026-04-28 14:00:05 +02:00
commit 21c44d8193
86 changed files with 31855 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
[Unit]
Description=Purge des fichiers rate-limit AEP anciens
[Service]
Type=oneshot
ExecStartPre=/bin/mkdir -p /tmp/nav-ratelimit
ExecStart=/usr/bin/find /tmp/nav-ratelimit/ -type f -mtime +1 -delete