[PR #2051] [CLOSED] Fix Plugins Symlink in Dockerfile #1733

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

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/2051
Author: @matthewzhaocc
Created: 12/25/2025
Status: Closed

Base: mainHead: main


📝 Commits (1)

  • e87dccf plugins already exist, must do ln -sT

📊 Changes

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

View changed files

📝 Dockerfile (+1 -1)
📝 Dockerfile.dev (+1 -1)

📄 Description

Currently, when you look into the docker image provided upstream, it creates /var/www/html/plugins/plugins instead of the correct /var/www/html/plugins folder symlinked to /pelican-data/plugins.

/var/www/html $ ls -alh /var/www/html/plugins/
total 12K    
drwxr-x---    1 root     www-data    4.0K Dec 19 23:44 .
drwxr-x---    1 root     www-data    4.0K Dec 19 23:44 ..
lrwxrwxrwx    1 root     root          21 Dec 19 23:44 plugins -> /pelican-data/plugins

🔄 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/2051 **Author:** [@matthewzhaocc](https://github.com/matthewzhaocc) **Created:** 12/25/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`e87dccf`](https://github.com/pelican-dev/panel/commit/e87dccf447a1e14d1e20f6dfde323d4951c140f6) plugins already exist, must do ln -sT ### 📊 Changes **2 files changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile` (+1 -1) 📝 `Dockerfile.dev` (+1 -1) </details> ### 📄 Description Currently, when you look into the docker image provided upstream, it creates `/var/www/html/plugins/plugins` instead of the correct `/var/www/html/plugins` folder symlinked to `/pelican-data/plugins`. ```bash /var/www/html $ ls -alh /var/www/html/plugins/ total 12K drwxr-x--- 1 root www-data 4.0K Dec 19 23:44 . drwxr-x--- 1 root www-data 4.0K Dec 19 23:44 .. lrwxrwxrwx 1 root root 21 Dec 19 23:44 plugins -> /pelican-data/plugins ``` --- <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:11:30 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1733