immerdu-import
v2.0.1
Published
immerdu is a syncing end to end encrypted photo management. This is the nodejs importer.
Downloads
3
Readme
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 ishttp://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