[PR #4018] [CLOSED] Remove Whoogle #4686

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

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/4018
Author: @CrazyWolf13
Created: 4/24/2025
Status: Closed

Base: mainHead: rm_whoogle


📝 Commits (9)

  • f088d6d Delete ct/whoogle.sh
  • 7a3ad43 Delete ct/headers/whoogle
  • d0d704d Delete misc/images/whoogle.png
  • d3df459 Delete install/whoogle-install.sh
  • 7a63e51 Delete frontend/public/json/whoogle.json
  • 0eb6522 Delete misc/images/filebrowser.png
  • d289c73 Update openobserve.json
  • 823571a Update daemonsync.json
  • e59491e Update daemonsync.json

📊 Changes

8 files changed (+3 additions, -135 deletions)

View changed files

ct/headers/whoogle (+0 -6)
ct/whoogle.sh (+0 -44)
📝 frontend/public/json/daemonsync.json (+1 -1)
📝 frontend/public/json/openobserve.json (+2 -2)
frontend/public/json/whoogle.json (+0 -34)
install/whoogle-install.sh (+0 -48)
misc/images/filebrowser.png (+0 -0)
misc/images/whoogle.png (+0 -0)

📄 Description

✍️ Description

This PR removes whoogle, as it seems to be abandomed due to not being able to operate anymore, because of restrictions by google: https://github.com/benbusby/whoogle-search

Also cleans up the mis/images folder a bit

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/4018 **Author:** [@CrazyWolf13](https://github.com/CrazyWolf13) **Created:** 4/24/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `rm_whoogle` --- ### 📝 Commits (9) - [`f088d6d`](https://github.com/community-scripts/ProxmoxVE/commit/f088d6d6563143a85a154357ec4800c435ffebf9) Delete ct/whoogle.sh - [`7a3ad43`](https://github.com/community-scripts/ProxmoxVE/commit/7a3ad43e9b3c05637309a599d562c98366824c48) Delete ct/headers/whoogle - [`d0d704d`](https://github.com/community-scripts/ProxmoxVE/commit/d0d704d057c7b3b900f3b0826d4e761f86693d76) Delete misc/images/whoogle.png - [`d3df459`](https://github.com/community-scripts/ProxmoxVE/commit/d3df459fdf292a9eb05e5098d944ad056526f9c1) Delete install/whoogle-install.sh - [`7a63e51`](https://github.com/community-scripts/ProxmoxVE/commit/7a63e513fc7a076e74a5de389b279c1e5b01a48e) Delete frontend/public/json/whoogle.json - [`0eb6522`](https://github.com/community-scripts/ProxmoxVE/commit/0eb6522143ffbff9bdd4918bccd20863d356c0f4) Delete misc/images/filebrowser.png - [`d289c73`](https://github.com/community-scripts/ProxmoxVE/commit/d289c73015658aae9ed7d1241f0a0c910bceecaf) Update openobserve.json - [`823571a`](https://github.com/community-scripts/ProxmoxVE/commit/823571a81f82bde7258403dddefad4c9a80c7927) Update daemonsync.json - [`e59491e`](https://github.com/community-scripts/ProxmoxVE/commit/e59491e076fe849938046a41f40d241f4117351d) Update daemonsync.json ### 📊 Changes **8 files changed** (+3 additions, -135 deletions) <details> <summary>View changed files</summary> ➖ `ct/headers/whoogle` (+0 -6) ➖ `ct/whoogle.sh` (+0 -44) 📝 `frontend/public/json/daemonsync.json` (+1 -1) 📝 `frontend/public/json/openobserve.json` (+2 -2) ➖ `frontend/public/json/whoogle.json` (+0 -34) ➖ `install/whoogle-install.sh` (+0 -48) ➖ `misc/images/filebrowser.png` (+0 -0) ➖ `misc/images/whoogle.png` (+0 -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 removes whoogle, as it seems to be abandomed due to not being able to operate anymore, because of restrictions by google: https://github.com/benbusby/whoogle-search Also cleans up the mis/images folder a bit ## 🔗 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. - [ ] 🌍 **Website update** – Changes to website-related JSON files or metadata. - [x] 🔧 **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:13 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#4686