update webapp
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user