chore: update VPN routing configuration and add Grafana VPN documentation

This commit is contained in:
2025-11-02 18:10:04 +01:00
parent 2dd8468d70
commit 7b7f0b41d2
41 changed files with 3727 additions and 11 deletions

View File

@@ -16,8 +16,7 @@ final readonly class TypedConfigInitializer
{
public function __construct(
private Environment $env,
) {
}
) {}
public function __invoke(Container $container): TypedConfiguration
{

View File

@@ -44,7 +44,6 @@ final readonly class AppBootstrapper
private string $basePath,
private PerformanceCollectorInterface $collector,
private MemoryMonitor $memoryMonitor = new MemoryMonitor,
#private array $config = [],
) {
$this->container = new DefaultContainer();
$this->bootstrapper = new ContainerBootstrapper($this->container);