You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
3 days ago | |
---|---|---|
.github/workflows | 6 months ago | |
app | 2 years ago | |
conf | 2 years ago | |
project | 4 weeks ago | |
.gitignore | 3 years ago | |
.scalafmt.conf | 2 years ago | |
LICENSE | 3 years ago | |
README.md | 3 years ago | |
build.sbt | 4 days ago | |
deploy.sh | 2 years ago |
README.md
Proxy between lila and fishnet move clients
lila <-> redis <-> lila-fishnet <- http <- fishnet-clients
Start:
sbt
Start with custom port:
sbt -Dhttp.port=9665
Start with custom config file:
sbt -Dconfig.file=/path/to/my.conf
Custom config file example:
include "application"
redis.uri = "redis://127.0.0.1"
Code formatting
This repository uses scalafmt.
Please install it for your code editor if you're going to contribute to this project.
If you don't install it, please run scalafmtAll
in the sbt console before committing.