+custom services
This commit is contained in:
@@ -10,7 +10,7 @@ import? "/etc/self-host-playbook/tiers/premium.just"
|
||||
gum style \
|
||||
--foreground 212 --border double --border-foreground 212 \
|
||||
--align center --width 50 --margin "1 2" --padding "1 2" \
|
||||
"🚀 DevOps Control Center 🚀"
|
||||
"🚀 Self-Hosting Playbook Command Center 🚀"
|
||||
}
|
||||
|
||||
# Function to create menu items with icons and descriptions
|
||||
@@ -20,6 +20,7 @@ import? "/etc/self-host-playbook/tiers/premium.just"
|
||||
echo "💾 Disk Usage - Show docker disk usage"
|
||||
echo "🔄 Restart - Restart a specific container"
|
||||
echo "🐳 Update Docker - Update Docker containers"
|
||||
echo "🌐 Add custom service"
|
||||
echo "❌ Exit"
|
||||
}
|
||||
|
||||
@@ -58,7 +59,9 @@ import? "/etc/self-host-playbook/tiers/premium.just"
|
||||
"🐳 Update Docker"*)
|
||||
just update-containers
|
||||
;;
|
||||
"❌ Exit")
|
||||
"🌐 Add custom"*)
|
||||
just add-custom-service
|
||||
;; "❌ Exit")
|
||||
echo "Goodbye! 👋" | gum style --foreground 212
|
||||
exit 0
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user