WIP: feat: adds anubis bot protection #8

Draft
devydave wants to merge 1 commits from feat-anubis-support into main
2 changed files with 10 additions and 0 deletions

View File

@ -30,6 +30,9 @@ LAUTI_THEME=default # 'default' creates a new theme based on the lauti theme
#LAUTI_MAIL_ALLOW_LIST=mail@example.com,mail2@example.com
#LAUTI_MAIL_SMTP_SECURE=SSL
## Anubis
#COMPOSE_FILE="$COMPOSE_FILE:compose.anubis.yml"
## Debugging
#LAUTI_DEBUG=false
#LAUTI_LOG_LEVEL=info

7
compose.anubis.yml Normal file
View File

@ -0,0 +1,7 @@
---
version: "3.8"
services:
app:
deploy:
labels:
- "traefik.http.routers.${STACK_NAME}.middlewares=anubis"