bunker-admin a77306fac2 Initial v2 commit: complete rebuild with unified API + React admin
Phase 1-14 complete:
- Unified Express.js API (TypeScript, Prisma ORM, PostgreSQL 16)
- React Admin GUI (Vite + Ant Design + Zustand)
- JWT auth with refresh tokens
- Influence: Campaigns, Representatives, Responses, Email Queue
- Map: Locations, Cuts, Shifts, Canvassing System
- NAR data import infrastructure (2025 format)
- Listmonk newsletter integration
- Landing page builder (GrapesJS)
- MkDocs + Code Server integration
- Volunteer portal with GPS tracking
- Monitoring stack (Prometheus, Grafana, Alertmanager)
- Pangolin tunnel integration

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-11 10:05:04 -07:00

916 B

Mini QR

Simple QR code generator service.

Overview

Mini QR is a lightweight service for generating QR codes for URLs, text, or other data. It provides a web interface for quick QR code creation and download.

Features

  • Generate QR codes for text or URLs
  • Download QR codes as images
  • Simple and fast interface
  • No user registration required

Access

  • Default Port: ${MINI_QR_PORT:-8089} (default: 8089)
  • URL: http://localhost:${MINI_QR_PORT:-8089}

Configuration

Environment Variables

  • QR_DEFAULT_SIZE: Default size of generated QR codes
  • QR_IMAGE_FORMAT: Image format (e.g., png, svg)

Volumes

  • ./configs/mini-qr: QR code service configuration

Usage

  1. Access Mini QR at http://localhost:${MINI_QR_PORT:-8089}
  2. Enter the text or URL to encode
  3. Download or share the generated QR code