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.
- Open the app at
http://<host>:8013, go to Settings, adjust values, and Save All Settings. This writesconfig.jsonfor 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.jsondirectly (copy fromconfig.example.jsonorconfig.minimal.json), then restart the app/container.
- 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.
- 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.