[PR #4005] [MERGED] Feat: Add config path to website #4677

Open
opened 2025-11-20 06:11:10 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/4005
Author: @michelroegl-brunner
Created: 4/23/2025
Status: Merged
Merged: 4/24/2025
Merged by: @michelroegl-brunner

Base: mainHead: feature/website_config_file_path


📝 Commits (3)

  • 4b02baa Feat: Add config path to website
  • 9e1d49a Handel Responsive/Mobile
  • 5fc794a Merge branch 'main' into feature/website_config_file_path

📊 Changes

8 files changed (+89 additions, -2 deletions)

View changed files

📝 frontend/public/json/podman-homeassistant.json (+1 -1)
📝 frontend/public/json/watchyourlan.json (+1 -1)
📝 frontend/src/app/json-editor/_schemas/schemas.ts (+1 -0)
📝 frontend/src/app/json-editor/page.tsx (+9 -0)
📝 frontend/src/app/scripts/_components/ScriptItem.tsx (+11 -0)
frontend/src/app/scripts/_components/ScriptItems/ConfigFile.tsx (+10 -0)
frontend/src/components/ui/config-copy-button.tsx (+55 -0)
📝 frontend/src/lib/types.ts (+1 -0)

📄 Description

✍️ Description

This PR adds a Field to display the config path of a App on the Website.

image

Merge only after #4004 is merged

Note: CI/CD Will fail until the preveios PR #4004 is merged, as the current jsons dont meet the spec.

Link: #4004

Prerequisites (X in brackets)

  • Self-review completed – Code follows project standards.
  • Tested thoroughly – Changes work as expected.
  • No security risks – No hardcoded secrets, unnecessary privilege escalations, or permission issues.

🛠️ Type of Change (X in brackets)

  • 🐞 Bug fix – Resolves an issue without breaking functionality.
  • New feature – Adds new, non-breaking functionality.
  • 💥 Breaking change – Alters existing functionality in a way that may require updates.
  • 🆕 New script – A fully functional and tested script or script set.
  • 🌍 Website update – Changes to website-related JSON files or metadata.
  • 🔧 Refactoring / Code Cleanup – Improves readability or maintainability without changing functionality.
  • 📝 Documentation update – Changes to README, AppName.md, CONTRIBUTING.md, or other docs.

🔄 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/pull/4005 **Author:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Created:** 4/23/2025 **Status:** ✅ Merged **Merged:** 4/24/2025 **Merged by:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Base:** `main` ← **Head:** `feature/website_config_file_path` --- ### 📝 Commits (3) - [`4b02baa`](https://github.com/community-scripts/ProxmoxVE/commit/4b02baaed1509aeb81d9556f0fe586295505fc38) Feat: Add config path to website - [`9e1d49a`](https://github.com/community-scripts/ProxmoxVE/commit/9e1d49a212787462f2835e1e0f61279e27eabc3d) Handel Responsive/Mobile - [`5fc794a`](https://github.com/community-scripts/ProxmoxVE/commit/5fc794a2960c5fd0f045ad7baf2b74d4e693667a) Merge branch 'main' into feature/website_config_file_path ### 📊 Changes **8 files changed** (+89 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `frontend/public/json/podman-homeassistant.json` (+1 -1) 📝 `frontend/public/json/watchyourlan.json` (+1 -1) 📝 `frontend/src/app/json-editor/_schemas/schemas.ts` (+1 -0) 📝 `frontend/src/app/json-editor/page.tsx` (+9 -0) 📝 `frontend/src/app/scripts/_components/ScriptItem.tsx` (+11 -0) ➕ `frontend/src/app/scripts/_components/ScriptItems/ConfigFile.tsx` (+10 -0) ➕ `frontend/src/components/ui/config-copy-button.tsx` (+55 -0) 📝 `frontend/src/lib/types.ts` (+1 -0) </details> ### 📄 Description <!--🛑 New scripts must be submitted to [ProxmoxVED](https://github.com/community-scripts/ProxmoxVED) for testing. PRs without prior testing will be closed. --> ## ✍️ Description This PR adds a Field to display the config path of a App on the Website. ![image](https://github.com/user-attachments/assets/2733e44a-a474-4f14-ae2d-d49ec238dd3f) ### Merge only after #4004 is merged Note: CI/CD Will fail until the preveios PR #4004 is merged, as the current jsons dont meet the spec. ## 🔗 Related PR / Issue Link: #4004 ## ✅ Prerequisites (**X** in brackets) - [X] **Self-review completed** – Code follows project standards. - [X] **Tested thoroughly** – Changes work as expected. - [X] **No security risks** – No hardcoded secrets, unnecessary privilege escalations, or permission issues. --- ## 🛠️ Type of Change (**X** in brackets) - [ ] 🐞 **Bug fix** – Resolves an issue without breaking functionality. - [X] ✨ **New feature** – Adds new, non-breaking functionality. - [ ] 💥 **Breaking change** – Alters existing functionality in a way that may require updates. - [ ] 🆕 **New script** – A fully functional and tested script or script set. - [ ] 🌍 **Website update** – Changes to website-related JSON files or metadata. - [ ] 🔧 **Refactoring / Code Cleanup** – Improves readability or maintainability without changing functionality. - [ ] 📝 **Documentation update** – Changes to `README`, `AppName.md`, `CONTRIBUTING.md`, or other docs. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 06:11:10 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#4677