mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
Assets load from IP instead of ASSET_URL (reverse proxy using traefik) #527
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?
Originally created by @stephanrenggli on GitHub (Dec 20, 2025).
Current Behavior
I am currently running
panel:v1.0.0-beta29using docker and traefik as reverse proxy.This works as intended. However when switching to
panel:v1.0.0-beta29the reverse proxy setup seems to break, as assets are requested from an IP instead of theAPP_URL.I then found this post on Discord and also set
ASSET_URLto the same url asAPP_URLin my docker-compose.yaml, but that did not help.I saw there were some changes to the Dockerfile in beta30 https://github.com/pelican-dev/panel/pull/1999, and
ASSET_URLshould be automatically set toAPP_URLanyway.So currently not sure where the issue could be, as the setup works perfectly fine with beta29.
Expected Behavior
Assets should be served from the
APP_URLinstead of from the Docker Host IP.Steps to Reproduce
Panel Version
beta29
Wings Version
beta21
Games and/or Eggs Affected
No response
Docker Image
No response
Error Logs
Is there an existing issue for this?
@coderabbitai[bot] commented on GitHub (Dec 20, 2025):
📝 CodeRabbit Plan Mode
Generate an implementation plan and prompts that you can use with your favorite coding agent.
Examples
🔗 Similar Issues
Possible Duplicates
Related Issues
🔗 Related PRs
pelican-dev/panel#1917 - Update docker image [merged]
pelican-dev/panel#1965 - Fix docker entrypoint
ASSET_URLnotAPP_ASSET[merged]👤 Suggested Assignees
🧪 Issue enrichment is currently in open beta.
You can configure auto-planning by selecting labels in the issue_enrichment configuration.
To disable automatic issue enrichment, add the following to your
.coderabbit.yaml:💬 Have feedback or questions? Drop into our discord or schedule a call!