[PR #1856] [MERGED] New Script: Mattermost #3263

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

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/1856
Author: @Dracentis
Created: 1/29/2025
Status: Merged
Merged: 1/30/2025
Merged by: @MickLesk

Base: mainHead: main


📝 Commits (10+)

  • ba5d5c3 Create mattermost.sh, mattermost-install.sh, and mattermost.json
  • 3cf55b5 Merge branch 'community-scripts:main' into main
  • 084c71f Change paths in build.func install.func and mattermost.sh
  • c154391 Merge branch 'main' of https://github.com/Dracentis/ProxmoxVE
  • d148d69 Fixed OS in mattermost.sh and mattermost.json
  • 2f93e39 Change paths in all files
  • ec30150 Added tags and fixed missing variable definition
  • b5d4ad6 Fixed mattermost-install.sh
  • 317903a Fixed sed command in mattermost-install.sh
  • 59e5a6b Fixed sed command in mattermost-install.sh

📊 Changes

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

View changed files

ct/mattermost.sh (+49 -0)
install/mattermost-install.sh (+60 -0)
json/mattermost.json (+34 -0)

📄 Description

✍️ Description

This is a script to install a self-hosted Mattermost server on an Ubuntu 24.04 LXC. It sets up the database and then installs from the official PPA. Works and tested on amd64.

Prerequisites

The following steps must be completed for the pull request to be considered:

  • Self-review performed (I have reviewed my code to ensure it follows established patterns and conventions.)
  • Testing performed (I have thoroughly tested my changes and verified expected functionality.)

🛠️ Type of Change

Please check the relevant options:

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

🔄 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/1856 **Author:** [@Dracentis](https://github.com/Dracentis) **Created:** 1/29/2025 **Status:** ✅ Merged **Merged:** 1/30/2025 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`ba5d5c3`](https://github.com/community-scripts/ProxmoxVE/commit/ba5d5c3cf730acd29ecf2f9f6065db72ae82f9a2) Create mattermost.sh, mattermost-install.sh, and mattermost.json - [`3cf55b5`](https://github.com/community-scripts/ProxmoxVE/commit/3cf55b50af826151a22f5d993db92293e40b3083) Merge branch 'community-scripts:main' into main - [`084c71f`](https://github.com/community-scripts/ProxmoxVE/commit/084c71fbdc4ae6abed09f6858b852967286bb092) Change paths in build.func install.func and mattermost.sh - [`c154391`](https://github.com/community-scripts/ProxmoxVE/commit/c154391d8880fe2bafb73a9cc458dce47dc81164) Merge branch 'main' of https://github.com/Dracentis/ProxmoxVE - [`d148d69`](https://github.com/community-scripts/ProxmoxVE/commit/d148d69822e7c12cf9049fb095b0fb17b0e274c2) Fixed OS in mattermost.sh and mattermost.json - [`2f93e39`](https://github.com/community-scripts/ProxmoxVE/commit/2f93e39233a8dc27c5f4f77d5b84eba9fea34b61) Change paths in all files - [`ec30150`](https://github.com/community-scripts/ProxmoxVE/commit/ec301504c70d7f24d4a7b8c8c748968a25f4afbb) Added tags and fixed missing variable definition - [`b5d4ad6`](https://github.com/community-scripts/ProxmoxVE/commit/b5d4ad623ee86e42927cafb8c6310680092a990a) Fixed mattermost-install.sh - [`317903a`](https://github.com/community-scripts/ProxmoxVE/commit/317903a3e95f321b23ff4cb4031c72250293d9db) Fixed sed command in mattermost-install.sh - [`59e5a6b`](https://github.com/community-scripts/ProxmoxVE/commit/59e5a6b48a954ff5a829dc18f5748b7618fd1730) Fixed sed command in mattermost-install.sh ### 📊 Changes **3 files changed** (+143 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ct/mattermost.sh` (+49 -0) ➕ `install/mattermost-install.sh` (+60 -0) ➕ `json/mattermost.json` (+34 -0) </details> ### 📄 Description ## ✍️ Description This is a script to install a self-hosted Mattermost server on an Ubuntu 24.04 LXC. It sets up the database and then installs from the official PPA. Works and tested on amd64. ## ✅ Prerequisites The following steps must be completed for the pull request to be considered: - [x] Self-review performed (I have reviewed my code to ensure it follows established patterns and conventions.) - [x] Testing performed (I have thoroughly tested my changes and verified expected functionality.) ## 🛠️ Type of Change Please check the relevant options: - [] Bug fix (non-breaking change that resolves an issue) - [] New feature (non-breaking change that adds functionality) - [] Breaking change (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) --- <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:03:51 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#3263