Skip to content

A Raspberry Pi based local cloud file hosting service

Notifications You must be signed in to change notification settings

ndomx/Raspi-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Raspberry Pi based local cloud file hosting service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages