mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 03:12:01 +03:00
[PR #313] [MERGED] Docker #681
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/313
Author: @lancepioch
Created: 6/3/2024
Status: ✅ Merged
Merged: 9/28/2024
Merged by: @lancepioch
Base:
main← Head:issue/311📝 Commits (10+)
508e1c9Add some docker6b706deDon’t include this478948cUse variables17c0041Already have defaultsb6e5579Dockerf7cb42eRemove old one3401703Use this one primarily1e841acUpdate variables116175bStore caddy config and certs in a volume7d0b9afAdd logs volume📊 Changes
15 files changed (+207 additions, -140 deletions)
View changed files
➕
.dockerignore(+10 -0)📝
.env.example(+0 -1)📝
.github/docker/entrypoint.sh(+30 -53)📝
.github/docker/supervisord.conf(+6 -6)➕
Caddyfile(+11 -0)📝
Dockerfile(+54 -37)📝
app/Filament/Pages/Installer/PanelInstaller.php(+16 -4)📝
app/Filament/Pages/Installer/Steps/AdminUserStep.php(+2 -2)📝
app/Filament/Pages/Installer/Steps/EnvironmentStep.php(+2 -2)📝
app/Http/Controllers/Auth/LoginController.php(+6 -1)📝
app/helpers.php(+0 -31)➕
compose.yml(+58 -0)📝
composer.json(+0 -1)📝
config/database.php(+7 -1)📝
config/panel.php(+5 -1)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.