main
Anthony 2025-03-28 00:36:52 +08:00
parent 16768aa322
commit a733c06972
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
type: update type: update
id: mbadmin id: mbadmin
version: '2.5' version: '2.6'
name: MB Administration name: MB Administration
description: Mighty Box Control Panel Administration description: Mighty Box Control Panel Administration

View File

@ -4,7 +4,7 @@
# Description: Automates SSL certificate issuance and updates LiteSpeed's httpd_config.xml. # Description: Automates SSL certificate issuance and updates LiteSpeed's httpd_config.xml.
# Ensures robust backups, validation, and error-free updates. # Ensures robust backups, validation, and error-free updates.
# Version: 2.0.4 (Idempotent, Clean Exit Messages) # Version: 2.0.4 (Idempotent, Clean Exit Messages)
# Author: Anthony Garces (tony@mightybox.io) | Gemini Assistance # Author: Anthony Garces (tony@mightybox.io)
# Date: 2025-03-26 # Date: 2025-03-26
# ============================================================================== # ==============================================================================
set -euo pipefail set -euo pipefail

View File

@ -4,7 +4,7 @@
# Description: Removes SSL certificates and cleans up LiteSpeed configurations. # Description: Removes SSL certificates and cleans up LiteSpeed configurations.
# Ensures safe removal of listeners, virtual hosts, and certificates. # Ensures safe removal of listeners, virtual hosts, and certificates.
# Version: 2.0.0 (Professional-Grade Optimized) # Version: 2.0.0 (Professional-Grade Optimized)
# Author: Gemini (Based on user request and feedback) # Author: Anthony Garces (tony@mightybox.io)
# Date: 2025-03-26 # Date: 2025-03-26
# Exit Codes: # Exit Codes:
# 0: Success (SSL removed and configuration cleaned up) # 0: Success (SSL removed and configuration cleaned up)