vladgh / docker_base_images

Vlad's Base Images for Docker
Apache License 2.0
90 stars 40 forks source link

feat(minidlna): Add notify interval configuration #286

Closed DNedic closed 4 months ago

DNedic commented 5 months ago

This adds the MINIDLNA_NOTIFY_INTERVAL configuration variable, which can be useful for situations where the device you need DLNA advertised to is not constantly running, and would otherwise need to wait up to full 15 minutes for the service advertisement after boot.

DNedic commented 5 months ago

Added documentation for the feature.

vladgh commented 4 months ago

Thank you!