implemented explicit filter & other fixes

This commit is contained in:
architect.in.git
2025-03-23 09:35:15 -06:00
parent 81c79aa676
commit ed351ad8fc
12 changed files with 468 additions and 100 deletions

View File

@@ -21,6 +21,7 @@ services:
- REDIS_DB=0
- REDIS_URL=redis://redis:6379/0
- REDIS_BACKEND=redis://redis:6379/0
- EXPLICIT_FILTER=false # Set to true to filter out explicit content
depends_on:
- redis