# =================================================================== # Sublarr — Environment Configuration # Copy this file to .env and adjust values for your setup. # # Only server-level settings belong here: container identity, port, # paths, and infrastructure service endpoints. # # Everything else (translation model, language pair, provider API # keys, Sonarr/Radarr integration, wanted/webhook/upgrade behaviour, # etc.) is configured in the Settings UI after the container starts: # http://localhost: # =================================================================== # --- Docker / Compose interpolation ------------------------------ VERSION=0.1.0 # Must match backend/VERSION — used as Docker image tag PUID=1000 PGID=1000 # --- Server ------------------------------------------------------- SUBLARR_PORT=5765 # --- Paths (must match volume mounts in docker-compose.yml) ------ SUBLARR_MEDIA_PATH=/media SUBLARR_DB_PATH=/config/sublarr.db # --- Ollama (LLM service endpoint) -------------------------------- # URL of your Ollama instance. This is an infrastructure-level # connection endpoint, not configurable in the Settings UI. SUBLARR_OLLAMA_URL=http://ollama:11434 # --- Security (optional) ------------------------------------------ # Uncomment to require API key auth for all API requests. # Set once and keep stable — changing requires updating any *arr # webhook connections that use the key. # SUBLARR_API_KEY=