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

Allgemein

@if(auth()->user()->isAdmin()) @endif @php $behindTraefik = filter_var(old('behind_traefik', '1'), FILTER_VALIDATE_BOOLEAN); @endphp

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