Skip to content
This repository has been archived by the owner on Mar 10, 2023. It is now read-only.
/ serve.one Public archive

Serve files over the internet with end-to-end encryption

Notifications You must be signed in to change notification settings

StreamCo/serve.one

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Send a file with end-to-end encryption, inspired by https://encrypt.one, but something you can run locally.

How does it work?

The file is encrypted before being served as a static file, and then decrypted in the recipient's browser

Prerequisites

Setup

Set NGROK_AUTHTOKEN in your environment.

To find where your authtoken is, run ngrok config check, and it should print out the config file location.

Running

NGROK_AUTHTOKEN=... go run github.com/streamco/serve.one@latest <filename>

About

Serve files over the internet with end-to-end encryption

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages