The documentation (README.md and QUICKSTART.md) and the docker-compose example contain mismatched environment variables. Additionally, some listed environment variables are not used in the current DebriDav code.
Valid Environment Variables (within the debridav service of the docker compose)
- DEBRIDAV_ROOTPATH=${DEBRIDAV_ROOT_PATH}
- DEBRIDAV_DOWNLOADPATH=${DEBRIDAV_DOWNLOAD_PATH}
- DEBRIDAV_MOUNTPATH=${DEBRIDAV_MOUNT_PATH}
- DEBRIDAV_CACHELOCALDEBRIDFILESTHRESHOLDMB=${DEBRIDAV_CACHE_LOCAL_DEBRID_FILES_THRESHOLD_MB}
- DEBRIDAV_DEBRIDCLIENTS=${DEBRIDAV_DEBRID_CLIENTS}
- PREMIUMIZE_APIKEY=${PREMIUMIZE_API_KEY}
- REALDEBRID_APIKEY=${REAL_DEBRID_API_KEY}
- EASYNEWS_USERNAME=${EASYNEWS_USERNAME}
- EASYNEWS_PASSWORD=${EASYNEWS_PASSWORD}
- SONARR_INTEGRATIONENABLED=${SONARR_INTEGRATION_ENABLED}
- SONARR_HOST=${SONARR_HOST}
- SONARR_PORT=${SONARR_PORT}
- SONARR_APIKEY=${SONARR_API_KEY}
- RADARR_INTEGRATIONENABLED=${RADARR_INTEGRATION_ENABLED}
- RADARR_HOST=${RADARR_HOST}
- RADARR_PORT=${RADARR_PORT}
- RADARR_APIKEY=${RADARR_API_KEY}
Invalid or Unused Environment Variables (within the debridav service of the docker compose)
- DEBRIDAV_MOUNT_PATH_CONTAINERS=${DEBRIDAV_MOUNT_PATH_CONTAINERS}
- DEBRIDAV_MOUNT_PATH_LOCAL_FS=${DEBRIDAV_MOUNT_PATH_LOCAL_FS}
- DEBRIDAV_CACHE-LOCAL-DEBRIDFILES-THRESHOLDMB=${DEBRIDAV_CACHE_LOCAL_DEBRID_FILES_THRESHOLD_MB}
Updating the documentation and the example docker-compose file would be beneficial for others.
The documentation (README.md and QUICKSTART.md) and the docker-compose example contain mismatched environment variables. Additionally, some listed environment variables are not used in the current DebriDav code.
Valid Environment Variables (within the debridav service of the docker compose)
Invalid or Unused Environment Variables (within the debridav service of the docker compose)
Updating the documentation and the example docker-compose file would be beneficial for others.