Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bennyscripts/flask-file-hosting
- Owner: bennyscripts
- License: mit
- Created: 2022-03-01T20:23:44.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-07T23:01:20.000Z (11 months ago)
- Last Synced: 2024-02-08T00:21:53.535Z (11 months ago)
- Topics: file-server, file-upload, flask, flask-application, flask-file-server, flask-file-upload
- Language: HTML
- Homepage:
- Size: 21.5 KB
- Stars: 6
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
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.