lodestone-r
v0.15.0
Published
CLI for Lodestone - Local-first document retrieval system
Downloads
129
Maintainers
Readme
Lodestone CLI
CLI for managing Lodestone, a local-first document retrieval system using Docker.
The CLI handles downloading the latest Docker Compose configuration, starting containers, updating images, viewing logs, and stopping services.
Requirements
Before using Lodestone CLI, make sure you have:
- Node.js 18+
- Docker installed
- Docker daemon running
- Docker Compose available (
docker compose)
Install
Recommended:
npm install -g lodestone-rIf you get permission errors on Linux:
sudo npm install -g lodestone-rUsage
Start Lodestone:
lodestone startStop containers:
lodestone stopUpdate configuration and images:
lodestone updateRemove containers and local images (keeps volumes and configs):
lodestone deleteCompletely destroy all containers, images, volumes, and installation directories (keeps config):
lodestone pruneView logs:
lodestone logsWhat gets installed
Lodestone stores files in:
~/.lodestone
~/.config/lodestoneThe latest Docker Compose file is automatically downloaded from:
https://github.com/bremsstrahlung-57/lodestone
Web UI
After starting:
http://localhost:8090Troubleshooting
Docker not detected
Make sure Docker is installed and running:
docker --version
docker compose versionPermission errors during install
Use:
sudo npm install -g lodestone-ror install Node using nvm to avoid global npm permission issues.
License
MIT
