A simple and lightweight file transfer solution for devices on the same local network, without relying on social media apps.
-
Clone the GitHub Repo
git clone https://github.com/Mount-Isaac/network-files-upload.git
-
Run locally by building a new image
docker-compose up -d --build
-
Pull the Docker Image
docker pull theisaac/files-webapp:latest
-
Run the Docker Container
docker run -p 1515:1515 theisaac/files-webapp
-
Rebuild the Image (Optional)
If you want to change the default password or modify the app:docker build -t theisaac/files-webapp .
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.
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!