Architecture notes
This post covers the current architecture of kbarr.
Current structure
services/corehandles the main API and frontend servingservices/downloader,services/indexer, andservices/metadataare separate services for handling downloads, indexing, and metadata fetching respectively- All are docker containers managed by docker-compose
