mirror of
https://github.com/pelican-dev/panel.git
synced 2026-03-01 11:21:31 +03:00
[PR #705] [MERGED] Update web installer (again) #911
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/pelican-dev/panel/pull/705
Author: @Boy132
Created: 11/9/2024
Status: ✅ Merged
Merged: 11/14/2024
Merged by: @notAreYouScared
Base:
main← Head:update/web-installer-again📝 Commits (7)
f165df1update web installer (again)25503cbset default values for mysql/ mariadb and redisab620b0add own step for queue setup2b27d8ecreate admin user in submite197792disable redis for queue if cache isn't redis6c47492remove separate user step and make session own stepf5f7b62userequest()->isSecure()📊 Changes
9 files changed (+309 additions, -252 deletions)
View changed files
📝
app/Filament/Pages/Installer/PanelInstaller.php(+17 -16)➖
app/Filament/Pages/Installer/Steps/AdminUserStep.php(+0 -34)➕
app/Filament/Pages/Installer/Steps/CacheStep.php(+123 -0)➖
app/Filament/Pages/Installer/Steps/CompletedStep.php(+0 -34)📝
app/Filament/Pages/Installer/Steps/DatabaseStep.php(+46 -16)📝
app/Filament/Pages/Installer/Steps/EnvironmentStep.php(+21 -67)➕
app/Filament/Pages/Installer/Steps/QueueStep.php(+64 -0)➖
app/Filament/Pages/Installer/Steps/RedisStep.php(+0 -85)➕
app/Filament/Pages/Installer/Steps/SessionStep.php(+38 -0)📄 Description
Closes #696
Redisstep has been renamed toCache.Added info for dockerized install onSetup Completestep.Queue.(Creating the admin user is now the last step.)Session.AdminUserstep removed, user data is now entered duringEnvironmentstep.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.