Skip to content

lunerrrr/flask-filehost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Flask file hosting website

A simple Flask application to list files in a directory.

Features

  • File Listing: Lists all the files in a directory
  • File Download: Allows the download of files
  • File icons: Adds icons to files with known file extensions

Demo

You can find a demo at file-hosting.tech

Getting started

Follow these instructions to get the project up and running on your local machine.

Prerequisites

  • Python 3.x
  • Flask

Installation

  1. Clone the repository
  • git clone https://github.com/newsfeed-ops/flask-filehost.git
  • cd flask-filehost
  1. Install the required packages
  • pip install -r requirements.txt
  1. Start the webserver
  • For development: python run.py
  • For production: Use a gunicorn or uWSGI server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published