blitz_api/app/apps/impl
fusion44 9912ff0bfa
fix(apps): honour keep_data on uninstall and fix install log name
- uninstall_app dropped input.keep_data; _manage_app always ran the
  bonus script with a bare 'off', so the RaspiBlitz script fell back to
  an interactive whiptail prompt that hangs the non-interactive API.
  Thread keep_data through and pass the explicit
  --keep-data/--delete-data flag the scripts expect.
- install.{app_id}.log rendered as install.AppId.MEMPOOL.log because
  str-enum formatting includes the class name on Python 3.11+; use
  app_id.value here and in the CLN-incompatibility message.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-03 20:58:35 +02:00
..
apps_base.py feat: implement (un)install celery task 2025-05-06 09:16:46 +02:00
native_python.py feat: implement (un)install celery task 2025-05-06 09:16:46 +02:00
raspiblitz.py fix(apps): honour keep_data on uninstall and fix install log name 2026-07-03 20:58:35 +02:00