- Notifications
You must be signed in to change notification settings - Fork0
ndomx/Raspi-Server
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Raspi-Server is a local cloud file hosting program for Raspberry Pi, that exposes its filesystem to the local network. You can upload and download files. The app also support media files, and they can be reproduced without having to download them.
The app was made usingFlask and raw HTML, with most of the CSS provded byMaterialize.
Install the required dependencies:
$ sudo apt install python3 python3-pip$ pip3 install -r requirements.txt
And run the app:
$ python3 flask-app.py# run debug version$ python3 flask-app.py server# run debug version$ python3 flask-app.py deploy# deploy program