Open-source file.io analog
A lightweight self-hosted file hosting service inspired by file.io.
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.
- 📤 File upload via web interface
- 📥 Direct file download
- 🗂️ File type validation
- ⚡ Fast and lightweight
- 🔒 Configurable upload size limit
- 🌐 Simple HTML interface
html, css, js png, jpg, jpeg gif, ico, svg
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
