Commit Graph
333 Commits
Author SHA1 Message Date
headlessdev cd8379407a Refactor ServerDetail component to improve chart configuration and cleanup logic. Added common chart options for CPU, RAM, and Disk usage, ensuring consistent y-axis settings. Updated time range selection for better clarity and usability. 2025-04-23 19:16:49 +02:00
headlessdev 4e58dc5a0b Server History Page 2025-04-23 18:55:45 +02:00
headlessdev 4381f20146 Fixed custom server icons not visible in dark mode 2025-04-23 14:15:37 +02:00
headlessdev b3fe8f83b1 Version Bump 2025-04-23 13:43:07 +02:00
headlessdev 828b1e4fbe Docs Hotfix v0.0.8 2025-04-21 16:06:35 +02:00
headlessdev 686088e08c docs build 2025-04-21 16:02:55 +02:00
headlessdevandGitHub f164f9dea2 Update README.md 2025-04-21 15:53:04 +02:00
headlessdevandGitHub 10acf3c738 v0.0.8->main
V0.0.8
2025-04-21 15:51:17 +02:00
headlessdev 9ee8d28fe8 Update .dockerignore to include 'docs/' directory 2025-04-21 15:43:21 +02:00
headlessdev c52581e4e3 Update README with new dashboard and applications page images, and mark Simple Server Monitoring History as a task 2025-04-21 15:42:54 +02:00
headlessdev 5b411b9f3d Fix spacing in Pushover add notifcation 2025-04-21 15:39:10 +02:00
headlessdev 1063072757 Pushover Placeholders 2025-04-21 15:35:38 +02:00
headlessdev 93841120aa Add Pushover notification to go 2025-04-21 15:34:56 +02:00
headlessdev 27a63a9025 Add Pushover Configuration to frontend 2025-04-21 15:31:38 +02:00
headlessdev d51908b48d Add pushover to notification add api 2025-04-21 15:28:36 +02:00
headlessdev e0c159cb71 pushover settings in notifcations model 2025-04-21 15:27:40 +02:00
headlessdev ce9bdadb69 Delete server_history of a server on server deletion 2025-04-21 15:20:10 +02:00
headlessdev 082e36a34c Updated Attribution 2025-04-21 15:16:56 +02:00
headlessdev 861ed28e45 Updated Docs 2025-04-21 15:14:40 +02:00
headlessdev 8dade95c75 agent notifications for server offline/online 2025-04-21 13:31:07 +02:00
headlessdev 1ae8b3e324 server_history model 2025-04-21 13:25:55 +02:00
headlessdev 21dd61c597 Update notification text handling in API and dashboard to support separate application and server notification texts. 2025-04-21 13:22:40 +02:00
headlessdev 49eeab4848 Refactor settings model in Prisma schema to rename notification_text field to notification_text_application and add notification_text_server field for improved clarity and organization. 2025-04-21 13:15:30 +02:00
headlessdev f47e22fe27 Dashboard UI Fix 2025-04-21 13:11:37 +02:00
headlessdev 809bf19eb4 Grid/List View Pagination Fix 2025-04-21 12:56:32 +02:00
headlessdev a1a5e5e299 Updated Status indicator 2025-04-21 12:40:55 +02:00
headlessdev df2c788b0b periodic monitoring data updates from the server API. 2025-04-21 12:27:18 +02:00
headlessdev 693368b735 Updated docs 2025-04-21 12:16:53 +02:00
headlessdev ded9149466 Copy Server Function 2025-04-21 00:13:27 +02:00
headlessdev f40e588e7d sample Docker Compose configuration for Glances 2025-04-20 23:39:54 +02:00
headlessdev fdbac4ebff Enhance Servers component by adding a "No host server" option in the server selection dropdown, updating state management to handle monitoring settings based on selected host server, and introducing a new "Hardware Information" section for better organization of server details. 2025-04-20 23:34:57 +02:00
headlessdev 456f40dab2 Updated Status indicator on Server card 2025-04-20 23:25:35 +02:00
headlessdev ca81165a1c Enhance Servers component with detailed resource usage metrics display, including CPU, RAM, and Disk usage indicators, and update server icon to LucideServer. 2025-04-20 23:19:58 +02:00
headlessdev f548367e86 Add server monitoring functionality, including server struct, metrics retrieval for CPU, memory, and disk usage, and status updates in the database. 2025-04-20 22:45:54 +02:00
headlessdev 0975bc5c5f Documentation Init 2025-04-20 19:54:58 +02:00
headlessdev 2eb0b4c8a0 Vitepress init 2025-04-20 18:44:27 +02:00
headlessdev 9036110a1c Remove gitbook 2025-04-20 18:37:38 +02:00
headlessdev 7f2ebf6129 Docker Compose depends_on fix 2025-04-20 17:16:10 +02:00
headlessdev 4a647ac19b Add monitoring fields to server add and edit routes, including monitoring status and URL in request handling. 2025-04-20 17:10:26 +02:00
headlessdev d1549bf096 Add monitoring functionality to Servers component, including state management for monitoring settings and a new monitoring tab in the UI. 2025-04-20 17:09:33 +02:00
headlessdev a3d1814343 Add monitoring fields and online status to server model in Prisma schema 2025-04-19 21:47:00 +02:00
headlessdev 6c8d4c6ec1 Bump version 2025-04-19 19:44:54 +02:00
headlessdevandGitHub 63e8744e78 v0.0.7->main
v0.0.7
v0.0.7
2025-04-19 16:34:14 +02:00
headlessdev e39402ff70 small notification text fix 2025-04-19 16:23:53 +02:00
headlessdev 7d49baee6b Update server count query to filter by hostServer set to 0 and null to fix pagination 2025-04-19 16:20:59 +02:00
headlessdev ceb10a2ffe Update server name display to conditionally include an icon indicator for better visual context. 2025-04-19 16:18:44 +02:00
headlessdev 7986737e0e Update Applications component layout by adjusting width of URL buttons and refining button labels for clarity. 2025-04-19 16:15:56 +02:00
headlessdev f6debb1629 AAdjusted server name display to include an icon indicator and refined button alignment for management URL access. 2025-04-19 16:12:41 +02:00
headlessdev 8259563c33 Refactor Servers component to improve code readability and structure. Removed unused imports, standardized import statements, and updated state variable declarations for consistency. Enhanced icon selection functionality in the server editing interface. 2025-04-19 15:58:48 +02:00
headlessdev 3580f7f640 Add icon field to AddRequest and EditRequest interfaces, and update Dashboard component to support icon selection and display. Enhanced server creation and editing functionality with icon integration. 2025-04-19 15:46:01 +02:00