Releases: rubiojr/ergs
Releases · rubiojr/ergs
v1.6.0
v1.5.0
v1.4.5
v1.4.4
- Ergs web now has a favicon 🖼️
v1.4.3
v1.4.2
Reload support
✨ New Features
- Configuration Reload: Dynamic configuration reloading without service restart
- Automatic file watching: Config changes detected automatically using filesystem events
- SIGHUP signal support: Manual reload via Unix signals (
kill -HUP <pid>
)
Ergs data explorer and API
✨ New Features
-
Web Interface: Added modern web UI accessible via
ergs web
- Browse and search all datasources with responsive design
- Real-time pagination and filtering (30 items per page)
- Specialized renderers for each datasource type (GitHub, Firefox, HN, RSS, etc.)
-
REST API: JSON endpoints for programmatic access
/api/datasources
- List datasources/api/search
- Search across all data/api/datasources/{name}
- Browse specific datasource
🚀 Usage
# Start web interface
ergs web --port 8080
# Access at http://localhost:8080
