0.1.0 • Published 10 years ago
photobackup v0.1.0
The NodeJS PhotoBackup server implementation
The NodeJS implementation of PhotoBackup server. It follows the official API.
Installation
Install through npm:
npm install photobackupThen run the installer, which asks for the directory to save your pictures to and the server password:
photobackup initThis step creates a ~/.photobackup file which contains:
MediaRoot, the directory where the pictures are written in ;Password, the SHA-512 hashed password ;Port, the port (default is 8420).
Usage
Launch the server with:
photobackup runBy default, it runs on host 0.0.0.0, port 8420.
0.1.0
10 years ago