Go to file
Dominik V. Salonen 106ab72d2c The note is back 2016-01-16 22:29:29 +01:00
Hyozan Add more outputs 2015-12-23 23:26:40 +01:00
static The note is back 2016-01-16 22:29:29 +01:00
templates The note is back 2016-01-16 22:29:29 +01:00
.gitignore The note is back 2016-01-16 22:29:29 +01:00
README.md Muh grammar 2015-12-25 00:13:35 +01:00
__init__.py Initial move from Hyozan 2015-12-23 14:11:38 +01:00
conf.py.sample Was causing more errors than it was worth 2015-12-26 21:44:47 +01:00
requirements.txt Removed Hyozan stuff 2015-12-24 23:29:20 +01:00
run.py Random videos, yay 2015-12-28 18:56:26 +01:00
schema.sql Initial move from Hyozan 2015-12-23 14:11:38 +01:00

README.md

QuadFile Version 2

A temporary (or permanent, depending on configuration) file sharing service written in Flask.

Features

  • Automatically remove files that aren't accessed often enough
  • Supports all filetypes
  • Prevents duplicate filenames
  • Works on all platforms (as long as they can use basic JavaScript)
  • Both easy to set up and use
  • Threaded for effective use of resources
  • Color-coded and real-time console log
  • Easy to use with most applications, such as ShareX

Requirements

  • Python 3 (Python 2 might work, dunno, i don't test that, don't care either)
  • Install flask, currently that should be the only requirement and hopefully forever (pip install -r requirements.txt)

Using the thing

  • Clone the repo somewhere
  • Do cp conf.py.sample conf.py
  • Edit conf.py so that the information is correct
  • If possible, make it listen on 127.0.0.1 and then use something like nginx as a reverse proxy. For security purposes
  • chmod +x run.py and then ./run.py
  • ???
  • PROFIT (Hopefully)