mirror of
https://github.com/Dodelidoo-Labs/sonobarr.git
synced 2026-01-18 02:38:08 -05:00
### Added - PUID/PGID environment support to map container UID/GID for host-friendly file ownership. - Documentation and sample env entries explaining UID/GID mapping and startup privilege behavior. - Small in-app help link for the root folder path. - Minimum versions for key HTTP and WSGI libraries to improve compatibility. ### Changed - Entrypoint now handles ownership fixes and privilege drop at runtime instead of enforcing a build-time non-root user. - Contribution guide updated to require PRs, encourage single-feature PRs, and clarify testing/rebuild workflow. ### Security - Pin minimum versions for critical libraries to address compatibility and known vulnerabilities and improve overall security posture.
36 lines
764 B
Plaintext
36 lines
764 B
Plaintext
secret_key=
|
|
|
|
# Container user mapping (UID/GID)
|
|
PUID=1000
|
|
PGID=1000
|
|
|
|
# Lidarr configuration
|
|
lidarr_address=http://192.168.1.1:8686
|
|
lidarr_api_key=
|
|
root_folder_path=/data/media/music/
|
|
quality_profile_id=1
|
|
metadata_profile_id=1
|
|
lidarr_api_timeout=120
|
|
fallback_to_top_result=false
|
|
search_for_missing_albums=false
|
|
dry_run_adding_to_lidarr=false
|
|
|
|
# Discovery tuning
|
|
similar_artist_batch_size=10
|
|
auto_start=false
|
|
auto_start_delay=60
|
|
|
|
# External APIs
|
|
last_fm_api_key=
|
|
last_fm_api_secret=
|
|
youtube_api_key=
|
|
openai_api_key=
|
|
openai_model=gpt-4o-mini
|
|
openai_max_seed_artists=5
|
|
|
|
# Super-admin bootstrap (used on first launch)
|
|
sonobarr_superadmin_username=admin
|
|
sonobarr_superadmin_password=change-me
|
|
sonobarr_superadmin_display_name=Super Admin
|
|
sonobarr_superadmin_reset=false
|