{% extends "base.html" %} {% block title %}Build Player Files - DigiServer v2{% endblock %} {% block content %}

Current Staged Player Code

{% if code_status.available %}

✅ Ready

{% else %}

âš ī¸ Not staged {{ code_status.reason }}

Path: {{ code_status.path }}

{% endif %} {% if settings.built_at %}

Last build saved: {{ settings.built_at }} {% if settings.built_by %}by {{ settings.built_by }}{% endif %}

{% endif %}

1. Player Files Repository

Cloned/refreshed into the staged directory on this server.

2. Player → Server Configuration

The player contacts the DigiServer API directly at {scheme}://{server}:{port}/api/... (no /digiserver path). Enter the address players can reach this server on.

Use 443 for HTTPS, 80 for plain HTTP, or your custom port (e.g. 8080).
Leave off for self-signed certificates.

â„šī¸ The per-player screen name and quick-connect code are filled in automatically for each device during SSH deployment.

3. Build

{% endblock %}