mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-19 12:53:35 +02:00
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:
parent
bb69f78e1e
commit
764f4515c0
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue