[PR #571] [MERGED] New Script: The Lounge IRC #2604

Open
opened 2025-11-20 05:30:52 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/571
Author: @quantumryuu
Created: 11/28/2024
Status: Merged
Merged: 11/29/2024
Merged by: @MickLesk

Base: mainHead: main


📝 Commits (10+)

📊 Changes

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

View changed files

ct/thelounge.sh (+97 -0)
install/thelounge-install.sh (+50 -0)
json/thelounge.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

Wanted to try creating an LXC install script. All feedback welcome 😃
I have created an LXC install script for The Lounge the self-hosted web IRC client.
Tried to follow the comments on other pull requests about formatting, github releases etc.

Fixes # (issue)
#501
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)

The latest version of Node.JS (23.x) is installed from nodesource 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/571 **Author:** [@quantumryuu](https://github.com/quantumryuu) **Created:** 11/28/2024 **Status:** ✅ Merged **Merged:** 11/29/2024 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `main` --- ### 📝 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** (+186 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ct/thelounge.sh` (+97 -0) ➕ `install/thelounge-install.sh` (+50 -0) ➕ `json/thelounge.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 Wanted to try creating an LXC install script. All feedback welcome 😃 I have created an LXC install script for [The Lounge](https://thelounge.chat/) the self-hosted web IRC client. Tried to follow the comments on other pull requests about formatting, github releases etc. Fixes # (issue) [#501](https://github.com/community-scripts/ProxmoxVE/discussions/501) [Project Board](https://github.com/orgs/community-scripts/projects/9/views/1?filterQuery=the+lounge&pane=issue&itemId=88869894) ## 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) The latest version of Node.JS (23.x) is installed from [nodesource](https://github.com/nodesource/distributions?tab=readme-ov-file#debian-and-ubuntu-based-distributions) 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>
saavagebueno added the pull-request label 2025-11-20 05:30:52 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#2604