feat(audits): use Umami public share link instead of login credentials

Enable share_id on all 15 Umami websites. Link directly to the ManaCore
dashboard share URL - no login required.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Till JS 2026-03-19 21:21:25 +01:00
parent bb69f78e1e
commit 764f4515c0

View file

@ -248,7 +248,7 @@ const statuses = [...new Set(sortedAudits.map((a) => a.data.status))];
</div>
</a>
<a
href="https://stats.mana.how"
href="https://stats.mana.how/share/face76f42d3e42beb8c80ea03f33a462/manacore-webapp"
target="_blank"
class="hover:border-border border-border/30 flex items-center gap-3 rounded-lg border p-3 transition-colors"
>
@ -259,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]">admin / umami</div>
<div class="text-muted-foreground text-[10px]">Kein Login nötig (Public Share)</div>
</div>
</a>
</div>