[PR #2151] Add Daemon Base Directory field #1784

Open
opened 2026-02-04 20:14:57 +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: 🔄 Open

Base: mainHead: edit-node-daemon-base


📝 Commits (3)

  • 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

📊 Changes

3 files changed (+27 additions, -7 deletions)

View changed files

📝 app/Filament/Admin/Resources/Nodes/Pages/CreateNode.php (+8 -1)
📝 app/Filament/Admin/Resources/Nodes/Pages/EditNode.php (+17 -6)
📝 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:** 🔄 Open **Base:** `main` ← **Head:** `edit-node-daemon-base` --- ### 📝 Commits (3) - [`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 ### 📊 Changes **3 files changed** (+27 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Admin/Resources/Nodes/Pages/CreateNode.php` (+8 -1) 📝 `app/Filament/Admin/Resources/Nodes/Pages/EditNode.php` (+17 -6) 📝 `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-04 20:14:57 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1784