Initial commit

This commit is contained in:
scoped
2026-05-15 02:41:52 +00:00
commit e2de5f705a
73 changed files with 9965 additions and 0 deletions

28
dist/sortarr/.env.example vendored Normal file
View 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