mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-01 20:23:36 +00:00
docs: fix terminal documentation
- Terminal is NOT password protected by default - Add TERMINAL_PASSWORD to .env to enable protection - Add TERMINAL_ENABLED=false to disable terminal completely 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -2,18 +2,26 @@
|
||||
|
||||
The integrated terminal provides a full-featured terminal emulator within Automaker, powered by xterm.js.
|
||||
|
||||
## Unlocking the Terminal
|
||||
## Configuration
|
||||
|
||||
The terminal is password-protected by default. To unlock:
|
||||
Configure the terminal via environment variables in `apps/server/.env`:
|
||||
|
||||
1. Go to **Settings** (gear icon in sidebar)
|
||||
2. Navigate to the **Terminal** section
|
||||
3. Enter your password and click **Unlock**
|
||||
### Disable Terminal Completely
|
||||
```
|
||||
TERMINAL_ENABLED=false
|
||||
```
|
||||
Set to `false` to completely disable the terminal feature.
|
||||
|
||||
To disable password protection entirely:
|
||||
1. Unlock the terminal first
|
||||
2. Toggle off **Require password to unlock terminal**
|
||||
3. The terminal will now be accessible without a password
|
||||
### Password Protection
|
||||
```
|
||||
TERMINAL_PASSWORD=yourpassword
|
||||
```
|
||||
By default, the terminal is **not password protected**. Add this variable to require a password.
|
||||
|
||||
When password protection is enabled:
|
||||
- Enter the password in **Settings > Terminal** to unlock
|
||||
- The terminal remains unlocked for the session
|
||||
- You can toggle password requirement on/off in settings after unlocking
|
||||
|
||||
## Keyboard Shortcuts
|
||||
|
||||
|
||||
Reference in New Issue
Block a user