[PR #1571] [MERGED] Update healthcheck #1461

Closed
opened 2026-02-05 18:14:41 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1571
Author: @parkervcp
Created: 8/3/2025
Status: Merged
Merged: 8/10/2025
Merged by: @lancepioch

Base: mainHead: update_healthcheck


📝 Commits (7)

  • 0baa801 Auto stash before rebase of "update_healthcheck" onto "origin/main"
  • 0d56873 Auto stash before rebase of "update_healthcheck" onto "main"
  • 88c7d56 update for trusted proxies
  • 62245f6 apk update
  • 0edb231 handle trusted rpoxies
  • 4355767 use ash for healthcheck
  • 9b5a857 move caddy proxy section

📊 Changes

6 files changed (+42 additions, -16 deletions)

View changed files

📝 Dockerfile (+5 -4)
📝 Dockerfile.dev (+6 -5)
📝 compose.yml (+1 -0)
📝 docker/Caddyfile (+11 -6)
📝 docker/entrypoint.sh (+10 -1)
docker/healthcheck.sh (+9 -0)

📄 Description

Updates healthcheck to handle caddy and php fcgi for when caddy is disabled
Updates php upload limit env var

Fixes how trusted proxies are handled in caddy


🔄 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/1571 **Author:** [@parkervcp](https://github.com/parkervcp) **Created:** 8/3/2025 **Status:** ✅ Merged **Merged:** 8/10/2025 **Merged by:** [@lancepioch](https://github.com/lancepioch) **Base:** `main` ← **Head:** `update_healthcheck` --- ### 📝 Commits (7) - [`0baa801`](https://github.com/pelican-dev/panel/commit/0baa801735b83de8eee5714c525eef41550e3c2f) Auto stash before rebase of "update_healthcheck" onto "origin/main" - [`0d56873`](https://github.com/pelican-dev/panel/commit/0d5687368e0364aba22b5c0c2a4ac56f6fdb950d) Auto stash before rebase of "update_healthcheck" onto "main" - [`88c7d56`](https://github.com/pelican-dev/panel/commit/88c7d56880611b0bbc1d5407ee0b1a8d02a852bb) update for trusted proxies - [`62245f6`](https://github.com/pelican-dev/panel/commit/62245f6206c43f6862da2c40fb702320ed9a6653) apk update - [`0edb231`](https://github.com/pelican-dev/panel/commit/0edb23142254dafed17577d82615d82c3840faa3) handle trusted rpoxies - [`4355767`](https://github.com/pelican-dev/panel/commit/435576713694c8d70902b7222ff3a6126ef03772) use ash for healthcheck - [`9b5a857`](https://github.com/pelican-dev/panel/commit/9b5a857197e1c20ea257261073895e8d52eb1f5c) move caddy proxy section ### 📊 Changes **6 files changed** (+42 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile` (+5 -4) 📝 `Dockerfile.dev` (+6 -5) 📝 `compose.yml` (+1 -0) 📝 `docker/Caddyfile` (+11 -6) 📝 `docker/entrypoint.sh` (+10 -1) ➕ `docker/healthcheck.sh` (+9 -0) </details> ### 📄 Description Updates healthcheck to handle caddy and php fcgi for when caddy is disabled Updates php upload limit env var Fixes how trusted proxies are handled in caddy --- <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-05 18:14:41 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel-pelican-dev#1461