Commit 9db4e59
committed
fix(grafana): drop the Releases panel from the home dashboard to end the CORS proxy dependency
The News panel fetched the tags Atom feed through the shared public CORS
proxy api.cors.lol, which is rate-limited and returns HTTP 429, so the
panel showed an RSS loading error. This is the second proxy to fail this
way after corsproxy.io (#5143): every TeslaMate instance worldwide shares
one free-tier quota, so swapping in a third proxy would reproduce the
same failure.
Hosting the feed ourselves would be the only reliable alternative, but the
panel is two grid columns wide and the information is already surfaced
server-side and CORS-free by TeslaMate.Updater in the web UI. Remove the
panel and widen the adjacent image panel from 16 to 18 columns to keep the
row at 24.
Closes #55421 parent 2e6c448 commit 9db4e59
2 files changed
Lines changed: 2 additions & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | 66 | | |
83 | 67 | | |
84 | 68 | | |
| |||
0 commit comments