1.0.5 • Published 2 years ago

firenas v1.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Firenas

A CLI tool for accessing files in a self-hosted remote firebase filesystem.

Installation

Firenas can be installed globally through NPM.

npm install firenas -g

Setup

Firenas uses Google's Firebase Cloud Storage to store and access files.

Firebase Project

  1. Create a new firebase project at https://console.firebase.google.com.
  2. Setup Cloud Storage in the location of your choice
  3. Download (generate) a private key in Settings > Project Settings > Service Accounts to grant firenas access to your filesystem.

Firenas

Run the command:

fn set /path/to/private/key.json

Firenas will consume (delete) the downloaded file automatically.

Use fn help for a commands reference.

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago