We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Add 'Reference databases & wizard defaults' page
Upgrading on Linux: make it version-specific (pre-v0.5.0 → v0.5.0) State the version boundary explicitly: v0.5.0 moves the database to the lpdo system service (/var/lib/lpdo); pre-v0.5.0 kept it in ~/.chess-db, so games won't appear after upgrading unless migrated. Add a "your data is not lost" note — the old DB is untouched and can be recovered with the same steps after the fact. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01LNz6kobBkfpYCxLgfTykcd
Add "Upgrading on Linux" — migrate the database to the server location Documents the upgrade path where the database moves from the home profile (~/.chess-db/chess.db) to the packaged server's location (/var/lib/lpdo/.chess-db/chess.db, owned by the lpdo user): stop lpdo-server, copy chess.db (+ chown lpdo:lpdo), start it again. Linked from Home. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01LNz6kobBkfpYCxLgfTykcd
Add "Merging duplicate players" guide; turn Home into an index Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Initial Home page