An open API service indexing awesome lists of open source software.

https://github.com/tpeterw/terrigenesis

Secure end-to-end encrypted file server
https://github.com/tpeterw/terrigenesis

go golang http http-client http-server server

Last synced: 3 months ago
JSON representation

Secure end-to-end encrypted file server

Awesome Lists containing this project

README

        

# Terrigenesis
## BTW, This is a great name

The goal of this project is to have a fully capable server run on a Raspberry Pi, in my dorm, which enables to me to send, download and maneuver any file, any time, from the terminal of my laptop, to this server.

Language-wise, `Go` is the chosen one. No questions asked. Setup guide is at [How to write Go code](https://golang.org/doc/code.html).

Also, to run your own instances of the Terrigenesis server and client, you will need to write a package called "secrets" which implements the informative functions `Username()`, `Password()`, and other encryption functions used in the main server and client programs.

## Http Requests
Exact format and specs see [Wiki Page](https://github.com/TPeterW/Terrigenesis/wiki/Requests)