darvin / SparkleShare-iOS

πŸ‘₯ SparkleShare is a file sharing and collaboration app that works like Dropbox, but you run it on your own server. iOS/Objective-C

Home Page:http://bit.ly/zA54N5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iOS Client for SparkleShare Project

SparkleShare is a file sharing and collaboration app. It works just like Dropbox, and you can run it on your own server. It's available for Linux distributions, macOS, and Windows.

Banner

You can support this project through πŸ’• GitHub Sponsors.

How does it work?

SparkleShare creates a special folder on your computer. You can add remotely hosted folders (or "projects") to this folder. These projects will be automatically kept in sync with both the host and all of your peers when someone adds, removes or edits a file.

Set up a host

Under the hood SparkleShare uses the version control system Git and the large files extension Git LFS, so setting up a host yourself is relatively easy. Using your own host gives you more privacy and control, as well as lots of cheap storage space and higher transfer speeds. We've made a simple script that does the hard work for you. If you need to manage a lot of projects and/or users we recommend hosting a GitLab Community Edition instance.

Build on osx

  • Execute:
git clone git://github.com/darvin/SparkleShare-iOS.git
cd SparkleShare-iOS
git submodule update --init
open SparkleShare.xcodeproj
  • Build SparkleShare for iOS

About

πŸ‘₯ SparkleShare is a file sharing and collaboration app that works like Dropbox, but you run it on your own server. iOS/Objective-C

http://bit.ly/zA54N5

License:MIT License


Languages

Language:C++ 53.5%Language:Objective-C 44.8%Language:HTML 1.7%