Giter Site home page Giter Site logo

pbelyasnik / share-file-systems Goto Github PK

View Code? Open in Web Editor NEW

This project forked from prettydiff/share-file-systems

0.0 0.0 0.0 19.27 MB

Use a Windows/OSX like GUI in the browser to share files cross OS privately. No cloud, no server, no third party.

License: GNU Affero General Public License v3.0

Shell 0.07% JavaScript 0.46% PowerShell 0.05% TypeScript 97.19% CSS 2.24%

share-file-systems's Introduction

Share File Systems

Purpose

A fully decentralized social application built from the file system first. This application makes no use of blockchain or other crypto-coin technologies.

Imagine your mom copy and paste a file from your computer to hers a hundred miles away using her web browser. Openly share your hard drives with yourself and people you trust in as little or as much as you wish. The application uses a familiar Windows/OSX like GUI experience in your web browser. No cloud, no servers, no third party, or intermediary of any kind.

This application seeks to be inherently private. Everything is directly point to point to users and devices you invite and therefore end-to-end encrypted and always private.

Please note - Certificate installation is not yet tested on OSX.

Media

Videos

Screenshots

Features

  • Point-to-point communications, no servers and no third party.
  • Fully load graphic user interface as fast as 80ms on old hardware in the browser with full state restoration (65ms without custom fonts). See the white paper.
  • End-to-end encryption.
  • Share anything you want and communicate between your personal devices or allow discretionary sharing with friends and family.
  • Works the same on Windows, Linux, and Mac OSX on modern terminals and modern browsers.
  • Real time communications for all status, changes, and interactions.
  • A Windows/OSX like graphic user interface in just a few functions that are easy to extend and customize.
  • File interactions of multiple files via shortcut key combinations, drag and drop, and copy/paste using a context menu.
  • Application saves state on each user interaction, which allows application to resume without disruption.
  • Application state available between different browsers on the same computer and exportable to different computers.
  • A robust security model.
  • File integrity checks via SHA3-512 hash.
  • A variety of tools optionally available via terminal commands.
  • For use with Electron or Tauri see the documentation.

License

AGPLv3

Version

0.2.27

Build and execute on desktop

First build

  1. Install latest version of Node.js. I recommend using a version manager:
    1. Windows NVM
    2. Linux, OSX
  2. Install git
  3. Nerdy terminal commands
    1. Clone the application from Github into a directory named share.
      • git clone https://github.com/prettydiff/share-file-systems.git share
    2. Install the application
      • node share/install
    3. Execute the application.
      • share
  4. Open your favorite modern browser to https://localhost
    • If this doesn't work make an exception in your local firewall for port 80, 443, or which ever port you specify.

Please note the install script requires use of sudo on Linux to install certificates and allow access to restricted ports.

Later builds

  • share will execute the application services from any file system location.
  • share build will rebuild the application from any file system location.
  • share update will pull updates from Github, rebuild the application, and run services.
  • share commands will display all supported terminal commands
  • share commands copy providing a command name as an argument for the commands command provide documentation of supported conventions with examples

Execute test automation demo (opens your default browser)

  1. share test_browser

Troubleshooting

Firewall

In almost every case the reason why connections fail is because one of more computers have a firewall blocking traffic.

  1. To verify whether or not firewalls are the problem temporarily disable the firewalls at both ends and try to connect again.
  2. Ensure the firewall contains both an inbound and outbound rule for the exact version of Node.js.
  3. These firewall rules must permit TCP traffic for private and public connections for at least the ports used by the application, by default that is 443 and 444.
  4. It is also helpful to enable firewall rules for ICMPv6 to test if a remote agent is reachable over the network with a ping test.
  5. Windows users who use Windows Defender Firewall can solve for firewall concerns with this command: share firewall

Connecting over the internet

IPv6

If you are attempting to connect to a remote agent outside your local network router/switch you must use an IPv6 address.

  • IPv6 addresses contain colon characters separating up to 8 blocks of 1-4 alpha-numeric characters.
  • Example: 2600:1700:30e1:15b8:f791:a135:376f:2317

IPv4

IPv4 addresses are fine only so long as both computers share the same local router, which is because routers impose Network Address Translation (NAT).

  • IPv4 addresses contain periods and 4 sets of numbers.
  • Example: 127.0.0.1

share-file-systems's People

Contributors

prettydiff avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.