Replies: 1 comment 1 reply
|
Open_Terminal is meant to work with Open WebUI, it should be integrated with OWUI via intregrations so it worked as a shell environment for OWUI. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
When running the proposed cli to launch open-terminal in a docker instance (for example
docker run -d --name open-terminal --restart unless-stopped -p 8000:8000 -v open-terminal:/home/user -e OPEN_TERMINAL_API_KEY=1234 ghcr.io/open-webui/open-terminal), there is no MCP server/service exposed on port 8000, only the REST API.Did I miss some configuration somewhere?
All reactions