Lila Fishnet
October 9, 2025 ยท View on GitHub
Proxy between lila and fishnet move clients
lila <-> redis <-> lila-fishnet <- http <- fishnet-clients
Developement
Start:
sbt
Start with default config:
sbt app/run
Use environment variables to start with custom config (redis.host for example):
REDIS_HOST=redis sbt app/run
For other config check AppConfig.scala
Run all tests (required Docker for IntegrationTest):
sbt app/test
Run a single test:
sbt app/testOnly lila.fishnet.ExecutorTest
Run code format and auto code refactor with scalafmt & scalafix:
sbt prepare
release
sbt release with-defaults