mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-25 19:09:58 +03:00
[PR #2021] [CLOSED] fix: Remove plugins directory before linking #1709
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?
📋 Pull Request Information
Original PR: https://github.com/pelican-dev/panel/pull/2021
Author: @DjordyKoert
Created: 12/20/2025
Status: ❌ Closed
Base:
main← Head:patch-1📝 Commits (1)
e9d3372fix: Remove plugins directory before linking📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
Dockerfile(+1 -0)📄 Description
The
pluginsdirectory already exists during when creating the Symlinks. This causes thelncommand to create a symlink inside the directory instead of replacing it.This currently causes issues in dockerized installs, throwing errors like
ZipArchive::extractTo(): Permission deniedwhen attempting to install any plugin through the web panel.Current incorrect structure:
Removing the existing plugins directory before creating the symlink. Gives us the correct structure:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.