mirror of
https://github.com/SoPat712/allstarr.git
synced 2026-02-09 23:55:10 -05:00
feat: add explicit content filter for Deezer tracks (#22)
This commit is contained in:
@@ -9,6 +9,8 @@ services:
|
||||
- ASPNETCORE_ENVIRONMENT=Production
|
||||
# Navidrome/Subsonic server URL
|
||||
- Subsonic__Url=${SUBSONIC_URL:-http://localhost:4533}
|
||||
# Explicit content filter: All, ExplicitOnly, CleanOnly (default: ExplicitOnly)
|
||||
- Subsonic__ExplicitFilter=${EXPLICIT_FILTER:-ExplicitOnly}
|
||||
# Download path inside container
|
||||
- Library__DownloadPath=/app/downloads
|
||||
# Deezer ARL token (required)
|
||||
|
||||
Reference in New Issue
Block a user