- Switch to shared build-and-push.sh; version read from docs/changelog.md - Add docs/changelog.md; remove version.txt, .last-branch, .gitignore - Stack: image tag via SLEEP_MEDITATION_IMAGE_TAG - Downloader: YouTube support (yt-dlp + ffmpeg), best audio to mp3 - Downloader: Content-Type validation for direct URLs - Downloader: auto-fetch YouTube title; title field optional - Downloader: progress bar with phase (downloading/converting) - Downloader: store source URL per file; show Source link in manage list Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
6 lines
187 B
Bash
6 lines
187 B
Bash
# Portainer stack variables
|
|
SLEEP_MEDITATION_IMAGE_TAG=dev
|
|
SLEEP_MEDITATION_PORT=8100
|
|
SLEEP_MEDITATION_DOWNLOADER_PORT=8101
|
|
SLEEP_MEDITATION_MP3_PATH=/docker/appdata/sleep-meditation/mp3
|