Multiple instances - rvolz/BicBucStriim GitHub Wiki
BicBucStriim doesn't support virtual libraries as Calibre does. However, it is possible to run multiple instances of the app, each publishing a different Calibre library.
To do that is easy: just install BicBucStriim in multiple locations on one or more servers and point each instance to a different Calibre library directory. However, if you have multiple instances in the same domain or server, the instances must use different URI paths, e.g.
Instance 1 on http://foo.bar/bbs1
Instance 2 on http://foo.bar/bbs2
Different port numbers are not sufficient! BicBucStriim sets the cookie path for each instance according to the root URI where it is installed. If two or more instances share the same cookie domain and path the user sessions will be valid for all these instances. This will most likely confuse users.