[PR #2151] [MERGED] Add Daemon Base Directory field #1783

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

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/2151
Author: @Frogperson
Created: 1/29/2026
Status: Merged
Merged: 2/5/2026
Merged by: @notAreYouScared

Base: mainHead: edit-node-daemon-base


📝 Commits (4)

  • 88ae5e2 Add "Daemon Base Directory" field to the node edit and creation pages.
  • 47cd396 Merge branch 'pelican-dev:main' into edit-node-daemon-base
  • 60dfcfc Fix formatting in EditNode.php
  • f18259b small cleanup

📊 Changes

3 files changed (+30 additions, -8 deletions)

View changed files

📝 app/Filament/Admin/Resources/Nodes/Pages/CreateNode.php (+9 -1)
📝 app/Filament/Admin/Resources/Nodes/Pages/EditNode.php (+19 -7)
📝 lang/en/admin/node.php (+2 -0)

📄 Description

Added a field to change the default daemon_base when creating or editing a node via the panel.
Closes #2130


🔄 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/2151 **Author:** [@Frogperson](https://github.com/Frogperson) **Created:** 1/29/2026 **Status:** ✅ Merged **Merged:** 2/5/2026 **Merged by:** [@notAreYouScared](https://github.com/notAreYouScared) **Base:** `main` ← **Head:** `edit-node-daemon-base` --- ### 📝 Commits (4) - [`88ae5e2`](https://github.com/pelican-dev/panel/commit/88ae5e26e5183dd87fa78f74712d6a9e38ab4ec6) Add "Daemon Base Directory" field to the node edit and creation pages. - [`47cd396`](https://github.com/pelican-dev/panel/commit/47cd3963774f2bf1122605b696e8e7107000412c) Merge branch 'pelican-dev:main' into edit-node-daemon-base - [`60dfcfc`](https://github.com/pelican-dev/panel/commit/60dfcfc99384d8b8fe3c6658a07b55857f6a79b0) Fix formatting in EditNode.php - [`f18259b`](https://github.com/pelican-dev/panel/commit/f18259b822123e38d2c61a336b8f35f1d8b08082) small cleanup ### 📊 Changes **3 files changed** (+30 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Admin/Resources/Nodes/Pages/CreateNode.php` (+9 -1) 📝 `app/Filament/Admin/Resources/Nodes/Pages/EditNode.php` (+19 -7) 📝 `lang/en/admin/node.php` (+2 -0) </details> ### 📄 Description Added a field to change the default daemon_base when creating or editing a node via the panel. Closes #2130 --- <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:24:35 +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#1783