From 1b246e68585179f7ba03fa83708f4e01c7ebb300 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=B8=D0=BA=D1=82=D0=BE=D1=80?= <78488229+viktor138irk@users.noreply.github.com> Date: Wed, 6 May 2026 21:55:58 +0900 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B0=20=D1=81=D1=82=D1=80=D0=B0=D0=BD=D0=B8=D1=86=D0=B0?= =?UTF-8?q?=20=D0=BF=D1=80=D0=BE=D1=84=D0=B8=D0=BB=D1=8F=20=D1=85=D0=BE?= =?UTF-8?q?=D1=81=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/templates/host.html | 87 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 web/templates/host.html diff --git a/web/templates/host.html b/web/templates/host.html new file mode 100644 index 0000000..fbb2274 --- /dev/null +++ b/web/templates/host.html @@ -0,0 +1,87 @@ + + + + + + Профиль хоста — {{ app_name }} + + + +
+
+
+
Профиль хоста
+
Автоматически выбранная сборка Virtuality
+
+
+ user: {{ user }} + Сеть + Создать VM + ← Дашборд +
+
+ +
+
+
Profile
+
{{ profile.label }}
+
+
+
Arch
+
{{ profile.arch }}
+
+
+
Guest arch
+
{{ profile.recommended_guest_arch }}
+
+
+
Default network
+
{{ profile.recommended_network }}
+
+
+ +
+
+
+

Модель устройства

+ auto-detected +
+
+
Model{{ profile.model }}
+
VM mode{{ profile.recommended_vm_mode }}
+
Ready{{ 'yes' if profile.ready else 'needs check' }}
+
+
+ Raspberry Pi и Orange Pi 5 работают как ARM64 edge nodes. Для них правильный путь — ARM64-гости, NAT-сеть и cloud images. +
+
+ +
+
+

Проверки

+
+
+
+ {% for check in profile.checks %} +
+ + {{ check.name }} + {{ check.hint }} + + {{ 'OK' if check.ok else 'FAIL' }} +
+ {% endfor %} +
+
+
+ +
+
+

Raw profile

+ /var/lib/virtuality/config/host_profile.json +
+
{{ profile_json }}
+
+
+ +