feat: switch to gnome console and firefox-only browser

This commit is contained in:
2025-09-15 15:29:43 +02:00
parent 7988306ab0
commit ac155a61b6
3 changed files with 68 additions and 57 deletions

View File

@@ -1,4 +1,4 @@
# 🚀 CODE CRISPIES Workshop Infrastructure
# 🚀 DIGITAL INDEPENDENCE DAY Workshop Infrastructure
Single-participant learning environments with local practice and cloud deployment capabilities.
@@ -125,7 +125,7 @@ Based on Co-op Cloud with quality scoring:
- `setup` - **REQUIRED FIRST**: Setup local DNS proxy
- `recipes` - Show complete Co-op Cloud catalog
- `deploy <app>` - Deploy locally with tab completion
- `browser [firefox|chromium] [app]` - Launch browser [to specific app]
- `browser [app]` - Launch Firefox [to specific app]
- `connect <server>` - SSH to cloud server with tab completion
- `desktop` - Start GUI session
- `help` - Show all commands and debug info
@@ -134,10 +134,10 @@ Based on Co-op Cloud with quality scoring:
```bash
# Deploy and open WordPress
deploy wordpress
browser firefox wordpress # Opens http://wordpress.workshop.local in Firefox
browser wordpress # Opens http://wordpress.workshop.local in Firefox
# Just open browser
browser firefox # Opens Firefox with blank page
browser # Opens Firefox with blank page
# Use tab completion
deploy <TAB> # Shows all available recipes