Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
hi;
so I clone the repository
git clone git clone https://github.com/open-webui/openapi-servers
then litterally connected via extend the docker-compose with my other dockers.
when I try any access to the docs it works nicely and I can even successfully run example ;)

but when I try to connect the Tools with Open-WebUI it does not.
now has you hopefully saw in my first screenshot; time-server run on 8083 (exactly like in the docker-compose.yaml provided.
829c58ee8c59 docker-time-server "/bin/sh -c 'uvicorn…" 8 minutes ago Up 8 minutes 0.0.0.0:8083->8000/tcp, [::]:8083->8000/tcp docker-time-server-1
in Open-WebUI -> Tools I tried
which 8083 only works; and it's logic :)
The big difference is the path
What I`m missing ?
Beta Was this translation helpful? Give feedback.
All reactions