{% extends "base.html" %} {% block content %}

DeathStar Homelab

{{ online_count }}/{{ total_count }} online Updated: {{ last_check }}
{% include "partials/status_banner.html" %}

Quick Access

{% include "partials/favorites.html" %}

Proxmox Cluster: NewHope

{{ cluster_uptime }}h total uptime
{% include "partials/nodes.html" %}
{% include "partials/services.html" %}

Backups

Loading...

Recent Events

Loading...

Downloads

{% include "partials/downloads.html" %}

Cameras

{% include "partials/cameras.html" %}

Docker

{% for name, count in docker_counts.items() %}{{ count }}{% if not loop.last %}+{% endif %}{% endfor %} containers
Loading...

Uptime

Loading...
{% endblock %}