From 5d7047ed4bc32b5aca1dedd039ca79e5cc7e1754 Mon Sep 17 00:00:00 2001 From: Purple Date: Sat, 17 Jan 2026 21:11:11 +0000 Subject: [PATCH] update webapp --- .env.example | 8 ++++++++ README.md | 6 ++++++ 2 files changed, 14 insertions(+) diff --git a/.env.example b/.env.example index 7d23f3e..9176171 100644 --- a/.env.example +++ b/.env.example @@ -13,6 +13,14 @@ DB_NAME=geofeed_manager DB_USER=geofeed DB_PASSWORD=change_me_user_password +# Authentication (CHANGE THESE!) +AUTH_USERNAME=admin +AUTH_PASSWORD=change_me_secure_password + +# IP Registry API (optional - for IP enrichment) +# Get your free API key from https://ipregistry.co +IPREGISTRY_API_KEY= + # BunnyCDN Configuration (for n8n workflow) BUNNY_STORAGE_ZONE=your-storage-zone BUNNY_API_KEY=your-api-key diff --git a/README.md b/README.md index fe7efa9..cd04f51 100644 --- a/README.md +++ b/README.md @@ -141,6 +141,12 @@ AUTH_USERNAME=admin AUTH_PASSWORD=your_secure_password ``` +**Default Credentials:** +- Username: `admin` +- Password: `changeme` + +> **Warning:** Change the default password immediately after deployment! Set `AUTH_PASSWORD` in your `.env` file or environment variables. + The login session expires after 24 hours of inactivity. ### IP Registry Integration