FileSearch
Project file browser. Search and download from local filesystem.
Connections
- route: /file-search (owner)
- calls: GET /local/projects (list files)
- calls: GET /local/projects/{id}/files/{cat}/{file} (download)
- backend: local-file-service, file-registry-service
Notes
- Browse by project and category
- ~328 lines