[PR #1270] [CLOSED] Figlet alternative / native header in shell #2963

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

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/1270
Author: @towerhand
Created: 1/5/2025
Status: Closed

Base: developHead: main


📝 Commits (10+)

📊 Changes

601 files changed (+12250 additions, -12674 deletions)

View changed files

.editorconfig (+16 -0)
📝 .github/ISSUE_TEMPLATE/bug_report.yml (+49 -20)
📝 .github/pull_request_template.md (+28 -20)
📝 .github/workflows/changelog-pr.yml (+1 -0)
.github/workflows/check-lowercase.yml (+92 -0)
.github/workflows/check-metadata.yml (+55 -0)
.github/workflows/deploy-pages.yml (+0 -79)
.github/workflows/frontend-cicd.yml (+78 -0)
.github/workflows/shellcheck.yml (+32 -0)
📝 CHANGELOG.md (+431 -1)
📝 LICENSE (+1 -1)
ct/2fauth.sh (+90 -0)
ct/5etools.sh (+115 -0)
📝 ct/actualbudget.sh (+31 -55)
📝 ct/adguard.sh (+25 -49)
📝 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)

...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.

Removed Figlet and display the relevant information for the project instead using echo.

I left a place holder for a ASCII art of your choice in the variables at the beginning.


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.
I'm not a professional coder and not fully familiar with creating/merging GitHub PRs.

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/1270 **Author:** [@towerhand](https://github.com/towerhand) **Created:** 1/5/2025 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `main` --- ### 📝 Commits (10+) - [`69fe688`](https://github.com/community-scripts/ProxmoxVE/commit/69fe6884186f4c55d421cf62f67b08aaa1c84f1c) Update CHANGELOG.md (#817) - [`ca902c5`](https://github.com/community-scripts/ProxmoxVE/commit/ca902c50fb07bd06864fdc68aaa715381a53928f) Change MISC from red to green (#815) - [`bcc6342`](https://github.com/community-scripts/ProxmoxVE/commit/bcc6342f83dd2af3fe9c01db7777e3112709e9b7) Update CHANGELOG.md (#820) - [`315949b`](https://github.com/community-scripts/ProxmoxVE/commit/315949b4460e1d071c685fb58f4f0856b5b6bebe) Massive Update: build.func | install.func | create_lxc.sh (Part 1) (#643) - [`f2a1cc7`](https://github.com/community-scripts/ProxmoxVE/commit/f2a1cc7eef5693e4aa905a6d4652b118aa033700) Update ALL CT's to new default (Part 2) (#710) - [`71cc0a0`](https://github.com/community-scripts/ProxmoxVE/commit/71cc0a0fd406fcf1237a7092b8313cd0f0c736db) Update CHANGELOG.md (#839) - [`afd57ca`](https://github.com/community-scripts/ProxmoxVE/commit/afd57cafc64534b5c2326611feea12a2925016b8) Fix ARR Tags - [`353a5e7`](https://github.com/community-scripts/ProxmoxVE/commit/353a5e7c996d8bcb0e272c7a46a4be9072bf08ff) Update ALL CT's to new default (Part 2) (#710) - [`b78a919`](https://github.com/community-scripts/ProxmoxVE/commit/b78a919b41450332832d7696803abb0213d9b295) Update CHANGELOG.md (#840) - [`b547530`](https://github.com/community-scripts/ProxmoxVE/commit/b547530643b85f4cf5f830f3710c81c61d435417) Increase Size | Description & Download-URL of Debian VM (#837) ### 📊 Changes **601 files changed** (+12250 additions, -12674 deletions) <details> <summary>View changed files</summary> ➕ `.editorconfig` (+16 -0) 📝 `.github/ISSUE_TEMPLATE/bug_report.yml` (+49 -20) 📝 `.github/pull_request_template.md` (+28 -20) 📝 `.github/workflows/changelog-pr.yml` (+1 -0) ➕ `.github/workflows/check-lowercase.yml` (+92 -0) ➕ `.github/workflows/check-metadata.yml` (+55 -0) ➖ `.github/workflows/deploy-pages.yml` (+0 -79) ➕ `.github/workflows/frontend-cicd.yml` (+78 -0) ➕ `.github/workflows/shellcheck.yml` (+32 -0) 📝 `CHANGELOG.md` (+431 -1) 📝 `LICENSE` (+1 -1) ➕ `ct/2fauth.sh` (+90 -0) ➕ `ct/5etools.sh` (+115 -0) 📝 `ct/actualbudget.sh` (+31 -55) 📝 `ct/adguard.sh` (+25 -49) 📝 `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) _...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. Removed Figlet and display the relevant information for the project instead using echo. I left a place holder for a ASCII art of your choice in the variables at the beginning. - - - **_Please remove unneeded lines!_** - Related Issue: # (issue number, if applicable) https://github.com/community-scripts/ProxmoxVE/issues/1246 - Related PR: # (if applicable) - Related Discussion: []()(if applicable) https://github.com/community-scripts/ProxmoxVE/discussions/1247 --- ## 🛠️ Type of Change Please check the relevant options: - [x] 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: - [x] 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. I'm not a professional coder and not fully familiar with creating/merging GitHub PRs. ![image](https://github.com/user-attachments/assets/9f9902e9-67f6-4174-9af1-cdb4f6e964fc) --- <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:22:14 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#2963