2.3.8 ā€¢ Published 4 years ago

bitabase-manager v2.3.8

Weekly downloads
2
License
ISC
Repository
-
Last release
4 years ago

bitabase - Manager

Build Status David DM GitHub code size in bytes GitHub package.json version GitHub js-semistandard-style

This is a very early attempt at an accounts management service.

Getting Started

From the CLI

Running the following:

npm install --global bitabase-manager
bitabase-manager --help

Will output the below:

šŸ“¦ Bitabase-Manager - v2.2.1
The scalable, sharded database engine.
https://docs.bitabase.com

The following commands and arguments are available when starting Bitabase

Commands:
  start                                    Start the bitabase manager stack
    --bind-host                            Hostname to bind server to (default: 0.0.0.0)
    --bind-port                            Port to bind server to (default: 8001)
    --rqlite-addr                          Path to contact rqlite
    --secret                               The internal request secret
    --allow-cross-origin-domain            Allow a domain to bypass cross origin domain controls
    --password-hash-iterations             The iterations for the password hashing algorithm to use (default: 372791)

No command specified

You can start a bitabase server by running:

bitabase-manager start

From NodeJS

const bitabaseServer = require('bitabase-manager/server');

const server = bitabaseManager({
  bindHost: '0.0.0.0'
});

server.start();

Endpoints

License

This project is licensed under the terms of the AGPL-3.0 license.

2.3.8

4 years ago

2.3.7

4 years ago

2.3.6

4 years ago

2.3.5

4 years ago

2.3.4

4 years ago

2.3.3

4 years ago

2.2.3

4 years ago

2.2.2

4 years ago

2.2.1

4 years ago

2.2.0

4 years ago

2.1.0

4 years ago

2.0.0

4 years ago