Local Cloud Versions Save

Turn any computer at home into a cloud for easy sharing of files across your devices.

v2.4

2 years ago

Version 2.4 is Here !!

New Features of 2.4

  • You don't need to look for your ipv4 address anymore, it displays it for you
  • Colour coded logged events on server
  • File Upload size increased to 60,000 MB from 256MB
  • Fixed bug - earlier if you uploaded a file that exists in root, into some subfolder, the root file would get deleted.
  • Several minor bugs fixed.

Features from 2.3

  • Delete Files
  • delete folder (in context menu- right click)
  • download entire folder (in context menu- right click)
  • Upload folder has shifted to home directory
    • For windows => Users > username > HomeCloud
    • For Linux => /home/username/homecloud or ~/homecloud
    • For mac => Whatever your default home directory resolves to

There is finally an executable (windows and Linux)

  • Currently the executable is only for windows and linux users, however I plan to bring in the executable for mac soon(watch out for that).
  • If you are using the executable you don't need to download anything, just follow the following steps.

Steps for Windows

  • Simply unzip the file and run HomeCloud.exe, if it shuts down instantly then please open up cmd in the location where you have executable stored and type HomeCloud.exe

Steps for Linux

- download the file
- unzip filename -d HomeCloud (extracts to the HomeCloud folder)
- cd HomeCloud
- chmod +x HomeCloud (makes HomeCloud executable)
- ./HomeCloud (launches the app)

If you are using the executable, you may have to disable your antivirus (Norton occasionally causes issues), or there should be an option to allow this executable to run The mac executable isn't available yet, but I'll try my best to provide one in the future.

The Files

HomeCloud Version 2.4 Windows Exe.zip HomeCloud Version 2.4 Linux.zip Mac users will have to use the following file and set it up using instructions in the readme Packaged Code.zip

Or try this executable HomeCloud v2.4 Mac.zip

v2.3

2 years ago

Version 2.3 is Here !!

This release brings in several new features

  • Delete Files
  • delete folder (in context menu- right click)
  • download entire folder (in context menu- right click)
  • Upload folder has shifted to home directory
    • For windows => Users > username > HomeCloud
  • You don't need to look for your ipv4 address anymore, it displays it for you

There is finally an executable (windows and Linux)

  • Currently the executable is only for windows and linux users, however I plan to bring in the executable for mac soon(watch out for that).
  • If you are using the executable you don't need to download anything, just follow the following steps.

Steps for Windows

  • Simply unzip the file and run HomeCloud.exe, if it shuts down instantly then please open up cmd in the location where you have executable stored and type HomeCloud.exe

Steps for Linux

- download the file
- unzip filename -d HomeCloud (extracts to the HomeCloud folder)
- cd HomeCloud
- chmod +x HomeCloud (makes HomeCloud executable)
- ./HomeCloud (launches the app)

Other operating systems (Linux now has an executable- this is now only for mac)

  • For other operating systems you will have to follow the setup instructions from the readme(or user docker; support for docker has been added). If you are downloading the packaged version from here run the following command after installing node and yarn.
yarn start

LocalCloud windows Exe v2.3.zip HomeCloud-Linux Executable.zip HomeCLoud-Mac Executable.zip Version 2.3.zip

v2.2

2 years ago

This is the latest version of the local cloud project. new features

  • click to preview some details before download (file size currently)
  • ctrl + click for direct download
  • new file format logos
  • Minor tweaks for better User Experience
  • improved UI

To setup, unzip the folder and run yarn start the website will be accessible on all devices on the same wifi network in ipv4:5000. node_modules is bundles in the zipped folder so no need for yarn install however if u face any issues delete the node_modules folder and run yarn install first.

Next release will include delete file feature

Download the following file TAG 3.zip

v2.1

2 years ago

Certain issues have to be fixed(will be fixed by the next release, should be in a few days) but this has been implemented using vuejs, and the UI has been improved significantly.

Unzip the folder, and run yarn start in the root The website will be accessible on your local ipv4:5000 for devices on the same wifi

Tag2.1.zip

1

3 years ago

HOW TO USE

  1. Download the following folder
  2. Place the extracted contents where you want to use your cloud (some directory)
  3. You need node and yarn to make this work, so make sure your have that downloaded
  4. Install the dependencies by running yarn install
  5. open up cmd and type ipconfig check your local ipv4 and copy that
  6. run yarn start
  7. Open up a browser on any device and type in your ipv4:5000 address, the website will be available there

Local Cloud Tagged 1.zip