+custom services

This commit is contained in:
m3tam3re
2025-03-13 13:42:25 +01:00
parent aa1e617e3a
commit c4bff08f72
5 changed files with 44 additions and 133 deletions

View File

@@ -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
;;