[PR #2063] [MERGED] Multiple Container Fixes #1734

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

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/2063
Author: @parkervcp
Created: 1/4/2026
Status: Merged
Merged: 1/19/2026
Merged by: @notAreYouScared

Base: mainHead: fix/docker_plugins


📝 Commits (7)

📊 Changes

5 files changed (+54 additions, -61 deletions)

View changed files

📝 Dockerfile (+24 -28)
📝 Dockerfile.base (+1 -1)
📝 Dockerfile.dev (+25 -28)
📝 docker/entrypoint.sh (+3 -3)
📝 docker/supervisord.conf (+1 -1)

📄 Description

Fixes being able to install plugins
Resolves #2024
Resolves #2025

Fixes symlink for plugins
Resolves #2088

Adds symlink for server icons
Resolves #2054

Fixes loading environment variables
Resolves #2037

Integrates #2051 #2034 #2045 into a single PR.


🔄 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/2063 **Author:** [@parkervcp](https://github.com/parkervcp) **Created:** 1/4/2026 **Status:** ✅ Merged **Merged:** 1/19/2026 **Merged by:** [@notAreYouScared](https://github.com/notAreYouScared) **Base:** `main` ← **Head:** `fix/docker_plugins` --- ### 📝 Commits (7) - [`db9d4c6`](https://github.com/pelican-dev/panel/commit/db9d4c623bd03aa8b2359f9ca9ff5e4393fdcd8d) Fix plugin installs - [`09d61a7`](https://github.com/pelican-dev/panel/commit/09d61a7b18a8fadceee5e07a18b6cf67a05ce6a2) Update Dockerfile.dev - [`adcdd21`](https://github.com/pelican-dev/panel/commit/adcdd21fcd6fe497556705bee679f75e791c4121) Update Dockerfile - [`46f6735`](https://github.com/pelican-dev/panel/commit/46f6735cf5e858a424c72b3d4ae3515242f3dbb4) More Docker Cleanup - [`64fc0d5`](https://github.com/pelican-dev/panel/commit/64fc0d563c95fb3c6881258b00b1cc03477c086d) Handle env file comments - [`47022e3`](https://github.com/pelican-dev/panel/commit/47022e3c81e74eaa7b89706607a323a4293112e3) Update Dockerfiles - [`ee77a47`](https://github.com/pelican-dev/panel/commit/ee77a476d23a3333e93f8a9d02ac0d1eb8640962) entrypoint updates ### 📊 Changes **5 files changed** (+54 additions, -61 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile` (+24 -28) 📝 `Dockerfile.base` (+1 -1) 📝 `Dockerfile.dev` (+25 -28) 📝 `docker/entrypoint.sh` (+3 -3) 📝 `docker/supervisord.conf` (+1 -1) </details> ### 📄 Description Fixes being able to install plugins Resolves #2024 Resolves #2025 Fixes symlink for plugins Resolves #2088 Adds symlink for server icons Resolves #2054 Fixes loading environment variables Resolves #2037 Integrates #2051 #2034 #2045 into a single PR. --- <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:23:08 +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#1734