firenas
v1.0.5
Published
A CLI tool for creating a remote firebase-hosted filesystem.
Downloads
8
Readme
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
- Create a new firebase project at https://console.firebase.google.com.
- Setup Cloud Storage in the location of your choice
- 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.