[PR #575] [CLOSED] New Script: Glance #2790

Closed
opened 2026-02-26 13:31:22 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/575
Author: @quantumryuu
Created: 11/28/2024
Status: Closed

Base: mainHead: glance


📝 Commits (10+)

📊 Changes

3 files changed (+219 additions, -0 deletions)

View changed files

ct/glance.sh (+99 -0)
install/glance-install.sh (+81 -0)
json/glance.json (+39 -0)

📄 Description

Note

We are meticulous when it comes to merging code into the main branch, so please understand that we may reject pull requests that do not meet the project's standards. It's never personal. Also, game-related scripts have a lower chance of being merged.

Description

Created install scripts for Glance
Provide a summary of the changes made and/or reference the issue being addressed.

Fixes # (issue)
#256
Project Board

Type of change

Please check the relevant option(s):

  • Bug fix (non-breaking change that resolves an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (a fix or feature that would cause existing functionality to change unexpectedly)
  • New script (a fully functional and thoroughly tested script or set of scripts.)

Prerequisites

The following efforts must be made for the PR to be considered. Please check when completed:

  • Self-review performed (I have reviewed my code, ensuring it follows established patterns and conventions)
  • Testing performed (I have tested my changes, ensuring everything works as expected)
  • Documentation updated (I have updated any relevant documentation)

Additional Information (optional)

Provide any additional context or screenshots about the feature or fix here.
YML example taken from official repo.

If there are other pull requests or discussions related to this change, please link them here:

  • Related PR #

🔄 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/575 **Author:** [@quantumryuu](https://github.com/quantumryuu) **Created:** 11/28/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `glance` --- ### 📝 Commits (10+) - [`7074bfd`](https://github.com/community-scripts/ProxmoxVE/commit/7074bfd81e44a5eb69ad3ffc6fbe1bf2d94010b7) Added "thelounge.sh" - [`6494592`](https://github.com/community-scripts/ProxmoxVE/commit/6494592ac5bf38f2020556596232ea18baa7289a) Added "thelounge-install.sh" - [`a134166`](https://github.com/community-scripts/ProxmoxVE/commit/a134166a3cd5c267a2ed487fa89cdfdbb33b9e33) Added "thelounge.json" - [`19b2265`](https://github.com/community-scripts/ProxmoxVE/commit/19b22654d8aa8a58e16cdeec7fc295ca5b65adb8) Added empty line to end of thelounge.sh - [`d2c6c06`](https://github.com/community-scripts/ProxmoxVE/commit/d2c6c06c0fbf3cd940639977bdc7eb101e6896fe) Added empty line to end of thelounge.json - [`1806492`](https://github.com/community-scripts/ProxmoxVE/commit/1806492e346c8f8d086a4b8467d805249eb42645) Update thelounge-install.sh - [`620a2f1`](https://github.com/community-scripts/ProxmoxVE/commit/620a2f12eefd2a730d5d9bb8148416407e1032d0) replace apt install with dpkg -i - [`a8332ba`](https://github.com/community-scripts/ProxmoxVE/commit/a8332bad6fc2a5d85d8e5108ba09de77ddf9c17f) cleanup - [`15199bc`](https://github.com/community-scripts/ProxmoxVE/commit/15199bc942ef2b73d0dc909bf4a854bdcb80c0a5) cleanup 2 - [`53abf07`](https://github.com/community-scripts/ProxmoxVE/commit/53abf07f9c66901535d33ac1ad8b35b78cf75e10) header_info try ### 📊 Changes **3 files changed** (+219 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ct/glance.sh` (+99 -0) ➕ `install/glance-install.sh` (+81 -0) ➕ `json/glance.json` (+39 -0) </details> ### 📄 Description > [!NOTE] > We are meticulous when it comes to merging code into the main branch, so please understand that we may reject pull requests that do not meet the project's standards. It's never personal. Also, game-related scripts have a lower chance of being merged. ## Description Created install scripts for [Glance](https://github.com/glanceapp/glance/) Provide a summary of the changes made and/or reference the issue being addressed. Fixes # (issue) #256 [Project Board](https://github.com/orgs/community-scripts/projects/9/views/1?filterQuery=glance&pane=issue&itemId=87952082) ## Type of change Please check the relevant option(s): - [ ] Bug fix (non-breaking change that resolves an issue) - [ ] New feature (non-breaking change that adds functionality) - [ ] Breaking change (a fix or feature that would cause existing functionality to change unexpectedly) - [x] New script (a fully functional and thoroughly tested script or set of scripts.) ## Prerequisites The following efforts must be made for the PR to be considered. Please check when completed: - [x] Self-review performed (I have reviewed my code, ensuring it follows established patterns and conventions) - [x] Testing performed (I have tested my changes, ensuring everything works as expected) - [x] Documentation updated (I have updated any relevant documentation) ## Additional Information (optional) Provide any additional context or screenshots about the feature or fix here. YML example taken from official repo. ## Related Pull Requests / Discussions If there are other pull requests or discussions related to this change, please link them here: - Related PR # --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 13:31:22 +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#2790
No description provided.