Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/blankeos/local-cloud

โ˜๏ธ Quick and simple bi-directional transfer from ๐Ÿ“ฑ phone to ๐Ÿ’ป pc by simply uploading them. Cross-platform, fast, and easy.
https://github.com/blankeos/local-cloud

Last synced: 4 days ago
JSON representation

โ˜๏ธ Quick and simple bi-directional transfer from ๐Ÿ“ฑ phone to ๐Ÿ’ป pc by simply uploading them. Cross-platform, fast, and easy.

Awesome Lists containing this project

README

        

https://user-images.githubusercontent.com/38070918/283199618-5f2b540a-fe93-4bf9-ac27-cdb46934b818.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

```properties
# 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"
```

3. 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!