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 }}
+
+
+ +