Skip to content

RunOnFlux/fluxstorage

Repository files navigation

Flux Storage

Storage for huge Env variables and Commands for FluxOS.

FluxOS has safety limitations on maximum payload size to not overload the network. Applications that require huge payloads in its environment variables or commands are then so advised to use Flux Storage to fetch this payload.

In later implementation Flux Storage can also be used for secrets management.

Protections and authentications on endpoint will be added to later implementations even from an instance requesting data.

Requirements

Requires node version 12.0 and above, mongodb

Installation

Install npm dependencies with command:

npm install

Usage

Start the service with command:

npm start

Service will be started on 127.0.0.1:9876

About

Storage for big env vars and commands

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published