Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bennyscripts/flask-file-hosting

File host created in flask for one person. Great for an easy way to move files in your network.
https://github.com/bennyscripts/flask-file-hosting

file-server file-upload flask flask-application flask-file-server flask-file-upload

Last synced: 18 days ago
JSON representation

File host created in flask for one person. Great for an easy way to move files in your network.

Awesome Lists containing this project

README

        

# Flask File Hosting
Easy and quick file uploading and hosting.
Great for a local file hosting solution.

> ### Setup
> - Download the code as a ZIP.
> - Install all the required Python libraries.
> - Run `app.py`.
> - Server is now running on `localhost`.

> ### Security
> - Files stored on this app are secured behind a password.
> - By default, the password is `securepassword` and will be asked to change when logging in.
> - All routes can only be accessed if the user has previously logged in on the same computer.
> - You may also notice that the username isnt changable, that is because you only need a password to log in.

> ### Feature requests
> - I am taking feature requests! Create an issue with the label `Feature request` and i will consider adding it.