{% extends "ui/_layout.html" %} {% block title %}Images - bty-web{% endblock %} {% block content %}
{{ image_root }}
.qcow2 / .img / .img.zst /
.img.xz / .img.gz / .img.bz2 file
under {{ image_root }}, or author a catalog.toml
manifest. Refresh the page after either to see them here.
| Name(s) | Ref | Format | Sources | Cached | Action |
|---|---|---|---|---|---|
{% for n in u.names %}
{{ n }}{% if not loop.last %}, {% endif %}
{% endfor %}
|
{% if u.sha256 %}
{{ u.sha256[:12] }}...
{% else %}
unhashed
{% endif %}
|
{{ u.format or "?" }} |
{% for s in u.sources %}
{% if s.kind == "local" %}
{{ s.location }}
{% else %}
{{ s.location }}
{% endif %}
{% if not loop.last %}{% endif %} {% endfor %} |
{% if u.cached %} cached {% else %} available {% endif %} | {% if not u.sha256 %} {# Unhashed dir-scan file: a hash button enqueues via the HashManager (background, single-worker by default). #} {% elif not u.cached %} {# Manifest-only entry not yet in cache: a fetch button enqueues via the DownloadManager. #} {% else %} - {% endif %} |
| Name | Status | Progress | Bytes | Action |
|---|---|---|---|---|
| No downloads yet. | ||||
| Name | Status | Progress | Bytes | Action |
|---|---|---|---|---|
| No hashes yet. | ||||