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
- Host: GitHub
- URL: https://github.com/tpeterw/terrigenesis
- Owner: TPeterW
- License: mit
- Created: 2016-04-16T21:26:20.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-30T18:46:49.000Z (over 7 years ago)
- Last Synced: 2025-01-08T09:13:44.400Z (4 months ago)
- Topics: go, golang, http, http-client, http-server, server
- Language: Go
- Homepage:
- Size: 56.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Terrigenesis
## BTW, This is a great nameThe 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)