Is this a new feature request?
Wanted change
Configure Sonarr and Radarr applications from environment variables.
Example:
SONARR_ENABLE=true
SONARR_APIKEY=XXXXX
SONARR_BASE_URL=/sonarr
Reason for change
To avoid manual setup from webui after startup.
Automatic setup from .env file in docker-compose stack
Proposed code change
No response