17 lines
520 B
Text
17 lines
520 B
Text
|
|
# Copy this file to .env and fill in your values.
|
||
|
|
# Then run: docker compose up -d
|
||
|
|
|
||
|
|
# Your TorrentClaw API key (required).
|
||
|
|
# Get it at: https://torrentclaw.com/settings/api-keys
|
||
|
|
UNARR_API_KEY=tc_your_key_here
|
||
|
|
|
||
|
|
# Absolute path to your media / downloads folder.
|
||
|
|
# This is where finished movies and shows will be saved.
|
||
|
|
DOWNLOAD_DIR=/home/youruser/Media
|
||
|
|
|
||
|
|
# (Optional) Config directory — defaults to ./config next to this file.
|
||
|
|
# CONFIG_DIR=/home/youruser/.config/unarr
|
||
|
|
|
||
|
|
# (Optional) Timezone for logs.
|
||
|
|
# TZ=Europe/Madrid
|