{% extends "base.html" %} {% block title %}System Status{% endblock %} {% block head %} {% endblock %} {% block content %}
This dashboard shows the status of all configured integrations and targets.
App Version: {{ app_version }}
Build Date: {{ build_date }}
Debug Mode: {{ "Enabled" if debug_enabled else "Disabled" }}
{% if last_check %}Last Check: {{ last_check }}
{% endif %} {% if container_info.is_docker %}Container ID: {{ container_info.id }}
{% endif %} {% if container_info.git_sha and container_info.git_sha != 'Unknown' %}Git Commit: {{ container_info.git_sha }}
{% endif %} {% if container_info.runtime_info %}Container Started: {{ container_info.runtime_info }}
{% endif %}{{ provider.description }}
{% if provider.configured and name == "NextCloud" %} {% if provider.details and provider.details.url %} {% set nextcloud_base_url = provider.details.url.split('/remote.php')[0] %} {% endif %} {% elif provider.url and provider.configured %} {% endif %}For more detailed configuration settings and environment variables, check the settings page.