Lnfmonitor_dashboard is an open-source system monitoring dashboard built with Node.js and React. It provides real-time insights into CPU, memory, disk, and network usage through a clean and responsive interface.

2 Open Issues Need Help Last updated: Sep 11, 2025

Open Issues Need Help

View All on GitHub

AI Summary: This issue requests the implementation of a language switcher in the header of the LnfMonitor application, allowing users to toggle between Portuguese (Brazil) and English (US). It requires integrating `i18next` and `react-i18next`, extracting existing strings into translation files, persisting the user's language preference in `localStorage`, and dynamically updating the `<html>` lang attribute without page reloads.

Complexity: 3/5
enhancement help wanted

Lnfmonitor_dashboard is an open-source system monitoring dashboard built with Node.js and React. It provides real-time insights into CPU, memory, disk, and network usage through a clean and responsive interface.

JavaScript

AI Summary: The issue requests an "all-in-one" Docker image for LnfMonitor, combining its Node API and Nginx-served UI within a single container. Key requirements include a unified HTTP port, API routing via `/api`, configurable environment variables, and a healthcheck, along with an example `docker-compose.yml`. Optionally, a basic Helm chart for deployment is also requested.

Complexity: 3/5
enhancement help wanted good first issue

Lnfmonitor_dashboard is an open-source system monitoring dashboard built with Node.js and React. It provides real-time insights into CPU, memory, disk, and network usage through a clean and responsive interface.

JavaScript