[PR #3990] [CLOSED] Website: Add configuration file paths to scripts page #4664

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

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/3990
Author: @tremor021
Created: 4/22/2025
Status: Closed

Base: mainHead: infoho


📝 Commits (7)

📊 Changes

100 files changed (+3186 additions, -2839 deletions)

View changed files

📝 frontend/public/json/2fauth.json (+44 -40)
📝 frontend/public/json/grafana.json (+48 -43)
📝 frontend/public/json/graylog.json (+44 -40)
📝 frontend/public/json/grist.json (+19 -14)
📝 frontend/public/json/habitica.json (+1 -1)
📝 frontend/public/json/headscale.json (+38 -38)
📝 frontend/public/json/hev-socks5-server.json (+1 -1)
📝 frontend/public/json/hivemq.json (+41 -37)
📝 frontend/public/json/homarr.json (+37 -32)
📝 frontend/public/json/homeassistant-core.json (+48 -48)
📝 frontend/public/json/homeassistant.json (+48 -48)
📝 frontend/public/json/homebox.json (+37 -37)
📝 frontend/public/json/homepage.json (+40 -40)
📝 frontend/public/json/homer.json (+38 -38)
📝 frontend/public/json/inspircd.json (+37 -32)
📝 frontend/public/json/jellyseerr.json (+38 -33)
📝 frontend/public/json/karakeep.json (+6 -1)
📝 frontend/public/json/kimai.json (+8 -3)
📝 frontend/public/json/koillection.json (+37 -32)
📝 frontend/public/json/kometa.json (+40 -40)

...and 80 more files

📄 Description

✍️ Description

  • Adding configuration file locations as info on scripts page
  • Code formatting

Link: #

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/3990 **Author:** [@tremor021](https://github.com/tremor021) **Created:** 4/22/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `infoho` --- ### 📝 Commits (7) - [`731aeea`](https://github.com/community-scripts/ProxmoxVE/commit/731aeea2c8bc5b7f7f7e94f6ef7180ffb77541b3) Add configuration file paths to website - [`040f190`](https://github.com/community-scripts/ProxmoxVE/commit/040f1902176f71cdbd2178929b067f487d28b6a0) fix grafana json - [`94554a3`](https://github.com/community-scripts/ProxmoxVE/commit/94554a3b644f15d0e92092fdfd50c20f129fd3ea) fix shinobi json - [`7fbcbbb`](https://github.com/community-scripts/ProxmoxVE/commit/7fbcbbb7a5e17993c2176ebaf49dd8267b9bed48) fix grafana json - [`d34fda7`](https://github.com/community-scripts/ProxmoxVE/commit/d34fda7c9b02d2ff2f0e331861c8a357b9ef5c79) fix shinobi again - [`f4e020e`](https://github.com/community-scripts/ProxmoxVE/commit/f4e020e4055007f43e0dd045aed005790b3202d1) Update shinobi.json - [`e5aa306`](https://github.com/community-scripts/ProxmoxVE/commit/e5aa306f5c4c19a7e75e74ed816986cb85db1366) Revert script changes ### 📊 Changes **100 files changed** (+3186 additions, -2839 deletions) <details> <summary>View changed files</summary> 📝 `frontend/public/json/2fauth.json` (+44 -40) 📝 `frontend/public/json/grafana.json` (+48 -43) 📝 `frontend/public/json/graylog.json` (+44 -40) 📝 `frontend/public/json/grist.json` (+19 -14) 📝 `frontend/public/json/habitica.json` (+1 -1) 📝 `frontend/public/json/headscale.json` (+38 -38) 📝 `frontend/public/json/hev-socks5-server.json` (+1 -1) 📝 `frontend/public/json/hivemq.json` (+41 -37) 📝 `frontend/public/json/homarr.json` (+37 -32) 📝 `frontend/public/json/homeassistant-core.json` (+48 -48) 📝 `frontend/public/json/homeassistant.json` (+48 -48) 📝 `frontend/public/json/homebox.json` (+37 -37) 📝 `frontend/public/json/homepage.json` (+40 -40) 📝 `frontend/public/json/homer.json` (+38 -38) 📝 `frontend/public/json/inspircd.json` (+37 -32) 📝 `frontend/public/json/jellyseerr.json` (+38 -33) 📝 `frontend/public/json/karakeep.json` (+6 -1) 📝 `frontend/public/json/kimai.json` (+8 -3) 📝 `frontend/public/json/koillection.json` (+37 -32) 📝 `frontend/public/json/kometa.json` (+40 -40) _...and 80 more files_ </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 - Adding configuration file locations as info on scripts page - Code formatting ## 🔗 Related PR / Issue Link: # ## ✅ 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. - [ ] ✨ **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. - [x] 🌍 **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:05 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#4664