Sign inSign up

theisaac/files-webapp

By theisaac

Updated over 1 year ago

Local Network File Transfer Service for Device Connectivity

Image
Networking
1

191

theisaac/files-webapp repository overview

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!

Tag summary

Content type

Image

Digest

sha256:869fabba2

Size

49.6 MB

Last updated

over 1 year ago

docker pull theisaac/files-webapp