{% extends "base.html" %} {% block title %}AtlasServer - Dashboard{% endblock %} {% block header_title %}Dashboard{% endblock %} {% block content %}
Manage your Flask, Django and FastAPI applications from a single place.
Registered Applications
Active Applications
Inactive Applications
Applications with Error
Status | Name | Type | Port | Directory | Actions |
---|---|---|---|---|---|
{% if app.status == "running" %} {% elif app.status == "stopped" %} {% elif app.status == "error" %} {% else %} {% endif %} | {{ app.name }} | {% if app.app_type == "flask" %} Flask {% elif app.app_type == "fastapi" %} FastAPI {% else %} {{ app.app_type }} {% endif %} | {{ app.port or 'Not assigned' }} | {{ app.directory }} |