[PR #1917] [MERGED] Update docker image #1653

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

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1917
Author: @parkervcp
Created: 11/20/2025
Status: Merged
Merged: 12/6/2025
Merged by: @parkervcp

Base: mainHead: update_docker_image


📝 Commits (10+)

  • 42d9c51 Update docker image
  • 98c45c4 whoops
  • a99e5bf update default trusted proxies
  • 219e8ac Update docker/entrypoint.sh
  • cafdc76 update admin email variable
  • 8e269d4 Merge remote-tracking branch 'origin/update_docker_image' into update_docker_image
  • 2997549 Update docker/entrypoint.sh
  • f85216e Update compose-full-stack.yml
  • 6503a2c Apply suggestion from @rmartinoscar
  • 18b2d92 disable auto-http when behind proxy

📊 Changes

4 files changed (+121 additions, -17 deletions)

View changed files

compose-full-stack.yml (+96 -0)
📝 compose.yml (+5 -3)
📝 docker/Caddyfile (+3 -3)
📝 docker/entrypoint.sh (+17 -11)

📄 Description

Add BEHIND_PROXY to compose
Move TRUSTED_PROXIES and added default values
Added notes on what to do when running behind a proxy.

Update entrypoint and caddyfile for better proxy support.

Add a full stack compose file with database and redis containers for more advanced setups.

resolves #1000


🔄 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/1917 **Author:** [@parkervcp](https://github.com/parkervcp) **Created:** 11/20/2025 **Status:** ✅ Merged **Merged:** 12/6/2025 **Merged by:** [@parkervcp](https://github.com/parkervcp) **Base:** `main` ← **Head:** `update_docker_image` --- ### 📝 Commits (10+) - [`42d9c51`](https://github.com/pelican-dev/panel/commit/42d9c51ab8e5acf9317b05a21aa9dba82763186c) Update docker image - [`98c45c4`](https://github.com/pelican-dev/panel/commit/98c45c47cfac9e42d880d86d787be6b7f803aa39) whoops - [`a99e5bf`](https://github.com/pelican-dev/panel/commit/a99e5bfeff0f5e64b227e0ae768f785a1b5a7d43) update default trusted proxies - [`219e8ac`](https://github.com/pelican-dev/panel/commit/219e8ac3d1f22854d27a141df88d4cf4013e5976) Update docker/entrypoint.sh - [`cafdc76`](https://github.com/pelican-dev/panel/commit/cafdc766a9de582ca1647337acd1aed226f3640a) update admin email variable - [`8e269d4`](https://github.com/pelican-dev/panel/commit/8e269d4c2adf14009c48bb5650581536a2887c35) Merge remote-tracking branch 'origin/update_docker_image' into update_docker_image - [`2997549`](https://github.com/pelican-dev/panel/commit/2997549857110cbe626641ea7e446f72964fae90) Update docker/entrypoint.sh - [`f85216e`](https://github.com/pelican-dev/panel/commit/f85216e8f4ba1493843cf50f548f92ae042c1bc4) Update compose-full-stack.yml - [`6503a2c`](https://github.com/pelican-dev/panel/commit/6503a2c13dd90cf6d4ae6ab30f94a405787601d9) Apply suggestion from @rmartinoscar - [`18b2d92`](https://github.com/pelican-dev/panel/commit/18b2d922530a3e05b15591d165c211fa1aeaa5c2) disable auto-http when behind proxy ### 📊 Changes **4 files changed** (+121 additions, -17 deletions) <details> <summary>View changed files</summary> ➕ `compose-full-stack.yml` (+96 -0) 📝 `compose.yml` (+5 -3) 📝 `docker/Caddyfile` (+3 -3) 📝 `docker/entrypoint.sh` (+17 -11) </details> ### 📄 Description Add `BEHIND_PROXY` to compose Move `TRUSTED_PROXIES` and added default values Added notes on what to do when running behind a proxy. Update entrypoint and caddyfile for better proxy support. Add a full stack compose file with database and redis containers for more advanced setups. resolves #1000 --- <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:04:54 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1653