From fe0c50fc8ff02c63f0f408f2f545f8a3e3719acc Mon Sep 17 00:00:00 2001 From: Viren070 Date: Mon, 10 Nov 2025 00:29:35 +0000 Subject: [PATCH] fix(easynews-indexer): correct api key env var --- apps/easynews-indexer/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/easynews-indexer/.env b/apps/easynews-indexer/.env index cd1b46f..1eaf5ae 100644 --- a/apps/easynews-indexer/.env +++ b/apps/easynews-indexer/.env @@ -5,6 +5,6 @@ EASYNEWS_USER=your_easynews_username EASYNEWS_PASS=your_easynews_password # Set any API Key you want here to protect access to the indexer, you would use it as the API Key when adding the indexer to the application you want to use it with (e.g. NZBHydra, AIOStreams, etc.) -NEWZNAB_API_KEY=testkey +NEWZNAB_APIKEY=testkey # Note: easynews-indexer will not be exposed publicly via Traefik. You can simply use http://easynews-indexer:8081 which is accessible by all other containers / apps.