feat: switch to gnome console and firefox-only browser
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user