38 lines
916 B
Markdown
38 lines
916 B
Markdown
# Mini QR
|
|
|
|
<div class="github-widget" data-repo="lyqht/mini-qr"></div>
|
|
|
|
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 |