Open Issues Need Help
View All on GitHubAI 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.
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.
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.
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.