1
0
Fork 0

Explicitly configure all previews

This commit is contained in:
Alex Kotov 2023-08-29 17:32:44 +04:00
parent 2b5f9efa30
commit c53c772c4f
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 6 additions and 2 deletions

View File

@ -16,11 +16,15 @@ services:
# Fix permissions
- PUID=1000
- PGID=1000
# Previews with fallbacks
- PREVIEW_ARCHIVE_DOT_ORG=True
- PREVIEW_ORIGINALS=True
# Previews without fallbacks
- PREVIEW_MEDIA=False
- PREVIEW_GIT=False
# Extractors
- USE_GIT=False
- USE_YOUTUBEDL=False
- SAVE_ARCHIVE_DOT_ORG=False
- SAVE_MEDIA=False
- SAVE_GIT=False
- PREVIEW_MEDIA=False
- PREVIEW_GIT=False