Skip to content

Ivan0n/FileHosting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📁 FileHosting

Open-source file.io analog

Open Source Python Flask

A lightweight self-hosted file hosting service inspired by file.io.


✨ About

FileHosting is a simple analog of the file.io service.
The project was created in a couple of days after LimeWire broke the original file.io workflow.

You can freely use this project, fork it, modify it, and deploy it on your own server.


🚀 Features

  • 📤 File upload via web interface
  • 📥 Direct file download
  • 🗂️ File type validation
  • ⚡ Fast and lightweight
  • 🔒 Configurable upload size limit
  • 🌐 Simple HTML interface

📄 Supported File Types

html, css, js png, jpg, jpeg gif, ico, svg


📦 File Size Limit

Default upload limit is 16 MB.

To increase it to 50 MB, change the following line:

app.config['MAX_CONTENT_LENGTH'] = 50 * 1024 * 1024  # 50 MB

🖼️ Screenshots

image image

About

I want to show my analog of the File io service. Anyone can download ‘html’, ‘css’, ‘js’, ‘png’, ‘jpg’, ‘jpeg’, ‘gif’, ‘ico’, ‘svg’.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors