No description
  • Vue 99.6%
  • TypeScript 0.4%
Find a file
2026-06-18 21:22:54 +02:00
admin update icons 2026-06-18 21:14:43 +02:00
components add sort by prio for first level 2026-06-18 21:22:54 +02:00
layouts reset isNavExpanded to ref 2026-06-18 20:05:57 +02:00
pages/admin work on mail settings page 2026-06-18 17:19:23 +02:00
translations update admin portal general settings 2026-06-18 16:33:34 +02:00
types add missing type 2026-06-18 16:36:25 +02:00
.gitignore first version 2025-10-02 15:17:59 +02:00
npm.json cleanup,add first page with npm.json 2026-06-16 19:29:01 +02:00
plugin.json adjust plugin prio 2026-06-16 19:45:32 +02:00
README.md ẃork on navigation for layout admin pages 2026-06-16 21:32:38 +02:00

Plugin PocketStore - admin-portal

Pirsch Analytics (Client ID/Secret)

Fur die 7-Tage-Analytics-Card werden diese Server-Umgebungsvariablen benotigt:

  • PIRSCH_DOMAIN
  • PIRSCH_CLIENT_ID
  • PIRSCH_CLIENT_SECRET
  • optional: PIRSCH_API_BASE (Standard: https://api.pirsch.io)

Beispiel:

export PIRSCH_DOMAIN="example.com"
export PIRSCH_CLIENT_ID="your-client-id"
export PIRSCH_CLIENT_SECRET="your-client-secret"
export PIRSCH_API_BASE="https://api.pirsch.io"