Lires - A self-hosted research literature manager.
Installation:
pip install 'Lires[all]'Start the services:
lires registry # Registry server, for service discovery
lires log # Log server, collect logs from other servers
lires ai # AI server, offload heavy computation tasks
lires feed # Feed server, collect feedsStart the main server:
lires server # Main server, the gateway serverThen add a user with:
lrs-user add <username> <password> --admin # Add a userNow you can visit the web UI at http://localhost:8080 and login with the user you just added.
For more information, please visit the getting started document.
