Generate custom deployment templates, Docker configurations, and credentials dynamically.
Configure the system parameters for the background collaboration process. These will build your custom container environments.
Customize how your peer identity appears on other team members' Obsidian vaults during typing sessions.
Your custom configuration is compile-ready. Copy the scripts below into your local shell or Docker daemon to launch the database.
docker run -d \
--name live-cursor-daemon \
-p 1234:1234 \
-v ./data:/app/data \
-v ./backups:/app/backups \
-e PORT=1234 \
-e DB_PATH=/app/data/live-cursor.db \
-e BACKUP_DIR=/app/backups \
live-cursor/daemon:latest