Add managed Lab 3 browser terminal deployment
This commit is contained in:
@@ -103,6 +103,25 @@ Default endpoints:
|
||||
- Unsloth Studio: `http://127.0.0.1:8888`
|
||||
- Promptfoo UI: `http://127.0.0.1:15500`
|
||||
- Wiki: `http://127.0.0.1:80`
|
||||
- Lab 3 Terminal: `http://127.0.0.1:7681/wetty`
|
||||
|
||||
## Lab 3 Browser Terminal
|
||||
|
||||
Linux and WSL deployments now require a managed `student` password hash before `./labctl up` or `./labctl preflight`.
|
||||
|
||||
Example:
|
||||
|
||||
```bash
|
||||
export COURSEWARE_STUDENT_PASSWORD_HASH="$(openssl passwd -6 'student-password')"
|
||||
./labctl up
|
||||
```
|
||||
|
||||
The deployment will:
|
||||
|
||||
- create the managed `student` account
|
||||
- create `/home/student/lab3`
|
||||
- bind `sshd` to `127.0.0.1:22` only
|
||||
- install WeTTY and expose it at `http://127.0.0.1:7681/wetty`
|
||||
|
||||
## Notes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user