[PR #1870] [CLOSED] Fix Docker configuration issues #1623

Closed
opened 2026-02-04 20:02:17 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1870
Author: @gOOvER
Created: 11/7/2025
Status: Closed

Base: mainHead: fisheye


📝 Commits (5)

  • 5640dd5 Fix Docker configuration issues
  • cdd2a72 Update docker/entrypoint.sh
  • f3abd10 Update docker/entrypoint.sh
  • 0810b55 Update entrypoint.sh
  • 262fc72 Make PHP config dynamic based on upload limit

📊 Changes

2 files changed (+35 additions, -8 deletions)

View changed files

📝 docker/Caddyfile (+10 -1)
📝 docker/entrypoint.sh (+25 -7)

📄 Description

  • Add flexible webserver configuration (SKIP_CADDY, SKIP_WEBSERVER)
  • Harmonize upload limits between PHP and Caddy (UPLOAD_LIMIT)
  • Improve entrypoint.sh with better webserver mode handling
  • Update Caddyfile with proper upload limits and timeouts

🔄 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/1870 **Author:** [@gOOvER](https://github.com/gOOvER) **Created:** 11/7/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fisheye` --- ### 📝 Commits (5) - [`5640dd5`](https://github.com/pelican-dev/panel/commit/5640dd5f76e1bc5b595cca9407754e8dbe638cc4) Fix Docker configuration issues - [`cdd2a72`](https://github.com/pelican-dev/panel/commit/cdd2a720e62362d6dd6a4d66ad1241cebfe11daf) Update docker/entrypoint.sh - [`f3abd10`](https://github.com/pelican-dev/panel/commit/f3abd101e99c184d3f4f05caf2539a0969e20414) Update docker/entrypoint.sh - [`0810b55`](https://github.com/pelican-dev/panel/commit/0810b55a260948fa5314e1b218cd0daf5e13ce50) Update entrypoint.sh - [`262fc72`](https://github.com/pelican-dev/panel/commit/262fc72ff0e33cf11c20e753c324be77287881ab) Make PHP config dynamic based on upload limit ### 📊 Changes **2 files changed** (+35 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `docker/Caddyfile` (+10 -1) 📝 `docker/entrypoint.sh` (+25 -7) </details> ### 📄 Description - Add flexible webserver configuration (SKIP_CADDY, SKIP_WEBSERVER) - Harmonize upload limits between PHP and Caddy (UPLOAD_LIMIT) - Improve entrypoint.sh with better webserver mode handling - Update Caddyfile with proper upload limits and timeouts --- <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 20:02:17 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1623