From 7e852ac7f78d365fb5c90f0a5731941f0cbe1732 Mon Sep 17 00:00:00 2001 From: Floke Date: Sat, 31 Jan 2026 05:49:27 +0000 Subject: [PATCH] [2f988f42] Webinterface wieder zum Laufen gebracht Webinterface wieder zum Laufen gebracht --- .dev_session/SESSION_INFO | 2 +- .htpasswd | 3 ++- docker-compose.yml | 5 ++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.dev_session/SESSION_INFO b/.dev_session/SESSION_INFO index e73ceab1..2176c22b 100644 --- a/.dev_session/SESSION_INFO +++ b/.dev_session/SESSION_INFO @@ -1 +1 @@ -{"task_id": "2f888f42-8544-81fc-a92d-f5670a995110", "token": "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", "session_start_time": "2026-01-30T11:54:46.937258"} \ No newline at end of file +{"task_id": "2f988f42-8544-8100-9dba-e69ee2376730", "token": "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", "session_start_time": "2026-01-31T05:48:55.785384"} \ No newline at end of file diff --git a/.htpasswd b/.htpasswd index 23712c12..504355ee 100644 --- a/.htpasswd +++ b/.htpasswd @@ -1 +1,2 @@ -admin:$1$RzTlC0sX$L2VQ31MyQ0Wefz1vNG7Yf1 +admin:$2y$05$8ME32KbARl9ezzv29uuCR.wzDEQvyn3ta3eMYy.7Jm8yGN.wz9A4K + diff --git a/docker-compose.yml b/docker-compose.yml index 803b7d2c..60a3c54f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -21,11 +21,10 @@ services: ports: - "8000:8000" environment: - API_USER: "your_api_user" # Placeholder - API_PASSWORD: "your_api_password" # Placeholder + API_USER: "admin" + API_PASSWORD: "gemini" volumes: - ./company-explorer/backend:/app/backend # Sideloading backend changes - - ./company-explorer/frontend_static:/frontend_static # Sideloading frontend changes if any - ./companies_v3_fixed_2.db:/app/companies_v3_fixed_2.db # Database persistence, as per MIGRATION_PLAN.md volumes: