Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@bryopsida/object-store

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bryopsida/object-store

Rest API that provides object store for saving files to file system

  • 0.1.3
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Object-Store

Coverage Security Rating Bugs Code Smells

This is a simple service that stores objects on the local filesystem.

How to get started

You can run this application either directly with node or using a container. The default storage area uses the temp folder for your operating system, you should customize this to an area more appropriate for your system.

NPM

This application is compatible with node versions 16-18, you can install the application with npm install -g @bryopsida/object-store, and run it with object-store. The default credentials are admin:admin and you can find more information about the API at the swagger ui at http://localhost:3000/documentation.

Docker

A docker image is provided if you prefer to use a container. You can run the application using docker run ghcr.io/bryopsida/object-store:main -p 8080:8080, the default credentials are admin:admin and you can find more information about the API at http://localhost:8080/documentation/.

Work in progress

This is currently a work in progress, for more information on what's done and what's coming up checkout the project

FAQs

Package last updated on 10 Feb 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc