Wynglet

Dashboard UI

Manage Wynglet from the Dashboard UI at https://wynglet.your-server.com/dashboard.

The Dashboard is available as an installable PWA (Progressive Web Application) that can be installed locally using any modern browser.

Overview

The Dashboard provides centralized management for all Wynglet features, including:

Dashboard Sections

Browse and manage all generated link preview images.

Sitemap Import

Bulk pre-generate link previews for an entire site by importing a sitemap URL.

QR Codes

Browse and manage all generated QR codes.

Ratings

View and analyze all collected ratings.

Domains

Manage the Authorized Domains allowlist.

Logs

View recent error-level log entries.

PWA Installation

The Dashboard can be installed as a Progressive Web Application (PWA) on your device:

  1. Open the Dashboard in your browser
  2. Look for an “Install” option (usually in the address bar or menu)
  3. Click “Install”
  4. The Dashboard will be installed and appear in your applications

This allows you to:

Dashboard Features

Embed Code Generators

Several sections of the Dashboard include built-in embed code generators:

Just select your URL and copy the generated code to your clipboard.

Search and Filtering

Use the search boxes and filters in each section to quickly find what you’re looking for:

Real-time Statistics

Monitor how your content is being used:

Security

The Dashboard is protected by HTTP Basic Authentication. You configure your credentials in the wynglet.yml configuration file:

dashboard:
  username: admin
  password: "$2a$10$..."  # bcrypt-hashed password

Generate a new password hash using:

wynglet --bcrypt

Next Steps