@extends('layouts.app') @section('title', 'VM erstellen') @section('heading', 'Neue VM erstellen') @section('content')
@csrf

Allgemein

@if($customers->isNotEmpty()) @endif

Ohne Traefik wird zusätzlich eine öffentliche IP aus dem Public-Pool vergeben.

Ressourcen

Installations-ISO (optional)

ISO wird beim Provisioning als CD-ROM eingebunden (Boot-Reihenfolge: CD zuerst).

@if(empty($isos))

Keine ISOs von Proxmox geladen – Storage {{ config('hosting.proxmox.iso_storage') }} prüfen.

@endif

Zusätzliche Geräte

@include('partials.vm-device-fields', ['deviceTypes' => $deviceTypes])
@push('scripts') @endpush @endsection