[PR #1281] [MERGED] Resolve issue with avatar storage #1295

Closed
opened 2026-02-04 19:34:23 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1281
Author: @parkervcp
Created: 4/21/2025
Status: Merged
Merged: 4/28/2025
Merged by: @notAreYouScared

Base: mainHead: fix_avatar_storage


📝 Commits (2)

  • 1a075a4 Resolve issue with avatar storage
  • 821d39b Move avatar folder

📊 Changes

3 files changed (+120 additions, -17 deletions)

View changed files

📝 Dockerfile (+8 -16)
Dockerfile.dev (+111 -0)
📝 docker/entrypoint.sh (+1 -1)

📄 Description

This resolves the issue with getting avatar storage working

updates the entrypoint to create the pelican-data/storage folder on start.

Adds a dev dockerfile to build locally instead of needing to update the standard dockerfile.


🔄 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/1281 **Author:** [@parkervcp](https://github.com/parkervcp) **Created:** 4/21/2025 **Status:** ✅ Merged **Merged:** 4/28/2025 **Merged by:** [@notAreYouScared](https://github.com/notAreYouScared) **Base:** `main` ← **Head:** `fix_avatar_storage` --- ### 📝 Commits (2) - [`1a075a4`](https://github.com/pelican-dev/panel/commit/1a075a45b3505a67ed4329eac7c4445fac52458c) Resolve issue with avatar storage - [`821d39b`](https://github.com/pelican-dev/panel/commit/821d39bfd4c65211ec4234dc9dd187d652a33c66) Move avatar folder ### 📊 Changes **3 files changed** (+120 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile` (+8 -16) ➕ `Dockerfile.dev` (+111 -0) 📝 `docker/entrypoint.sh` (+1 -1) </details> ### 📄 Description This resolves the issue with getting avatar storage working updates the entrypoint to create the `pelican-data/storage` folder on start. Adds a dev dockerfile to build locally instead of needing to update the standard dockerfile. --- <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 19:34:23 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1295