Add persistent print queue

This commit is contained in:
Mikei386
2026-06-22 14:56:20 +02:00
parent 7ce97443b1
commit 34f0161350
8 changed files with 170 additions and 9 deletions
+2
View File
@@ -16,6 +16,8 @@ echo "APP_DIR=${APP_DIR}"
echo "LABEL_DIR=${LABEL_DIR}"
echo "FLASK_APP=${FLASK_APP}"
echo "PRINT_ENABLED=${PRINT_ENABLED:-1}"
echo "PRINT_QUEUE_ENABLED=${PRINT_QUEUE_ENABLED:-1}"
echo "PRINT_QUEUE_RETRY_SECONDS=${PRINT_QUEUE_RETRY_SECONDS:-30}"
echo "PRINT_COMMAND=${PRINT_COMMAND:-ptouch-print --image {image}}"
python3 - <<'PY'