Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/blankeos/local-cloud
- Owner: Blankeos
- Created: 2023-11-13T14:27:17.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-03-11T17:32:20.000Z (8 months ago)
- Last Synced: 2024-05-15T15:31:37.419Z (6 months ago)
- Language: Svelte
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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!