Move LiveDashboard to /pleroma/live_dashboard

This commit is contained in:
Phantasm 2026-01-09 11:41:12 +01:00
commit 5e114931f5
No known key found for this signature in database
GPG key ID: 2669E588BCC634C8
5 changed files with 15 additions and 5 deletions

View file

@ -11,7 +11,7 @@ Pleroma comes with two types of backend dashboards viewable to instance administ
## Phoenix LiveDashboard
Instance administrators can access this dashboard at `/phoenix/live_dashboard`, giving a simple overview of software versions including Erlang and Elixir versions, instance uptime and resource consumption.
Instance administrators can access this dashboard at `/pleroma/live_dashboard`, giving a simple overview of software versions including Erlang and Elixir versions, instance uptime and resource consumption.
This dashboard gives insights into the current state of the BEAM VM running Pleroma code and database statistics including basic diagnostics.
It can be useful for troubleshooting of some issues namely regarding database performance.