Blankeos / local-cloud

☁️ Quick and simple bi-directional transfer from πŸ“± phone to πŸ’» pc by simply uploading them. Cross-platform, fast, and easy.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LocalCloudDemo.mp4

☁️⚑ Local-Cloud

An awesome tool for transferring files from your phone <-> computer or any device in your local network.

The concept is a lot like Google Drive, but works locally. The only prerequisite is that your own computer has to run this program and it will act as the server of the network. From there, you can upload to your computer's folder from any device on your network. Because it's on your own network, you can experience super fast speeds unlike uploading it on Google Drive!

How do I use it?

It's an executable! You don't even need NodeJS to run it!

  1. Just make sure to have the executable main-win.exe, and an .env file in the same directory.

  2. The env file should contain

# File Size Limit of what can be uploaded.
BODY_SIZE_LIMIT=0

# The Root Folder next to the `.exe` where the files will be uploaded.
CLOUD_ROOT="uploads"
  1. Just open up main-win.exe on Windows. (I have no builds for Mac and Linux yet.), and go to http://localhost:3000.

🧑 Made with SvelteKit!

About

☁️ Quick and simple bi-directional transfer from πŸ“± phone to πŸ’» pc by simply uploading them. Cross-platform, fast, and easy.


Languages

Language:Svelte 39.1%Language:TypeScript 35.9%Language:JavaScript 19.4%Language:HTML 3.4%Language:CSS 2.2%