You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A new compact widget page is now available for embedding LogLynx analytics in external dashboards like Homarr, Home Assistant, or any platform that supports iframes. Features:
Real-time mode with live updates (5s refresh)
Summary mode for time periods (1h, 24h, 7d, 30d)
Light and dark themes
Compact metrics: requests, error rate, response time, unique IPs
The dashboard now supports configurable timezone display for all charts and timestamps. Configuration:
TIMEZONE=UTC # IANA timezone (e.g., UTC, America/New_York, Europe/London)
What it does:
All charts display data in the configured timezone
Timestamps in tables respect the timezone setting
Default is UTC if not configured
Note: This only affects display. Data is stored in UTC in the database for consistency.
Fixed: Splash Screen Appearing After Log Rotation (fix issue #63)
The splash screen would incorrectly appear after log rotation, even when the database contained existing data. This was caused by the progress percentage calculation returning 0% when the log file was rotated (empty file). What was fixed:
Progress percentage now correctly shows 100% for rotated files that were previously processed
hasExistingData check is now performed at startup to properly distinguish between fresh installations and existing databases
Splash screen only appears on truly fresh installations
Security
Dependency Updates
Updated Go to 1.25.7 with security patches
Updated all dependencies to latest secure versions
API Changes
New Endpoints
Endpoint
Description
GET /widget
Widget UI page
GET /api/v1/widget/data
Real-time widget data
GET /api/v1/widget/summary
Summary data for time period
GET /api/v1/widget/timeline
Timeline data for sparkline charts
Configuration
New Environment Variables
Variable
Default
Description
WIDGET_ENABLED
false
Enable/disable widget endpoints
TIMEZONE
UTC
Dashboard display timezone (IANA format)
Upgrade Notes
No breaking changes. Simply update your container image to k0lin/loglynx:v1.0.9.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
LogLynx v1.0.9 - Widget Integration, Log Rotation Fix, Timezone Support & Security Updates
New Features
Widget Integration for Dashboard Embedding
A new compact widget page is now available for embedding LogLynx analytics in external dashboards like Homarr, Home Assistant, or any platform that supports iframes.
Features:
Usage:
http://your-loglynx:8080/widget?theme=dark&time=24h
Configuration:
WIDGET_ENABLED=true # Enable/disable widget (default: false)
📖 Full documentation: Widget Guide
Timezone Support for Dashboard Display
The dashboard now supports configurable timezone display for all charts and timestamps.
Configuration:
TIMEZONE=UTC # IANA timezone (e.g., UTC, America/New_York, Europe/London)
What it does:
Note: This only affects display. Data is stored in UTC in the database for consistency.
And add to the Configuration section:
Bug Fixes
Fixed: Splash Screen Appearing After Log Rotation (fix issue #63)
The splash screen would incorrectly appear after log rotation, even when the database contained existing data. This was caused by the progress percentage calculation returning 0% when the log file was rotated (empty file).
What was fixed:
hasExistingDatacheck is now performed at startup to properly distinguish between fresh installations and existing databasesSecurity
Dependency Updates
API Changes
New Endpoints
GET /widgetGET /api/v1/widget/dataGET /api/v1/widget/summaryGET /api/v1/widget/timelineConfiguration
New Environment Variables
WIDGET_ENABLEDfalseTIMEZONEUTCUpgrade Notes
No breaking changes. Simply update your container image to
k0lin/loglynx:v1.0.9.What's Changed
Full Changelog: v1.0.8...v1.0.9
This discussion was created from the release v1.0.9.
Beta Was this translation helpful? Give feedback.
All reactions