[PR #323] [MERGED] Add alias for node sftp address #689

Closed
opened 2026-02-04 18:43:14 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/323
Author: @Boy132
Created: 6/4/2024
Status: Merged
Merged: 6/8/2024
Merged by: @notAreYouScared

Base: mainHead: feature/node-sftp-alias


📝 Commits (4)

  • 8f2261f add alias for node sftp address
  • f9fd426 change column type to string
  • 328e159 Merge branch 'pelican-dev:main' into feature/node-sftp-alias
  • 0156456 Merge branch 'pelican-dev:main' into feature/node-sftp-alias

📊 Changes

9 files changed (+60 additions, -10 deletions)

View changed files

📝 app/Console/Commands/Node/MakeNodeCommand.php (+2 -0)
📝 app/Filament/Resources/NodeResource/Pages/EditNode.php (+12 -0)
📝 app/Http/Requests/Api/Application/Nodes/StoreNodeRequest.php (+1 -6)
📝 app/Models/Node.php (+3 -1)
📝 app/Transformers/Api/Client/ServerTransformer.php (+1 -0)
database/migrations/2024_06_04_085042_add_daemon_sftp_alias_column_to_nodes.php (+28 -0)
📝 lang/en/commands.php (+1 -0)
📝 resources/scripts/api/server/getServer.ts (+2 -0)
📝 resources/scripts/components/server/settings/SettingsContainer.tsx (+10 -3)

📄 Description

Closes #247

grafik
grafik


🔄 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/323 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 6/4/2024 **Status:** ✅ Merged **Merged:** 6/8/2024 **Merged by:** [@notAreYouScared](https://github.com/notAreYouScared) **Base:** `main` ← **Head:** `feature/node-sftp-alias` --- ### 📝 Commits (4) - [`8f2261f`](https://github.com/pelican-dev/panel/commit/8f2261f6cdcf4265cbed650aaba92c37b0f417b8) add alias for node sftp address - [`f9fd426`](https://github.com/pelican-dev/panel/commit/f9fd426aca095f247b03a7bfaa0c1876c811aee6) change column type to string - [`328e159`](https://github.com/pelican-dev/panel/commit/328e159c6b74cfff8083be1711a32a90e791d958) Merge branch 'pelican-dev:main' into feature/node-sftp-alias - [`0156456`](https://github.com/pelican-dev/panel/commit/01564569197d82728aff6fcaf3e0582e12f4c324) Merge branch 'pelican-dev:main' into feature/node-sftp-alias ### 📊 Changes **9 files changed** (+60 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `app/Console/Commands/Node/MakeNodeCommand.php` (+2 -0) 📝 `app/Filament/Resources/NodeResource/Pages/EditNode.php` (+12 -0) 📝 `app/Http/Requests/Api/Application/Nodes/StoreNodeRequest.php` (+1 -6) 📝 `app/Models/Node.php` (+3 -1) 📝 `app/Transformers/Api/Client/ServerTransformer.php` (+1 -0) ➕ `database/migrations/2024_06_04_085042_add_daemon_sftp_alias_column_to_nodes.php` (+28 -0) 📝 `lang/en/commands.php` (+1 -0) 📝 `resources/scripts/api/server/getServer.ts` (+2 -0) 📝 `resources/scripts/components/server/settings/SettingsContainer.tsx` (+10 -3) </details> ### 📄 Description Closes #247 ![grafik](https://github.com/pelican-dev/panel/assets/8203120/5e2a7488-7d78-482b-a00b-09120538dc2c) ![grafik](https://github.com/pelican-dev/panel/assets/8203120/12029e97-a4c1-4a5d-9cce-dbabe0257a09) --- <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 18:43:14 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#689