Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.49 KB

File metadata and controls

20 lines (15 loc) · 1.49 KB

Configuration Documentation

This folder contains all configuration guidance for the application. Most users can configure everything through the UI, but manual JSON editing remains supported for advanced/legacy setups.

How to Configure

  • Open the app at http://<host>:8013, go to Settings, adjust values, and Save All Settings. This writes config.json for you.
  • Use Validate Config and CUPS discovery features in the Settings page to verify connectivity and available printers/media before saving.
  • Advanced users can still edit config.json directly (copy from config.example.json or config.minimal.json), then restart the app/container.

Detailed Guides

  • ManualConfiguration: Quick-start guide for minimal JSON configuration setup.
  • ConfigSections: Complete reference with exhaustive detail on every configuration property, corner cases, and examples.
  • CustomSizes: Guide for configuring custom label sizes for your printers.

When to Use Which

  • Most users: Configure via the Settings UI; no manual edits needed.
  • Need a quick manual JSON: Start from ManualConfiguration or config.minimal.json.
  • Need full detail/reference: See ConfigSections for exhaustive documentation of every configuration property.
  • Need custom label sizes: See CustomSizes for detailed instructions, although the settings UI can also help with this.