CodeDB icon indicating copy to clipboard operation
CodeDB copied to clipboard

Add support for multiple codedb-directories to serve.

Open noj opened this issue 14 years ago • 1 comments

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

noj avatar Feb 24 '11 12:02 noj

I'll put this on the todo list.

kalven avatar Feb 24 '11 22:02 kalven