[PR #468] [MERGED] fix: advanced modal SSH key discovery and tags delimiter #465

Closed
opened 2026-02-26 12:41:28 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE-Local/pull/468
Author: @michelroegl-brunner
Created: 1/29/2026
Status: Merged
Merged: 1/29/2026
Merged by: @michelroegl-brunner

Base: mainHead: fix/465


📝 Commits (1)

  • db12ac4 fix: advanced modal SSH key discovery and tags delimiter

📊 Changes

2 files changed (+176 additions, -59 deletions)

View changed files

📝 src/app/_components/ConfigurationModal.tsx (+80 -59)
src/app/api/servers/[id]/discover-ssh-keys/route.ts (+96 -0)

📄 Description

Summary

  • Tags: Allow ; as alternative to , for the tags field; normalize on submit and update label/placeholder.
  • SSH keys: Add discovery of host SSH keys (like native advanced mode) via GET /api/servers/[id]/discover-ssh-keys and a dropdown in the advanced install modal.
  • Advanced modal: fetch discovered keys when open, show "Use detected key" selector and keep manual paste input; loading and empty/error states handled.

🔄 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/community-scripts/ProxmoxVE-Local/pull/468 **Author:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Created:** 1/29/2026 **Status:** ✅ Merged **Merged:** 1/29/2026 **Merged by:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Base:** `main` ← **Head:** `fix/465` --- ### 📝 Commits (1) - [`db12ac4`](https://github.com/community-scripts/ProxmoxVE-Local/commit/db12ac42194bac75e30e6f77c0a588dc7b5078dd) fix: advanced modal SSH key discovery and tags delimiter ### 📊 Changes **2 files changed** (+176 additions, -59 deletions) <details> <summary>View changed files</summary> 📝 `src/app/_components/ConfigurationModal.tsx` (+80 -59) ➕ `src/app/api/servers/[id]/discover-ssh-keys/route.ts` (+96 -0) </details> ### 📄 Description ## Summary - **Tags**: Allow `;` as alternative to `,` for the tags field; normalize on submit and update label/placeholder. - **SSH keys**: Add discovery of host SSH keys (like native advanced mode) via `GET /api/servers/[id]/discover-ssh-keys` and a dropdown in the advanced install modal. - Advanced modal: fetch discovered keys when open, show "Use detected key" selector and keep manual paste input; loading and empty/error states handled. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 12:41:28 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE-Local#465
No description provided.