Skip to content

Mount-Isaac/network-files-upload

Repository files navigation

Local Network File Transfer Service

A simple and lightweight file transfer solution for devices on the same local network, without relying on social media apps.


Installation & Usage

  1. Clone the GitHub Repo

    git clone https://github.com/Mount-Isaac/network-files-upload.git
  2. Run locally by building a new image

       docker-compose up -d --build 
  3. Pull the Docker Image

    docker pull theisaac/files-webapp:latest
  4. Run the Docker Container

    docker run -p 1515:1515 theisaac/files-webapp
  5. Rebuild the Image (Optional)
    If you want to change the default password or modify the app:

    docker build -t theisaac/files-webapp .

Firewall Setup

Ensure the server allows inbound traffic on port 1515:

  • Linux:

    sudo ufw allow 1515/tcp
  • Windows:
    Open Windows Firewall and allow inbound traffic on port 1515.


Access the Web App

Once the service is running, you can access the web app through any device on the same network by visiting:


Enjoy transferring files between devices with ease!

About

Local Network File Transfer Service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published