Skip to content

GoodRequest/Safe

Repository files navigation

GoodRequest, s.r.o.Safe

dockeri.co

Safe enables sharing confidential information with a limited number of views and overall lifetime.

Features

🕸️ Web Native frontend build with pure HTML, CSS and JS.
🪶 Simple and lightweight single-file backend with Bun.
🔏 Fast and secure data management with Redis.

A (Very) Quick Start

Deploy the app in a Docker Compose stack with (non-persistent) Redis and (reverse proxy) NGINX.

Once deployed, open the app, input the data, stash it and share the generated Safe link as needed.

Optionally, limit access to an internal route with the help of NGINX allow and deny configuration.

Security 101

Limit secret information view count and lifetime as much as possible.

Try not to share sets of secrets, or unnecessarily note their purpose.

Share the generated links only through secure channels. Stay Safe.

Additional Resources

BunBun documentation is available here.

RedisRedis documentation is available here.

DockerDocker documentation is available here.

NGINXNGINX documentation is available here.

License

Safe is released under the MIT license. See LICENSE.md for details.

About

Safe enables sharing confidential information with a limited number of views and overall lifetime.

Resources

License

Stars

Watchers

Forks

Packages

No packages published