mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-16 19:59:40 +02:00
feat(audits): add login credentials for all monitoring tools
- GlitchTip: guest@mana.how / guestguest - Grafana: no login needed (anonymous viewer enabled) - Umami: admin / umami Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
f264e9f2ae
commit
1486277733
1 changed files with 4 additions and 2 deletions
|
|
@ -242,7 +242,9 @@ const statuses = [...new Set(sortedAudits.map((a) => a.data.status))];
|
|||
</div>
|
||||
<div>
|
||||
<div class="text-foreground text-xs font-medium">Grafana</div>
|
||||
<div class="text-muted-foreground text-[10px]">Metrics & Dashboards</div>
|
||||
<div class="text-muted-foreground text-[10px]">
|
||||
Kein Login nötig (Anonymous Viewer)
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a
|
||||
|
|
@ -257,7 +259,7 @@ const statuses = [...new Set(sortedAudits.map((a) => a.data.status))];
|
|||
</div>
|
||||
<div>
|
||||
<div class="text-foreground text-xs font-medium">Umami</div>
|
||||
<div class="text-muted-foreground text-[10px]">Web Analytics</div>
|
||||
<div class="text-muted-foreground text-[10px]">admin / umami</div>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue