refactor: Import ProxyTypes enum and use TRAEFIK instead of TRAEFIK_V2

This commit is contained in:
Andras Bacsai 2024-08-08 13:20:24 +02:00
parent 8fa1fcf96e
commit d75ed0b208

View File

@ -1,6 +1,7 @@
<?php <?php
use App\Actions\Proxy\SaveConfiguration; use App\Actions\Proxy\SaveConfiguration;
use App\Enums\ProxyTypes;
use App\Models\Application; use App\Models\Application;
use App\Models\Server; use App\Models\Server;
use Symfony\Component\Yaml\Yaml; use Symfony\Component\Yaml\Yaml;