Ivan Charapanau

Results 167 comments of Ivan Charapanau

Hi, thanks for trying out Harbor and for your recent reports! Harbor's service version strategy is to use latest version until the service is known too break too often or...

For example, for the Open WebUI: ```bash # List Open WebUI-related configs harbor config ls | grep WEBUI WEBUI_HOST_PORT 33801 WEBUI_SECRET h@rb0r WEBUI_NAME Harbor WEBUI_LOG_LEVEL INFO WEBUI_VERSION main WEBUI_IMAGE ghcr.io/open-webui/open-webui...

That can be set with: ```bash harbor config set openhands.version main ``` And then rebuild/restart for new image to take place

To everyone arguing about explicit opt-in, this is the same level/type of dependency as everything from the continue package.json, I doubt that you really mean that all of the dependencies...

Hi, thanks for the report (and for trying out Boost)! It was a regression in the `chat.advance` in one of the relatively recent releases. The fix is in `main` and...

Released in [v0.3.12](https://github.com/av/harbor/releases/tag/v0.3.12)

It's no scalable, agree! I was considering to do this, but it'd require a pretty meticulous and large-scale check of all the paths still matching. Worst case - every single...

Thanks for bringing it to my attention, it should be doable from the first glance, I'll be able to understand better once started with the integration

I did a few attempts since this issue opened - all unsuccessful, the tool really wants to be running on the host and launching containers by itself

Been a while! Just revisited Agent Zero - they have proper docker support since v0.8.0, added to [Harbor v0.3.9](https://github.com/av/harbor/releases/tag/v0.3.9)