update webapp

This commit is contained in:
Purple
2026-01-17 21:11:11 +00:00
parent 23c0bf2ed4
commit 5d7047ed4b
2 changed files with 14 additions and 0 deletions

View File

@@ -13,6 +13,14 @@ DB_NAME=geofeed_manager
DB_USER=geofeed DB_USER=geofeed
DB_PASSWORD=change_me_user_password 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) # BunnyCDN Configuration (for n8n workflow)
BUNNY_STORAGE_ZONE=your-storage-zone BUNNY_STORAGE_ZONE=your-storage-zone
BUNNY_API_KEY=your-api-key BUNNY_API_KEY=your-api-key

View File

@@ -141,6 +141,12 @@ AUTH_USERNAME=admin
AUTH_PASSWORD=your_secure_password 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. The login session expires after 24 hours of inactivity.
### IP Registry Integration ### IP Registry Integration