panel icon indicating copy to clipboard operation
panel copied to clipboard

Health page

Open Boy132 opened this issue 1 year ago • 7 comments

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)

grafik

Boy132 avatar Jul 08 '24 12:07 Boy132

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. :) grafik

Boy132 avatar Jul 08 '24 12:07 Boy132

Since disk space does not work on windows do we have a way to detect that? Many not show it as crashed?

notAreYouScared avatar Jul 09 '24 22:07 notAreYouScared

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?

Boy132 avatar Jul 10 '24 06:07 Boy132

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

notAreYouScared avatar Jul 11 '24 22:07 notAreYouScared

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.

Boy132 avatar Jul 12 '24 06:07 Boy132

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.

rmartinoscar avatar Jul 12 '24 07:07 rmartinoscar

I want to remove shuvroroy/filament-spatie-laravel-health but for some reason tailwind classes (colors) aren't working with the custom page/ view: grafik

Might be related to https://github.com/pelican-dev/panel/issues/377?

Boy132 avatar Jul 19 '24 08:07 Boy132

image

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

notAreYouScared avatar Dec 12 '24 23:12 notAreYouScared

image

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.

Boy132 avatar Dec 13 '24 08:12 Boy132