creaded correct docker image creation file

This commit is contained in:
DigiServer Developer
2025-11-17 22:03:52 +02:00
parent 2db0033bc0
commit c16383ed75
16 changed files with 1025 additions and 33 deletions

View File

@@ -401,8 +401,8 @@ def process_presentation_file(filepath: str, filename: str) -> tuple[bool, str]:
continue
if not libreoffice_cmd:
log_action('warning', f'LibreOffice not found, skipping slide conversion for: {filename}')
return True, "Presentation accepted without conversion (LibreOffice unavailable)"
log_action('warning', f'LibreOffice not found, cannot convert: {filename}')
return False, "LibreOffice is not installed. Please install it from the Admin Panel → System Dependencies to upload PowerPoint files."
# Create temporary directory for conversion
with tempfile.TemporaryDirectory() as temp_dir: