0.2.5 • Published 8 years ago

node-keepass-http v0.2.5

Weekly downloads
3
License
GPL-3.0
Repository
github
Last release
8 years ago

OCamlKeepassHttp

Keepass HTTP compatible server running on nodejs, written by ocaml.

Using

Install and Run

You can install via npm.

npm install -g node-keepass-http
node-keepass-http

After launching, configuration screen is opened in browser automatically.

Runtime Requirements

nodejs >= 0.10.32

Following nodejs libraries are required at runtime.

  • keepass.io (GPLv3)
  • open

Configuration

node-keepass-http read a configuration file specified by -c option or '~/.node-keepass-http.conf' in default. Example of configuration file is

    {
        "configserver_host": "localhost", /* host of config screen server */
        "configserver_port": 18080,       /* port of config screen server */
        "disable_open_browser": true      /* if true, node-keepass-http does not open browser automatically. */
    }

Other fields are generated automatically when config changed.

Building

Build Requirements

OCaml version >= 4.02.1

Following OCaml libraries are required for build.

  • js_of_ocaml
  • base64
  • yojson
  • ppx_deriving

Build and Run

sh ./build.sh
node -e "require('./index.js').start()"
0.2.5

8 years ago

0.2.4

8 years ago

0.2.3

8 years ago

0.2.2

9 years ago

0.2.1

9 years ago

0.2.0

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.0

10 years ago