Skip to content

A FTP Server and Stream, receive, send files, etc. on the local network without the need to install additional software on other devices, everything only with the browser.

Notifications You must be signed in to change notification settings

MrMRM1/HomeServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Home Server

A FTP Server and Stream, receive, send files, etc. on the local network without the need to install additional software on other devices, everything only with the browser.

Home Page

View and listen to files directly from your PC without the need to copy or transfer files to other device without filling up the device storage.

Installation

Download the latest version of Releases

or

You need Python 3.10+

git clone https://github.com/MrMRM1/HomeServer.git
cd HomeServer

Build a venv

python -m venv env

Activate venv:

In Windows :

.\env\Scripts\activate

In Linux :

source env/bin/activate

Install the requirements

pip install -r requirements.txt

Run the program

cd app
python main.py

About

A FTP Server and Stream, receive, send files, etc. on the local network without the need to install additional software on other devices, everything only with the browser.

Topics

Resources

Stars

Watchers

Forks