Initial commit
This commit is contained in:
28
dist/sortarr/.env.example
vendored
Normal file
28
dist/sortarr/.env.example
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
# Sortarr Environment Configuration
|
||||
|
||||
# Network Settings
|
||||
SORTARR_WEB_PORT=8088
|
||||
SORTARR_API_PORT=8099
|
||||
SORTARR_TZ=Etc/UTC
|
||||
|
||||
# Runtime Settings
|
||||
# Set to 'true' to simulate moves without actually moving files
|
||||
SORTARR_DRY_RUN=false
|
||||
SORTARR_LOG_LEVEL=INFO
|
||||
SORTARR_SCAN_INTERVAL_SECONDS=20
|
||||
SORTARR_SETTLE_SECONDS=90
|
||||
SORTARR_MIN_FREE_GB=20
|
||||
|
||||
# Optional: TMDb API for posters and metadata
|
||||
TMDB_API_KEY=
|
||||
TMDB_BEARER_TOKEN=
|
||||
|
||||
# Host Paths (Relative to docker-compose.yaml or absolute paths)
|
||||
DOWNLOADS_PATH=./downloads
|
||||
CONFIG_PATH=./config
|
||||
LOGS_PATH=./logs
|
||||
DATA_PATH=./data
|
||||
DRIVE1_PATH=./media/drive1
|
||||
DRIVE2_PATH=./media/drive2
|
||||
DRIVE3_PATH=./media/drive3
|
||||
DRIVE4_PATH=./media/drive4
|
||||
Reference in New Issue
Block a user