Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.
/ secret-server Public archive

The secret server can be used to store and share secrets using a random generated URL. But the secret can be read only a limited number of times after that it will expire and won’t be available. The secret may have a TTL (Time to live). After the expiration time the secret won’t be available anymore.

Notifications You must be signed in to change notification settings

bencelaszlo/secret-server

Repository files navigation

Sercret Manager Server

Set up the project

The default configuration sets up the server on the 3000 port.

Locally with docker

  1. docker-compose up

Locally

  1. Download, install and run MongoDB locally.
  2. Change mongo:27017 to 127.0.0.1:27012 in the src/sever/db/mongoose.js file.
  3. npm start

Alternatively, change the address to another MongoDB address in the src/server/db/mongoose.js file.

About

The secret server can be used to store and share secrets using a random generated URL. But the secret can be read only a limited number of times after that it will expire and won’t be available. The secret may have a TTL (Time to live). After the expiration time the secret won’t be available anymore.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •