{% extends "base.html" %} {% block title %}System Dependencies - DigiServer v2{% endblock %} {% block content %}

🔧 System Dependencies

đŸ“Ļ Installed Dependencies

{% if libreoffice_installed %} ✅ {% else %} ❌ {% endif %} LibreOffice

Purpose: Required for PowerPoint (PPTX/PPT) to image conversion

Status: {{ libreoffice_version }}

{% if not libreoffice_installed %}

âš ī¸ Without LibreOffice, you cannot upload or convert PowerPoint presentations.

{% endif %}
{% if not libreoffice_installed %}
{% endif %}

{% if poppler_installed %} ✅ {% else %} âš ī¸ {% endif %} Poppler Utils

Purpose: Required for PDF to image conversion

Status: {{ poppler_version }}

{% if ffmpeg_installed %} ✅ {% else %} âš ī¸ {% endif %} FFmpeg

Purpose: Required for video processing and validation

Status: {{ ffmpeg_version }}

{% if emoji_installed %} ✅ {% else %} âš ī¸ {% endif %} Emoji Fonts

Purpose: Better emoji display in UI (optional, mainly for Raspberry Pi)

Status: {{ emoji_version }}

{% if not emoji_installed %}

â„šī¸ Optional: Improves emoji rendering on systems without native emoji support.

{% endif %}
{% if not emoji_installed %}
{% endif %}

â„šī¸ Installation Notes

  • LibreOffice can be installed using the button above (requires sudo access)
  • Emoji fonts improve UI display, especially on Raspberry Pi systems
  • Installation may take 1-5 minutes depending on your internet connection
  • After installation, refresh this page to verify the status
  • Docker containers may require rebuilding to include dependencies
← Back to Admin Panel
{% endblock %}