From b8bb380ea5713e2e8c7b34b92ad952b7ff9fee4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Tue, 4 Nov 2025 23:28:09 +0100 Subject: [PATCH] fix: remove SCRAPY_AUTH_USERS default from arty.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Removed default SCRAPY_AUTH_USERS value from arty.yml to ensure credentials are only read from .env file (secrets). This fixes login issues where the default placeholder value was being used instead of actual credentials from .env. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- arty.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/arty.yml b/arty.yml index 991e33c..493b37e 100644 --- a/arty.yml +++ b/arty.yml @@ -62,7 +62,6 @@ envs: SCRAPY_TRAEFIK_HOST: scrapy.pivoine.art SCRAPY_SCRAPYD_PORT: 6800 SCRAPY_SCRAPYRT_PORT: 9080 - SCRAPY_AUTH_USERS: admin:$$apr1$$changeme$$example # n8n N8N_TRAEFIK_ENABLED: true N8N_COMPOSE_PROJECT_NAME: n8n