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
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
headlessdev
b655b7fe2d
Add optional icon field to server model in Prisma schema
2025-04-19 15:17:20 +02:00
headlessdev
b42c1a45cc
Refactor Servers component by removing unused imports and cleaning up code structure
2025-04-19 15:07:34 +02:00
headlessdev
86d48bc082
VMs are now shown in the search results
2025-04-19 14:39:02 +02:00
headlessdev
44817d6685
Adjust flowchart spacing constants for improved layout and readability
2025-04-19 14:26:42 +02:00
headlessdev
62c27118d6
Add support for Gotify and Ntfy notification types in the agent module
...
- Introduced new fields for Gotify and Ntfy URLs and tokens in the Notification struct.
- Updated the loadNotifications function to retrieve Gotify and Ntfy data from the database.
- Implemented sendGotify and sendNtfy functions to handle sending notifications via Gotify and Ntfy services.
- Enhanced the sendNotifications function to include logic for sending messages through Gotify and Ntfy.
2025-04-19 13:48:52 +02:00
headlessdev
016c9a2562
Remove color styling from server count display in Dashboard
2025-04-19 13:24:08 +02:00
headlessdev
b835ded157
Add notification type descriptions and icons for Gotify and Ntfy in Settings component
2025-04-19 13:21:39 +02:00
headlessdev
016d52fa1b
Remove Bell icon from Add Notification Channel button in Settings component
2025-04-19 13:20:47 +02:00
headlessdev
2b8f7a95d2
Add Gotify and Ntfy configuration fields to Settings component for enhanced notification options
2025-04-19 13:20:04 +02:00
headlessdev
300547e59e
Add Gotify and ntfy fields to AddRequest interface and update POST method to handle new notification types
2025-04-19 13:11:18 +02:00
headlessdev
93bffa29cc
Add new fields for Gotify and ntfy integration in notification model
2025-04-19 13:07:09 +02:00
headlessdev
2a910c165e
Add disabled state and warning message for host server checkbox in Dashboard
2025-04-19 00:29:45 +02:00
headlessdev
6412cbaf1c
Filter out the currently edited server from the host server selection in the Dashboard component for improved user experience.
2025-04-19 00:28:22 +02:00
headlessdev
d9304001fe
Fix ScrollArea width in Dashboard server card for better layout consistency
2025-04-19 00:20:38 +02:00
headlessdev
7d7897c3f6
Update server card title in Dashboard for clarity
2025-04-19 00:18:02 +02:00
headlessdev
1ae55da3f9
UI improvements server card
2025-04-19 00:17:41 +02:00
headlessdev
113bb3bfb4
Enhance Dashboard UI for server management by updating card layout, improving titles, and adding descriptions for physical and virtual servers.
2025-04-19 00:16:23 +02:00
headlessdev
83ea20545d
Update server count handling in Dashboard component to separate physical servers and VMs
2025-04-19 00:13:12 +02:00
headlessdev
965f79f31a
Refactor server count retrieval in POST request to differentiate between servers with and without VMs
2025-04-19 00:00:10 +02:00
headlessdev
f1c0cc9deb
Network VM spacing fix
2025-04-18 23:57:10 +02:00
headlessdev
f2535cd2b9
Refactor hostServer assignment in PUT request to handle null values correctly
2025-04-18 23:48:29 +02:00
headlessdev
42e584a381
Updated Flowchart
2025-04-18 23:46:20 +02:00
headlessdev
0e1f9edaab
improved ui for setting notifications card
2025-04-18 23:03:05 +02:00
headlessdev
c3fe3bc03d
Update version to 0.0.7 in package.json
2025-04-18 22:53:02 +02:00
headlessdev
67097725d7
Remove deprecated @next/swc-win32-x64-msvc module from package-lock.json
2025-04-18 22:50:38 +02:00
headlessdev
8c087792bf
DB Healthcheck
2025-04-18 16:52:49 +02:00
headlessdev
8627c54be9
Hotfix
2025-04-18 16:52:14 +02:00
headlessdev
41647a2e6c
Updated Application Images
2025-04-18 16:04:41 +02:00
headlessdev
a73a98ddac
small ui improvement
2025-04-18 16:01:03 +02:00
headlessdev
3e49932382
Enhance URL validation and error handling in checkAndUpdateStatus function
2025-04-18 15:55:57 +02:00
headlessdev
406091fdcb
Basic VM functionality
2025-04-18 14:35:36 +02:00
headlessdev
c266296c4f
Add host and hostServer fields to AddRequest and EditRequest interfaces
2025-04-18 12:26:13 +02:00
headlessdev
01470f5ce1
Change hostServer column type from String to Int in server model and migration
2025-04-18 12:11:12 +02:00
headlessdev
82cee64860
Add host and hostServer columns to server model and migration
2025-04-18 11:33:20 +02:00
headlessdev
60dd711856
Fix uptime check crash error
2025-04-18 11:29:14 +02:00
headlessdev
bcbc17d3fe
Hotfix
2025-04-18 11:24:42 +02:00
headlessdev
547212cd9e
Sidebar Design Update
2025-04-18 00:07:21 +02:00
headlessdev
dec15c0ce0
Mark Notifications as completed in the roadmap
2025-04-17 19:03:05 +02:00
headlessdev
e96ee56aa1
Add dynamic notification message template retrieval
2025-04-17 17:36:58 +02:00
headlessdev
6e1f4eeddd
Remove unused Accordion imports from Settings component
2025-04-17 17:27:44 +02:00
headlessdev
70010ce8ee
Set Notification Text Functionality
2025-04-17 17:27:01 +02:00
headlessdev
c1b62d8108
Implement endpoint to retrieve notification text from settings
2025-04-17 17:17:14 +02:00
headlessdev
c690a1cb37
Add customizable notification text feature in settings
2025-04-17 17:15:39 +02:00
headlessdev
88d99cee43
Add endpoint for managing notification text in settings
2025-04-17 17:03:06 +02:00
headlessdev
b0c7b813e6
Bump version to 0.0.6 in package.json
2025-04-17 16:51:27 +02:00
headlessdev
88f7f6a9d1
Add notification_text column to settings model in Prisma schema and migration
2025-04-17 16:51:15 +02:00
headlessdev
b9fac8ddb6
Enhance Application struct and update getApplications to include Name; improve HTTP request handling in checkAndUpdateStatus
2025-04-17 16:20:24 +02:00
headlessdev
dacde7153f
Update Notifications List after adding Notification
2025-04-17 16:14:52 +02:00
headlessdev
8f647d3489
Implement notification reload mechanism and improve thread safety with mutex
2025-04-17 16:13:29 +02:00
headlessdev
e925f37b19
Notification Agent System
2025-04-17 16:12:10 +02:00
headlessdev
155a0af883
Type Error Fix getNotifications
2025-04-17 15:39:21 +02:00
headlessdev
6fd360b594
Change HTTP request method from HEAD to GET in checkAndUpdateStatus function
2025-04-17 15:34:45 +02:00
headlessdev
e9aba02d5f
Add Notification SMTP Layout Fix
2025-04-17 15:29:43 +02:00
headlessdev
4a8759f627
Notifications Display & Delete Notifications
2025-04-17 15:25:43 +02:00
headlessdev
d00ec93133
Fix type annotation for smtpSecure checkbox onChange handler
2025-04-17 15:17:03 +02:00
headlessdev
e7e873c75c
Implement endpoint to retrieve notifications
2025-04-17 15:16:38 +02:00
headlessdev
631c5b0c3b
Add Notifications System
2025-04-17 15:14:27 +02:00
headlessdev
d6889a27b5
Fix: Update online status check to account for HTTP 405 response
2025-04-17 14:41:50 +02:00
headlessdev
edbc72a7c9
Enhance application status check logging and error handling
2025-04-17 14:18:50 +02:00
headlessdev
a51f8c2a3c
Add @next/swc-win32-x64-msvc package to package-lock.json
2025-04-17 14:17:51 +02:00
headlessdev
346b79ca22
Implement notification creation and deletion endpoints
2025-04-17 14:13:21 +02:00
headlessdev
2fd8e50f7f
Add notification settings with SMTP, Telegram, and Discord options in Settings component
2025-04-17 14:02:54 +02:00
headlessdev
cecc5e0bab
Add notification settings with alert dialog in Settings component
2025-04-17 13:17:22 +02:00
headlessdev
2325f9b042
Version to 0.0.5
2025-04-17 13:08:20 +02:00
headlessdev
4b29f7cbed
Prisma notification model
2025-04-17 13:07:19 +02:00
headlessdev
7e82b42b29
HOTFIX: Agent context deadline fix
2025-04-17 11:36:35 +02:00
headlessdev and gitbook-bot
288bb4cc9e
GITBOOK-1: No subject
2025-04-16 12:09:35 +00:00
headlessdev and gitbook-bot
7b86de86e3
GitBook: No commit message
2025-04-16 11:58:29 +00:00
headlessdev
3e43c01e5a
Images fixes
2025-04-15 21:18:39 +02:00
headlessdev
43c09e7a09
Readme.md Fix
2025-04-15 21:17:08 +02:00
headlessdev
bdce02ac2b
Update login section header style in README
2025-04-15 21:16:37 +02:00
headlessdev
eee74c9df9
Update Uptime Page screenshot
2025-04-15 16:34:47 +02:00
headlessdev
f21dae5646
Remove application count display from Uptime component
2025-04-15 16:33:45 +02:00
headlessdev
c8a21797c9
Uptime Pagination Fix
2025-04-15 16:33:12 +02:00
headlessdev
32d99a09a6
Update screenshots in README for improved visual representation
2025-04-15 16:29:28 +02:00
headlessdev
7660f8bb5c
Enhance header styling and increase font size for better visibility across multiple dashboard components
2025-04-15 16:25:01 +02:00
headlessdev
8ff112e86e
Update padding in CardContent for User and Theme Settings sections
2025-04-15 16:19:18 +02:00
headlessdev
7eafdef288
Settings Page Style Update
2025-04-15 16:18:35 +02:00
headlessdev
724a634985
Login page Styling Update
2025-04-15 16:14:10 +02:00
headlessdev
1e8682646d
Dashboard Styling Update
2025-04-15 16:11:31 +02:00
headlessdev
39ba85dcf4
Clarify JWT_SECRET placeholder in configuration files
2025-04-15 16:04:06 +02:00