Dispatcharr/core
SergeantPanda de31826137 refactor: externalize Redis and Celery configuration via environment variables
Replace hardcoded localhost:6379 values throughout codebase with environment-based configuration. Add REDIS_PORT support and allow REDIS_URL override for external Redis services. Configure Celery broker/result backend to use Redis settings with environment variable overrides.

Closes #762
2025-12-18 16:54:59 -06:00
..
fixtures
management/commands
migrations
__init__.py
admin.py
api_urls.py
api_views.py
apps.py
command_utils.py
models.py
redis_pubsub.py
serializers.py
signals.py
tasks.py Enhancement: Stream group as available hash option: Users can now select 'Group' as a hash key option in Settings → Stream Settings → M3U Hash Key, allowing streams to be differentiated by their group membership in addition to name, URL, TVG-ID, and M3U ID 2025-12-18 15:26:08 -06:00
tests.py
urls.py
utils.py
views.py refactor: externalize Redis and Celery configuration via environment variables 2025-12-18 16:54:59 -06:00
xtream_codes.py