Health page
Uses spatie/laravel-health (and shuvroroy/filament-spatie-laravel-health) to add a health page. Also includes two custom checks: one for checking the panel version and one for checking node versions. (which also tests the wings connection indirectly)
Would be nice if this could be set to the user's prefered theme so we don't get Throwing flash bang
It already does. :)
Since disk space does not work on windows do we have a way to detect that? Many not show it as crashed?
Since disk space does not work on windows do we have a way to detect that? Many not show it as crashed?
We don't support windows anyways?
Since disk space does not work on windows do we have a way to detect that? Many not show it as crashed?
We don't support windows anyways?
Since when can the panel itself not be ran on Windows? I have my dev env setup using herd... on Windows
Since disk space does not work on windows do we have a way to detect that? Many not show it as crashed?
We don't support windows anyways?
Since when can the panel itself not be ran on Windows? I have my dev env setup using herd... on Windows
Unsupported ≠ not possible. Officially there is no Windows support, it's not listed as supported os in the docs.
I think this PR would fix the windows issue but didn't get merged.
Feel free to create a custom health check in your own project using the native functions.
I want to remove shuvroroy/filament-spatie-laravel-health but for some reason tailwind classes (colors) aren't working with the custom page/ view:
Might be related to https://github.com/pelican-dev/panel/issues/377?
Any way to remove the `'s? As they don't render in code blocks and kind of look... un-needed?
Other than that, looks good
Any way to remove the `'s? As they don't render in code blocks and kind of look... un-needed?
Other than that, looks good
For our custom checks yes, but I don't think there is a way to remove them in the built-in checks. Maybe we can remove/ replace them on the frontend.
