From 4ce2f085e3ff5aa4b4f85b1aa8c768b3857c9831 Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Thu, 26 Dec 2024 13:44:59 +0100 Subject: [PATCH] Software titles: several small changes to the text --- .../include/images/{CON007.png => WTC001.png} | Bin .../{CON007-footer.md => WTC001-footer.md} | 0 .../{CON007-header.md => WTC001-header.md} | 0 tools/json/config.software.json | 32 +++++++++--------- 4 files changed, 16 insertions(+), 16 deletions(-) rename tools/include/images/{CON007.png => WTC001.png} (100%) rename tools/include/markdown/{CON007-footer.md => WTC001-footer.md} (100%) rename tools/include/markdown/{CON007-header.md => WTC001-header.md} (100%) diff --git a/tools/include/images/CON007.png b/tools/include/images/WTC001.png similarity index 100% rename from tools/include/images/CON007.png rename to tools/include/images/WTC001.png diff --git a/tools/include/markdown/CON007-footer.md b/tools/include/markdown/WTC001-footer.md similarity index 100% rename from tools/include/markdown/CON007-footer.md rename to tools/include/markdown/WTC001-footer.md diff --git a/tools/include/markdown/CON007-header.md b/tools/include/markdown/WTC001-header.md similarity index 100% rename from tools/include/markdown/CON007-header.md rename to tools/include/markdown/WTC001-header.md diff --git a/tools/json/config.software.json b/tools/json/config.software.json index 0cbbd0db8..05e0e9587 100644 --- a/tools/json/config.software.json +++ b/tools/json/config.software.json @@ -11,7 +11,7 @@ "sub": [ { "id": "SWAG01", - "description": "SWAG reverse proxy install", + "description": "SWAG reverse proxy", "command": [ "module_swag install" ], @@ -53,7 +53,7 @@ }, { "id": "HomeAutomation", - "description": "Home Automation for monitoring and/or control home appliances", + "description": "Home Automation for control home appliances", "sub": [ { "id": "HAB001", @@ -129,7 +129,7 @@ "sub": [ { "id": "DNS001", - "description": "Pi-hole DNS ad blocker install", + "description": "Pi-hole DNS ad blocker", "command": [ "module_pi_hole install" ], @@ -159,7 +159,7 @@ }, { "id": "DNS004", - "description": "Pi-hole purge", + "description": "Pi-hole purge with data folder", "command": [ "module_pi_hole remove" ], @@ -424,7 +424,7 @@ }, { "id": "Downloaders", - "description": "P2P download managers for movies, TV shows, music and subtitles", + "description": "Download apps for movies, TV shows, music and subtitles", "sub": [ { "id": "DOW001", @@ -830,7 +830,7 @@ "sub": [ { "id": "DAT001", - "description": "Mariadb install", + "description": "Mariadb SQL database server", "command": [ "module_mariadb install" ], @@ -850,17 +850,17 @@ }, { "id": "DAT003", - "description": "Mariadb purge", + "description": "Mariadb purge with data folder", "command": [ "module_mariadb purge" ], "status": "Stable", "author": "@armbian", - "condition": "! module_mariadb status && [[ -d \"${SOFTWARE_FOLDER}/mariadb\" ]]" + "condition": "module_mariadb status" }, { "id": "DAT005", - "description": "phpMyAdmin install", + "description": "phpMyAdmin web interface manager", "command": [ "module_phpmyadmin install" ], @@ -880,13 +880,13 @@ }, { "id": "DAT007", - "description": "phpMyAdmin purge", + "description": "phpMyAdmin purge with data folder", "command": [ "module_phpmyadmin purge" ], "status": "Stable", "author": "@armbian", - "condition": "! module_phpmyadmin status && [[ -d \"${SOFTWARE_FOLDER}/phpmyadmin\" ]]" + "condition": "module_phpmyadmin status" } ] }, @@ -934,7 +934,7 @@ "sub": [ { "id": "CON001", - "description": "Docker Minimal Install", + "description": "Docker minimal", "about": "This operation will install Docker Minimal.", "command": [ "module_docker install minimal" @@ -945,7 +945,7 @@ }, { "id": "CON002", - "description": "Docker Engine Install", + "description": "Docker engine", "about": "This operation will install Docker Engine.", "command": [ "module_docker install engine" @@ -956,7 +956,7 @@ }, { "id": "CON003", - "description": "Docker Remove", + "description": "Docker remove", "about": "This operation will purge Docker.", "command": [ "module_docker remove" @@ -967,14 +967,14 @@ }, { "id": "CON004", - "description": "Docker Purge all images, containers, and volumes", + "description": "Docker purge with all images, containers, and volumes", "about": "This operation will delete all Docker images, containers, and volumes.", "command": [ "module_docker purge" ], "status": "Stable", "author": "@schwar3kat", - "condition": "! module_docker status docker-ce && [ -d /var/lib/docker ]" + "condition": "module_docker status docker-ce" }, { "id": "CON005",