mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-25 11:20:56 +03:00
[PR #621] [MERGED] Follow up installer fixes #856
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/621
Author: @Boy132
Created: 10/12/2024
Status: ✅ Merged
Merged: 10/15/2024
Merged by: @Boy132
Base:
main← Head:fix/docker-installer📝 Commits (5)
76cc311enable installer on docker first run5086bffadd SESSION_COOKIE to compose filec0a61e3APP_ENVIRONMENT_ONLYis long gone9dafc2asession env vars no longer needed after #624f328e2cset defaults to null if sqlite is selected📊 Changes
3 files changed (+10 additions, -9 deletions)
View changed files
📝
.github/docker/entrypoint.sh(+3 -0)📝
app/Filament/Pages/Installer/Steps/DatabaseStep.php(+7 -7)📝
compose.yml(+0 -2)📄 Description
Follow up for https://github.com/pelican-dev/panel/pull/614
Makes sure the installer is enabled on docker first run. (also removes old
APP_ENVIRONMENT_ONLYvariable +SESSION_DRIVER)Also sets the defaults for the database fields to
nullif sqlite is selected.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.