.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
WHISPER_API_URL
Path to the whisper.cpp binary Use the whisper.cpp container
WHISPER_API_LANGUAGE
WHISPER_API_TASK
WHISPER_API_WORD_TS
API_BASE
Ollama (OpenAI-compatible) endpoint
OPENAI_API_KEY
secret
Ollama doesn't need a real key, but the SDK/client expects something
LLM_MODEL
Model served by Ollama (change to what you pulled)
OUT_DIR
Where outputs are written
brew install flyctl && fly launch --from https://github.com/alemtuzlak/video-to-social-previews
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/alemtuzlak/video-to-social-previews
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/alemtuzlak/video-to-social-previews