Commit Graph

18518 Commits

Author SHA1 Message Date
Girish Ramakrishnan ac6f80c274 metrics: add a high mark for the cpu and memory app graphs 2025-07-04 15:16:52 +02:00
Girish Ramakrishnan 5fd86b781b metrics: use "/" instead of ps 2025-07-04 14:26:09 +02:00
Girish Ramakrishnan 0d28292cfb metrics: tooltip label 2025-07-04 13:18:23 +02:00
Girish Ramakrishnan 8bf9d38711 metrics: show legend with multiple datasets 2025-07-04 12:51:51 +02:00
Girish Ramakrishnan 4caf052199 metrics: make the memory y-unit scale more flexible
system memory is in GiB. app memory is usually in MiB
2025-07-04 10:40:53 +02:00
Girish Ramakrishnan 82ea2cd86d metrics: store app metrics by appid and not container id 2025-07-04 10:05:07 +02:00
Girish Ramakrishnan 89c0d5763c metrics: fix crash if could not translate 2025-07-04 09:52:12 +02:00
Girish Ramakrishnan 813409a8fb graphs: directly stream docker stats
docker stats API caches the stat and reading it frequently gives back the same value.
this trips our "rate" code into thinking rate is 0.

one approach was to persist polling like we do now and ignore entries based on stats.read.
this works fine but the streaming approach seems better since we don't need to poll anymore.
2025-07-04 00:03:43 +02:00
Girish Ramakrishnan 03b7445cb9 graphs: change tooltip format 2025-07-03 23:56:31 +02:00
Girish Ramakrishnan 9f35801f64 docker: add options to getStats 2025-07-03 23:56:03 +02:00
Girish Ramakrishnan 526f5efb78 metrics: fix nano to msecs conversion 2025-07-03 18:43:42 +02:00
Girish Ramakrishnan b3071603d0 graphs: make top level div and clean the timer 2025-07-03 17:44:32 +02:00
Girish Ramakrishnan 6f358dd8ea lint 2025-07-03 17:11:23 +02:00
Girish Ramakrishnan a6a715b8c2 apps: make app graphs use GraphItem 2025-07-03 16:39:18 +02:00
Girish Ramakrishnan 1ebbfe5d92 graphs: remove unused style 2025-07-03 16:01:14 +02:00
Girish Ramakrishnan 9e27921867 graphs: set the colors 2025-07-03 15:59:31 +02:00
Girish Ramakrishnan f1057bb4a3 graphs: refactor into GraphItem component 2025-07-03 15:49:49 +02:00
Johannes Zellner 48434453e3 Remove commented unsued DOM element 2025-07-03 15:36:08 +02:00
Johannes Zellner 6e8597e3f7 Improve eventlog source handling 2025-07-03 15:30:02 +02:00
Johannes Zellner bb98fe824e Reset the eventlog page on filter changes 2025-07-03 15:07:31 +02:00
Johannes Zellner 70b57b078d Avoid resetting the app for each redis service on refresh 2025-07-03 12:40:17 +02:00
Johannes Zellner 8410e541b6 Do not attempt to close the app install dialog if it doesn't exist yet 2025-07-03 12:32:59 +02:00
Johannes Zellner 4bad752f30 Fixup dashboard links to system views 2025-07-03 12:27:11 +02:00
Johannes Zellner 68d677f028 Optimize sidebar width for english 2025-07-03 12:25:42 +02:00
Johannes Zellner bee3150193 Remove sidebar item animation on hover 2025-07-03 12:20:22 +02:00
Johannes Zellner 4025ef2070 Split system views into individual ones 2025-07-03 12:15:11 +02:00
Girish Ramakrishnan e64cc325d7 graphs: remove dep on periods 2025-07-03 11:30:50 +02:00
Johannes Zellner 5c9d323fe9 Update pankow 2025-07-03 10:44:06 +02:00
Girish Ramakrishnan 5d55e558fe metrics: no need to pass cpuCount 2025-07-03 10:28:50 +02:00
Girish Ramakrishnan 687f126f4f graphs: make transform functions 2025-07-03 10:03:14 +02:00
Johannes Zellner 2bad06a234 Order main menu items at least according to english 2025-07-02 21:05:48 +02:00
Johannes Zellner 61fbb76eeb Move SystemInfo section into the metrics view 2025-07-02 21:04:39 +02:00
Johannes Zellner 38f8048309 Update frontend dependencies 2025-07-02 20:54:14 +02:00
Johannes Zellner 540a0761ef Update translations 2025-07-02 20:53:57 +02:00
Johannes Zellner 051563522a Introduce main menu separators 2025-07-02 20:53:42 +02:00
Johannes Zellner d86045c64e Try to consolidate volumes eventlogs 2025-07-02 18:25:14 +02:00
Johannes Zellner 1a2e2f4d51 Use global dashboard user profile in apps view 2025-07-02 16:40:05 +02:00
Johannes Zellner f2fbe6dfee Translate email eventlog menu entry 2025-07-02 16:40:05 +02:00
Johannes Zellner 5dcecb55c2 Move SPF info to the relay provider input 2025-07-02 16:40:05 +02:00
Girish Ramakrishnan 3bd41013c0 profile: avatar cannot be changed when profile locked
admins can now upload user avatars
2025-07-02 13:03:15 +02:00
Girish Ramakrishnan aa35099a4d metrics: fix crash 2025-07-02 12:54:13 +02:00
Girish Ramakrishnan 6a45d83082 graphs: show cpu and memory info 2025-07-02 12:19:36 +02:00
Girish Ramakrishnan 25397b94b3 metrics: fix y-axis and tooltip 2025-07-02 10:21:05 +02:00
Girish Ramakrishnan d1df48ebb1 add to changes 2025-07-02 09:10:42 +02:00
Girish Ramakrishnan 4a7aa032c2 system: add network and disk graph 2025-07-02 09:08:05 +02:00
Johannes Zellner 846986987d the oidc module expect accountId and sub to be the same
in our case sub is the username exposed to the app, not the userId
internal to Cloudron

Upstream behavior change https://github.com/panva/node-oidc-provider/commit/9b89153c0ea2f2280a26e35f3b66d1900aed7c79
2025-07-02 00:38:11 +02:00
Girish Ramakrishnan b2d380afcc metrics: refactor the options logic 2025-07-01 22:54:24 +02:00
Johannes Zellner 6135e83653 Update postgresaddon to support vectorchord 2025-07-01 20:14:16 +02:00
Johannes Zellner f090bbc1c7 Update postgres addon to include vectorchord 2025-07-01 20:14:16 +02:00
Girish Ramakrishnan a10d0e45c9 metrics: blockio and network collection for system 2025-07-01 16:29:16 +02:00