adding docker essentials. and finished unraid essentails

This commit is contained in:
2026-04-08 21:35:49 -04:00
parent 9a7a28055f
commit ae0054fd85
3 changed files with 378 additions and 40 deletions
+3 -1
View File
@@ -2,7 +2,7 @@
# -----------------------------------------------------------------------------------------------
# ----------------- UNRAID OPS COMMON LIBRARY (STABLE FRAMEWORK v1) ----------------------------
# -----------------------------------------------------------------------------------------------
# Version: 2.1
# Version: 2.2
# -----------------------------------------------------------------------------------------------
# Changelog:
# v1.0 — Initial stable framework
@@ -33,6 +33,7 @@
# v2.0 — ICON_PLUGIN added for User Scripts plugin operations
# v2.1 — ICON_ZFS and ICON_MEM added for ZFS and memory diagnostics
# Diagnostics icon group added to icon block
# v2.2 — ICON_WATCHDOG added for Docker watchdog monitoring operations
# -----------------------------------------------------------------------------------------------
# -----------------------------------------------------------------------------------------------
@@ -79,6 +80,7 @@ ICON_PHP="👥" # PHP-FPM operations
# Diagnostics
ICON_ZFS="📊" # ZFS ARC statistics
ICON_MEM="🧠" # memory status
ICON_WATCHDOG="🐾" # docker watchdog monitoring operations
# Output
ICON_INFO="️"