Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 729 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 729 Bytes

Raspi-Server

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 using Flask and raw HTML, with most of the CSS provded by Materialize.

Usage

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