diff --git a/CHANGELOG.md b/CHANGELOG.md index 60bbf1c..d7dfd27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. --- +## [v1.0.4] - 2025-12-18 20:46 + +### Added +- Simple Login +- Windows support +- Discord alerts +- New server page (graphs, ecc) +- New servers page (delete option) +--- + ## [v1.0.3] - 2025-12-18 20:46 ### Added diff --git a/README.md b/README.md index d6268a3..2b6fe68 100644 --- a/README.md +++ b/README.md @@ -123,12 +123,14 @@ Your setup consists of the following components: ## Latest Release -## [v1.0.3] - 2025-12-18 20:46 +## [v1.0.4] - 2025-12-18 20:46 ### Added -- Automatic URL for installation -- 1 Layer for Security db dir - +- Simple Login +- Windows support +- Discord alerts +- New server page (graphs, ecc) +- New servers page (delete option) --- diff --git a/php/public/index.php b/php/public/index.php index a62cc5e..3aa130f 100644 --- a/php/public/index.php +++ b/php/public/index.php @@ -55,33 +55,97 @@ - @@ -110,15 +174,6 @@ Servers - - - - Alerts diff --git a/php/public/pages/dashboard.php b/php/public/pages/dashboard.php index 5ac6532..11b9480 100644 --- a/php/public/pages/dashboard.php +++ b/php/public/pages/dashboard.php @@ -76,11 +76,16 @@
-
+
@@ -123,5 +128,13 @@ The agent runs every minute and starts automatically after reboot.
+
+ + Source code, documentation & issues: + + github.com/DemOnJR/ServersMonitoring + +
+
-
+ \ No newline at end of file