- Fixed JavaScript scope issue by injecting scan function into existing script section - Scan function now properly available when button is clicked - Improved JavaScript injection strategy to avoid separate script tag conflicts - Updated version to 0.1.33 in all files Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
48 lines
865 B
YAML
48 lines
865 B
YAML
name: "Fichero Printer"
|
|
version: "0.1.33"
|
|
slug: "fichero_printer"
|
|
description: "REST API for the Fichero D11s (AiYin) thermal label printer over Bluetooth"
|
|
url: "https://git.leuschner.dev/Tobias/Fichero"
|
|
|
|
arch:
|
|
- aarch64
|
|
- amd64
|
|
|
|
|
|
init: false
|
|
startup: application
|
|
boot: auto
|
|
ingress: true
|
|
ingress_port: 8765
|
|
panel_icon: mdi:printer
|
|
panel_title: Fichero Printer
|
|
webui: "http://[HOST]:[PORT:8765]/"
|
|
full_access: true
|
|
|
|
host_network: true
|
|
host_dbus: true
|
|
|
|
# NET_ADMIN is required for Classic Bluetooth (RFCOMM) raw socket access.
|
|
# BLE uses D-Bus (host_dbus) and does not need this.
|
|
privileged:
|
|
- NET_ADMIN
|
|
- NET_RAW
|
|
|
|
options:
|
|
port: 8765
|
|
ble_address: ""
|
|
transport: "ble"
|
|
channel: 1
|
|
|
|
schema:
|
|
port: int
|
|
ble_address: str?
|
|
transport: list(ble|classic)
|
|
channel: int
|
|
|
|
ports:
|
|
8765/tcp: 8765
|
|
|
|
ports_description:
|
|
8765/tcp: "Fichero Printer REST API"
|