{% extends 'layouts/bootstrap-dashboard.html' %} {% block title %} Dashboard {% endblock %} {% block content %}

Dashboard

FastAPI-DLS

Minimal Delegated License Service (DLS).

Releases »
Configuration
Using timezone: {{ CONFIG.TZ }}. Make sure this is correct and match your clients!

Your clients renew their license every {{ CONFIG.LEASE_CALCULATED_RENEWAL }}.
If the renewal fails, the license is {{ CONFIG.LEASE_RENEWAL_DELTA }} valid.

Your client-token file (.tok) is valid for {{ CONFIG.CLIENT_TOKEN_EXPIRE_DELTA }}.


        
{% endblock %} {% block scripts %} {{ super() }} {% endblock %}