Status
This page shows the current status for all of my self-hosted services.
Name
Provides
Containers
Status
{% for k, v in services.items() %}
{{ k }}
{{ v["provides"] }}
{{ v['names'] }}
{{ v["status"] }}
{% for c in v["containers"] %}
{{ c["name"] }}
{{ c["status"] }}
{% endfor %} {% endfor %}