Hi @Slothy2406 You need to add the port on the BROWSER_WEBSOCKET_URL - i.e. ws://[IP]:[PORT]/chromium/playwright?token=[TOKEN] I'm not sure on your IP setup, but it will likely be port 3000 or 3012, so ws://192.168.100.241:3000/chromium/playwright?..... You also have a typo later on in that URL - its playwright, not playwrite
The older unraid "browserless" app uses the docker image browserless/chrome, which hasn't been updated in over a year so you are probably best to change. The v2 version uses ghcr.io/browserless/chromium which is still maintained.
Oh, it looks like there are alternative versions! I'm using the browserless-v2 app from the unraid apps store (I'm not really sure the differences- I installed it ages ago, as also use it for changedetection.io).
To get it to work for Karakeep 0.26 change the BROWSER_WEBSOCKET_URL to ws://[IP]:[PORT]/chromium/playwright?token=[TOKEN] i.e. insert "/playwright" See https://github.com/karakeep-app/karakeep/issues/1758