lichess-org / lila-docker

Lichess local development using Docker Compose.
GNU Affero General Public License v3.0
44 stars 44 forks source link

[Question] How to configure analysis depth ? #81

Closed KaKi87 closed 6 months ago

KaKi87 commented 6 months ago

Thanks

fitztrev commented 6 months ago

Can you explain what you're trying to do? Do you mean for fishnet? or the browser engine?

KaKi87 commented 6 months ago

Do you mean for fishnet?

Yes, I think.

The truth is, I don't really know how Lichess or Stockfish works, not even chess in general, but a friend mentioned they're frustrated with the computation depth limits of the main Lichess instance, and considered paying for a premium provider like Chessify, but since I already have a server that's quite powerful, I'd like to try hosting one myself with higher parameters for them to use for free.

Thanks

fitztrev commented 6 months ago

The Analysis page allows you connect to an External Engine that you can have running on your own machine https://lichess.org/api#tag/External-engine

You could either write your own client to connect to those API endpoints or try https://github.com/fitztrev/lichess-tauri

KaKi87 commented 6 months ago

So I don't actually have to host a Lichess instance, but only an engine, so that they could use lichess-tauri to connect to it ?

What do I have to install on my server then ?

Thanks

fitztrev commented 6 months ago

No server is required. The app and engine would be run locally.

KaKi87 commented 6 months ago

Unfortunately, their personal computer isn't powerful enough for that, they already tried. Thanks