WIP: feat: adds anubis bot protection #8
@ -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
7
compose.anubis.yml
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
version: "3.8"
|
||||
services:
|
||||
app:
|
||||
deploy:
|
||||
labels:
|
||||
- "traefik.http.routers.${STACK_NAME}.middlewares=anubis"
|
||||
Reference in New Issue
Block a user