{% extends "setup/base.html" %} {% block title %}Choose folder — kairix setup{% endblock %} {% block content %}

Choose your first source

Point kairix at a local folder to get started. You can add more sources after setup.

{% if save_error %}

{{ save_error }}

{% endif %}
{% if hint is defined and hint.in_container %}

Running in Docker? This is the folder you mounted — with the standard compose that's /data/documents.

{% endif %}
{% endblock %} {% block banner_class %} kx-banner-slot-md{% endblock %} {% block banner %} Scanning…
{% endblock %} {% block actions %} Back {% endblock %} {% block scripts %} {% endblock %}