You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-28Lines changed: 2 additions & 28 deletions
Original file line number
Diff line number
Diff line change
@@ -88,20 +88,8 @@ cp .env.example .env
88
88
```bash
89
89
python webui.py --ip 127.0.0.1 --port 7788
90
90
```
91
-
2. WebUI options:
92
-
- `--ip`: The IP address to bind the WebUI to. Default is `127.0.0.1`.
93
-
- `--port`: The port to bind the WebUI to. Default is `7788`.
94
-
- `--theme`: The theme for the user interface. Default is `Ocean`.
95
-
- **Default**: The standard theme with a balanced design.
96
-
- **Soft**: A gentle, muted color scheme for a relaxed viewing experience.
97
-
- **Monochrome**: A grayscale theme with minimal color for simplicity and focus.
98
-
- **Glass**: A sleek, semi-transparent design for a modern appearance.
99
-
- **Origin**: A classic, retro-inspired theme for a nostalgic feel.
100
-
- **Citrus**: A vibrant, citrus-inspired palette with bright and fresh colors.
101
-
- **Ocean** (default): A blue, ocean-inspired theme providing a calming effect.
102
-
- `--dark-mode`: Enables dark mode for the user interface.
103
-
3. **Access the WebUI:** Open your web browser and navigate to `http://127.0.0.1:7788`.
104
-
4. **Using Your Own Browser(Optional):**
91
+
2. **Access the WebUI:** Open your web browser and navigate to `http://127.0.0.1:7788`.
92
+
3. **Using Your Own Browser(Optional):**
105
93
- Set `CHROME_PATH` to the executable path of your browser and `CHROME_USER_DATA` to the user data directory of your browser. Leave `CHROME_USER_DATA` empty if you want to use local user data.
106
94
- Windows
107
95
```env
@@ -159,20 +147,6 @@ CHROME_PERSISTENT_SESSION=true docker compose up --build
159
147
- Default VNC password: "youvncpassword"
160
148
- Can be changed by setting `VNC_PASSWORD`in your `.env` file
161
149
162
-
5. **Container Management:**
163
-
```bash
164
-
# Start with persistent browser
165
-
CHROME_PERSISTENT_SESSION=true docker compose up -d
166
-
167
-
# Start with default mode (browser closes after tasks)
168
-
docker compose up -d
169
-
170
-
# View logs
171
-
docker compose logs -f
172
-
173
-
# Stop the container
174
-
docker compose down
175
-
```
176
150
177
151
## Changelog
178
152
- [x] **2025/01/26:** Thanks to @vvincent1234. Now browser-use-webui can combine with DeepSeek-r1 to engage in deep thinking!
0 commit comments