[PR #957] [CLOSED] Improve motd #2824

Closed
opened 2026-02-05 05:15:37 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/957
Author: @oOStroudyOo
Created: 12/21/2024
Status: Closed

Base: developHead: main


📝 Commits (10+)

📊 Changes

336 files changed (+9333 additions, -11936 deletions)

View changed files

📝 .github/ISSUE_TEMPLATE/bug_report.yml (+49 -20)
📝 .github/pull_request_template.md (+28 -20)
📝 .github/workflows/changelog-pr.yml (+1 -0)
.github/workflows/deploy-pages.yml (+0 -79)
.github/workflows/frontend-cicd.yml (+78 -0)
📝 CHANGELOG.md (+215 -1)
📝 ct/actualbudget.sh (+31 -55)
📝 ct/adguard.sh (+27 -51)
📝 ct/adventurelog.sh (+60 -84)
📝 ct/agentdvr.sh (+25 -49)
📝 ct/alpine-docker.sh (+13 -43)
📝 ct/alpine-grafana.sh (+13 -43)
📝 ct/alpine-nextcloud.sh (+13 -42)
📝 ct/alpine-vaultwarden.sh (+14 -44)
📝 ct/alpine-zigbee2mqtt.sh (+12 -42)
📝 ct/alpine.sh (+21 -51)
📝 ct/apache-cassandra.sh (+24 -49)
📝 ct/apache-couchdb.sh (+25 -51)
ct/apache-guacamole.sh (+46 -0)
📝 ct/apt-cacher-ng.sh (+28 -53)

...and 80 more files

📄 Description

🛠️ Note:
We are meticulous about merging code into the main branch, so please understand that pull requests not meeting the project's standards may be rejected. It's never personal!
🎮 Note for game-related scripts: These have a lower likelihood of being merged.


✍️ Description

Provide a summary of the changes made and/or reference the issue being addressed.
Changes have been made to the install.func script to improve the motd when logging into an lxc:

Added gold colour.
Added TABS variable (A longer version of TAB, user for central LXC heading / reduced code)
Added building icon (used for ORG).
Added hammer and spanner icon (used for GitHub)
Change LXC Container title to more central location and in gold.
Added website URL.
Split the lines to show Org, Website and Github on separate lines to improve readability.
Changed IP icon from idea to network.
Added line break under the LXC title for better readability.
Added line break under the IP address for better readability.


Please remove unneeded lines!


🛠️ 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)

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.)
  • [] Documentation updated (I have updated any relevant documentation)

📋 Additional Information (optional)

Provide any extra context or screenshots about the feature or fix here.

image


🔄 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/957 **Author:** [@oOStroudyOo](https://github.com/oOStroudyOo) **Created:** 12/21/2024 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `main` --- ### 📝 Commits (10+) - [`e2aa5fe`](https://github.com/community-scripts/ProxmoxVE/commit/e2aa5fe6278342263089f6b96c33f720e7c6a92e) Bookstack: Fix Update function composer (#700) - [`c46f15c`](https://github.com/community-scripts/ProxmoxVE/commit/c46f15cdc102de4cf06e35f3116b05fc2364a6a6) fix: note component in json-editor getting out of focus when typing and revert theme switch animation (#706) - [`3d38ad0`](https://github.com/community-scripts/ProxmoxVE/commit/3d38ad0288c61a328bf4730706f2d3ea19ab2fb6) Fix bugs in Komga update (#717) - [`9443286`](https://github.com/community-scripts/ProxmoxVE/commit/944328625a3b5c00b6f97c0c19e56ed172bee8ef) Update CHANGELOG.md (#718) - [`259203e`](https://github.com/community-scripts/ProxmoxVE/commit/259203ee51b33866d54ca823ba6faef4e87ea514) Update frontend CI/CD workflow (#703) - [`a4803d1`](https://github.com/community-scripts/ProxmoxVE/commit/a4803d178d83f96566ae3e498ea031b49e7df4aa) Update CHANGELOG.md (#720) - [`59deaa0`](https://github.com/community-scripts/ProxmoxVE/commit/59deaa0a194dae99b433bbdbdc21bbee6365c4d0) Update CHANGELOG.md (#721) - [`be4e650`](https://github.com/community-scripts/ProxmoxVE/commit/be4e6503d7758d518fb1f99f2cf0f72de6405d7e) Fix Hoarder build failure by installing Chromium stable (#723) - [`e45aba8`](https://github.com/community-scripts/ProxmoxVE/commit/e45aba86bd0be6fa5963072aac083f54c2c4962c) Update CHANGELOG.md (#726) - [`52898b4`](https://github.com/community-scripts/ProxmoxVE/commit/52898b4edf2bfbc91248884256d10a47de93c627) Zigbee2MQTT: Remove dev branch choice until v2.0.0 release (#702) ### 📊 Changes **336 files changed** (+9333 additions, -11936 deletions) <details> <summary>View changed files</summary> 📝 `.github/ISSUE_TEMPLATE/bug_report.yml` (+49 -20) 📝 `.github/pull_request_template.md` (+28 -20) 📝 `.github/workflows/changelog-pr.yml` (+1 -0) ➖ `.github/workflows/deploy-pages.yml` (+0 -79) ➕ `.github/workflows/frontend-cicd.yml` (+78 -0) 📝 `CHANGELOG.md` (+215 -1) 📝 `ct/actualbudget.sh` (+31 -55) 📝 `ct/adguard.sh` (+27 -51) 📝 `ct/adventurelog.sh` (+60 -84) 📝 `ct/agentdvr.sh` (+25 -49) 📝 `ct/alpine-docker.sh` (+13 -43) 📝 `ct/alpine-grafana.sh` (+13 -43) 📝 `ct/alpine-nextcloud.sh` (+13 -42) 📝 `ct/alpine-vaultwarden.sh` (+14 -44) 📝 `ct/alpine-zigbee2mqtt.sh` (+12 -42) 📝 `ct/alpine.sh` (+21 -51) 📝 `ct/apache-cassandra.sh` (+24 -49) 📝 `ct/apache-couchdb.sh` (+25 -51) ➕ `ct/apache-guacamole.sh` (+46 -0) 📝 `ct/apt-cacher-ng.sh` (+28 -53) _...and 80 more files_ </details> ### 📄 Description > **🛠️ Note:** > We are meticulous about merging code into the main branch, so please understand that pull requests not meeting the project's standards may be rejected. It's never personal! > 🎮 **Note for game-related scripts:** These have a lower likelihood of being merged. --- ## ✍️ Description Provide a summary of the changes made and/or reference the issue being addressed. Changes have been made to the install.func script to improve the motd when logging into an lxc: Added gold colour. Added TABS variable (A longer version of TAB, user for central LXC heading / reduced code) Added building icon (used for ORG). Added hammer and spanner icon (used for GitHub) Change LXC Container title to more central location and in gold. Added website URL. Split the lines to show Org, Website and Github on separate lines to improve readability. Changed IP icon from idea to network. Added line break under the LXC title for better readability. Added line break under the IP address for better readability. - - - **_Please remove unneeded lines!_** --- ## 🛠️ 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) --- ## ✅ 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.) - [✅] Documentation updated (I have updated any relevant documentation) --- ## 📋 Additional Information (optional) Provide any extra context or screenshots about the feature or fix here. ![image](https://github.com/user-attachments/assets/ce8b1738-33fa-42e7-9f0a-f08161a65cf8) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 05:15:37 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#2824