photobackup

0.1.0 • Public • Published

The NodeJS PhotoBackup server implementation

The NodeJS implementation of PhotoBackup server. It follows the official API.

Installation

Install through npm:

npm install photobackup

Then run the installer, which asks for the directory to save your pictures to and the server password:

photobackup init

This 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 run

By default, it runs on host 0.0.0.0, port 8420.

Dependencies (7)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i photobackup

    Weekly Downloads

    0

    Version

    0.1.0

    License

    GPL-2.0

    Last publish

    Collaborators

    • s13d