added input-file option for automatic cli-installation

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-07-08 16:52:22 +02:00
parent 7c812df4e0
commit 430aefe0f7
5 changed files with 165 additions and 40 deletions

View File

@@ -146,7 +146,7 @@ return [
'label' => lng('admin.configfiles.distribution'),
'type' => 'select',
'mandatory' => true,
'select_var' => $this->supportedOS,
'select_var' => $supportedOS,
'selected' => $guessedDistribution
],
'serveripv4' => [
@@ -186,7 +186,7 @@ return [
'label' => lng('install.system.phpbackend'),
'type' => 'select',
'mandatory' => true,
'select_var' => $this->webserverBackend,
'select_var' => $webserverBackend,
'selected' => old('webserver_backend', 'php-fpm', 'installation'),
],
'httpuser' => [