{% if key %}
{% if generated_private_key %}

Key Pair Generated!

Copy this private key now. It will not be shown again:

ED25519_PRIVATE_KEY={{ generated_private_key }}
{% endif %}
API KEY MANAGEMENT
{% for k in api_keys %} {% else %} {% endfor %}
Label / ID Public Key Created By IP Status Action
{{ k.label }}
{{ k.id }}
{{ k.public_key_hex }} {{ k.created_by_ip }}
Resolving location...
{% if k.active %} Active {% else %} Revoked {% endif %} {% if k.active %}
{% else %} None {% endif %}
No API keys registered yet.
STATS Total Visits: {{ total_visits }}
{% for log in logs %} {% else %} {% endfor %}
IP Address Geolocation Accessed Endpoint
{{ log.ip }} Resolving location... {{ log.endpoint }}
No access logs recorded yet.
BUCKET OBJECTS {{ total_items }} Total Objects
{% for file_key in keys %} {% else %} {% endfor %}
Object Key
{{ file_key }}
No assets uploaded yet.
Page {{ current_page }} of {{ total_pages }}
{% if has_prev %} « Previous {% else %} « Previous {% endif %} {% if has_next %} Next » {% else %} Next » {% endif %}
{% else %}
ADMIN LOGIN
{% if error %}

Invalid Key

{% endif %}

Check Console for key

{% endif %}