{% extends "base.html" %} {% block title %}Setup required ยท auth-ingress{% endblock %} {% block content %}

First installation

Local setup required

A trusted local operator must create the first administrator before sign-in is available.

auth-ingress bootstrap-admin --email you@example.test --display-name "Administrator"

After the command succeeds, return here and sign in.

{% endblock %}