Update web installer (#614)

* update web installer

* make sure we have a user

* save SESSION_SECURE_COOKIE as text so it's written correctly to the .env

* set `SESSION_COOKIE` so session doesn't expire when changing the app name

* Allow enter to go to next step

---------

Co-authored-by: notCharles <charles@pelican.dev>
This commit is contained in:
Boy132
2024-10-12 16:19:52 +02:00
committed by GitHub
parent 3c5da1cd70
commit c0eedc16e0
12 changed files with 251 additions and 184 deletions

View File

@@ -93,10 +93,6 @@ return [
'range_start' => env('PANEL_CLIENT_ALLOCATIONS_RANGE_START'),
'range_end' => env('PANEL_CLIENT_ALLOCATIONS_RANGE_END'),
],
'installer' => [
'enabled' => env('APP_INSTALLER', false),
],
],
/*