A modern server monitoring and security management platform built with React, TypeScript, and Django Everest provides a clean, fast dashboard alternative to traditional tools like webmin or cockpit.

cybersecurity dashboard homelab monitoring network network-monitoring network-security python self-hosted server
3 Open Issues Need Help Last updated: Aug 7, 2025

Open Issues Need Help

View All on GitHub
Web Development Monitoring and Security

AI Summary: Fix the refresh button on the system logs tab of the Everyst server monitoring dashboard. The current implementation reloads the entire page; it should only refresh the table content, mirroring the functionality of the application logs tab. This involves comparing and adjusting the refresh logic between the two tabs.

Complexity: 2/5
bug good first issue

A modern server monitoring and security management platform built with React, TypeScript, and Django Everest provides a clean, fast dashboard alternative to traditional tools like webmin or cockpit.

TypeScript
#cybersecurity#dashboard#homelab#monitoring#network#network-monitoring#network-security#python#self-hosted#server
Web Development Monitoring and Security

AI Summary: Debug and fix a double load trigger in the React/TypeScript frontend of a server monitoring dashboard that causes a visual glitch on the system logs tab. The solution requires identifying and removing the redundant load trigger to ensure the tab loads smoothly without visual artifacts.

Complexity: 3/5
bug good first issue

A modern server monitoring and security management platform built with React, TypeScript, and Django Everest provides a clean, fast dashboard alternative to traditional tools like webmin or cockpit.

TypeScript
#cybersecurity#dashboard#homelab#monitoring#network#network-monitoring#network-security#python#self-hosted#server
Web Development Monitoring and Security

AI Summary: The Everyst project's uptime calculation currently runs within an asynchronous context, causing issues. The task requires refactoring this code to utilize threading instead, ensuring correct uptime calculations without blocking the asynchronous operations.

Complexity: 3/5
bug good first issue

A modern server monitoring and security management platform built with React, TypeScript, and Django Everest provides a clean, fast dashboard alternative to traditional tools like webmin or cockpit.

TypeScript
#cybersecurity#dashboard#homelab#monitoring#network#network-monitoring#network-security#python#self-hosted#server