[PR #621] [MERGED] Follow up installer fixes #856

Closed
opened 2026-02-04 18:56:21 +03:00 by OVERLORD · 0 comments
Owner

📋 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: mainHead: fix/docker-installer


📝 Commits (5)

  • 76cc311 enable installer on docker first run
  • 5086bff add SESSION_COOKIE to compose file
  • c0a61e3 APP_ENVIRONMENT_ONLY is long gone
  • 9dafc2a session env vars no longer needed after #624
  • f328e2c set 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_ONLY variable + SESSION_DRIVER)
Also sets the defaults for the database fields to null if sqlite is selected.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/pelican-dev/panel/pull/621 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 10/12/2024 **Status:** ✅ Merged **Merged:** 10/15/2024 **Merged by:** [@Boy132](https://github.com/Boy132) **Base:** `main` ← **Head:** `fix/docker-installer` --- ### 📝 Commits (5) - [`76cc311`](https://github.com/pelican-dev/panel/commit/76cc311f112d536afa1ebb86a792eec8b634fa84) enable installer on docker first run - [`5086bff`](https://github.com/pelican-dev/panel/commit/5086bffe728669c8d217ceb8955759e9d77eec9c) add SESSION_COOKIE to compose file - [`c0a61e3`](https://github.com/pelican-dev/panel/commit/c0a61e36f2168f70844cd680125cae97affbbf0e) `APP_ENVIRONMENT_ONLY` is long gone - [`9dafc2a`](https://github.com/pelican-dev/panel/commit/9dafc2ad2f3cd3f8b36778f8345ea1be24af6f72) session env vars no longer needed after #624 - [`f328e2c`](https://github.com/pelican-dev/panel/commit/f328e2cdcce2b653ea2908f091d377639fe16f75) set defaults to null if sqlite is selected ### 📊 Changes **3 files changed** (+10 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `.github/docker/entrypoint.sh` (+3 -0) 📝 `app/Filament/Pages/Installer/Steps/DatabaseStep.php` (+7 -7) 📝 `compose.yml` (+0 -2) </details> ### 📄 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_ONLY` variable + `SESSION_DRIVER`) Also sets the defaults for the database fields to `null` if sqlite is selected. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-04 18:56:21 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#856