commit initial version of PieCannon library and desktop app.

Documentation is sparse right now, I'm working on getting the desktop and android apps working first.
This commit is contained in:
2020-10-22 04:01:33 -05:00
parent 8790054c64
commit 569e174b78
12 changed files with 396 additions and 0 deletions

View File

@ -0,0 +1,9 @@
# Project Pie Cannon
Pie Cannon is an easy way to upload files to the internet and get a shareable link. File goes in, link comes out.
It doesn't come with a backend because you're expected to bring your own. A plain old FTP/SFTP+HTTP server will work fine, but support for more backends is on the way.
This project is separated into a library and a desktop application (targeting mainly GNU/Linux), with an Android application in the works.
## How to use
TODO