Explo modifications.
Auto-Unseal for Vault / Unseal Vault (push) Waiting to run

This commit is contained in:
2025-05-19 19:22:37 -04:00
parent 346677c903
commit 9d45ee9e88
+4 -4
View File
@@ -1279,7 +1279,7 @@ services:
explo:
container_name: explo
environment:
CRON_SCHEDULE: 15 00 * * 2 # Runs weekly, every Tuesday 15 minutes past midnight (UTC time)
CRON_SCHEDULE: 0 5 * * 2
# Music system you use (emby, jellyfin, mpd, plex or subsonic)
EXPLO_SYSTEM: subsonic
SYSTEM_URL: http://navidrome:4533
@@ -1287,7 +1287,7 @@ services:
SYSTEM_PASSWORD: ${NAVIDROME_PASSWORD}
DOWNLOAD_DIR: /downloads
PLAYLIST_DIR: /playlists
LISTENBRAINZ_USER: Trez.One
LISTENBRAINZ_USER: "Trez.One"
YOUTUBE_API_KEY: ${YOUTUBE_DATA_API_V3_KEY}
# Assign a custom path to yt-dlp
# YTDLP_PATH=
@@ -1300,9 +1300,9 @@ services:
# 'playlist' to get tracks from Weekly Exploration playlist, anything else gets it from API (not the best recommendations). 'test' will download 1 song
LISTENBRAINZ_DISCOVERY: playlist
# Time to sleep (in minutes) between scanning and querying tracks from your system (If using Subsonic, Jellyfin)
# SLEEP=2
SLEEP: 5
# Whether to provide additional info for debugging
# DEBUG=false
DEBUG: true
SINGLE_ARTIST: true
image: ghcr.io/lumepart/explo:latest
restart: unless-stopped