2.0.1 • Published 10 years ago

immerdu-import v2.0.1

Weekly downloads
27
License
-
Repository
-
Last release
10 years ago

immerdu import

immerdu is a syncing end to end encrypted photo management suite.

This is the importer.

Installation

npm install -g immerdu-import

Usage

immerdu-import [OPTIONS] [FILES]

OPTIONS can be

  • --server: CouchDB server url. Default is http://localhost:5984
  • --username: Account username
  • --signup: Do not import, generate account key and signup
  • --dbkey: Database public key, base64 encoded
  • --exclude: Exclude image versions. Possible values are:original,1920x1080,x256,256x256`
  • --force, -f: Overwrite existing documents

If no FILES are given, the current dir is used.

Example

$ immerdu-import --username my-immerdu --signup
Your public key: MT4+O8ujeHsEiBEAfGLn0mJMhhF3Zlfe1y0u7l4M0zY=
Your secret key: Sni9FokZcMAY8sN5Mx6E2B/pnIjQI5ORUQnmce5F2Uk=
Database public key: RAU2kRLlyioJPJpuDcKt/4144ln8O4Nwrb87L04n2VI=

Please store these keys!
$ immerdu-import --username my-immerdu --dbkey RAU2kRLlyioJPJpuDcKt/4144ln8O4Nwrb87L04n2VI= ~/Pictures

(c) 2014 Johannes J. Schmidt

2.0.1

10 years ago

2.0.0

11 years ago

1.1.1

11 years ago

1.1.0

11 years ago

1.0.1

11 years ago

1.0.0

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago