Skip to content

tristanmkernan/filebin

Repository files navigation

FileBin

Like PasteBin, but for files

main

main

Setup

$ docker-compose up # run with logs in console
$ docker-compose up --detach # run in background
$ docker-compose stop # stop running container
$ docker-compose down # stop and remove running container

Then point your browser at http://localhost:8081.

Upload Limits

While the application may support large (>2MB) uploads, if you use an underlying server, like nginx, you may need to configure an increase for upload limits.

Please see this helpful link for documentation on changing upload limits for popular servers, including nginx and apache. View it here.

Motivation

  • To make it easier to send files between phone and desktop - why do I still use e-mail for this?
  • To deploy a Flask application using Docker.

Stack

Frontend

Backend

  • Flask three clause BSD License

Others

License

GPL