Skip to content

Add support for multiple codedb-directories to serve. #2

@noj

Description

@noj

One instance of cdb serve should be able to serve multiple cdb-paths.

For instance:

cdb serve ~/src/dir1 ~/src/dir2

This would expose the following URLs:

http://localhost:port/       # List of available cdb db (possibly search all, dropdown to choose specific db)
http://localhost:port/dir1   # Search using the db in ~/src/dir1
http://localhost:port/dir2   # Search using the db in ~/src/dir2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions