diff --git a/README.md b/README.md index 255b820..6aa8a94 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,26 @@ # lila-cruft -Bits for lichess.org lesser fork. \ No newline at end of file +Some notes about the https://deepcrayon.fish lesser fork of lila +from https://lichess.org. + +* Debian stable (bullseye/11). +* LetsEncrypt SSL. +* Non-docker. +* Apache. +* sed. + +# Upstream docs +This is the main upstream docs on how to setup lila: + +https://github.com/ornicar/lila/wiki/Lichess-Development-Onboarding + +# lila-ws +``` +vim ./src/main/resources/application.conf +# set +csrf.origin = "https://deepcrayon.fish" +``` + +# Copying +AGPLv3+, same as upstream. + diff --git a/board.txt b/board.txt new file mode 100644 index 0000000..0340518 --- /dev/null +++ b/board.txt @@ -0,0 +1,10 @@ + a b c d e f g h +8 ♜ ♞ ♝ ♛ ♚ ♝ ♞ ♜ 8 +7 ♟ ♟ ♟ ♟ ♟ ♟ ♟ ♟ 7 +6 . . . . . . . . 6 +5 . . . . . . . . 5 +4 . . . . . . . . 4 +3 . . . . . . . . 3 +2 ♙ ♙ ♙ ♙ ♙ ♙ ♙ ♙ 2 +1 ♖ ♘ ♗ ♕ ♔ ♗ ♘ ♖ 1 + a b c d e f g h diff --git a/deepcrayon-chess-engines.ods b/deepcrayon-chess-engines.ods new file mode 100644 index 0000000..24a1811 Binary files /dev/null and b/deepcrayon-chess-engines.ods differ