E2E encrypted contacts, calendars and tasks: https://www.etesync.com/ - upstream sources are at https://github.com/etesync
 
 
 
 
 
 
Go to file
Tom Hacohen 84a0bf2a8e Add a cancel button when editing contacts and events.
Fixes #2.
2017-12-25 12:26:27 +00:00
public Fix the elastic white area on iOS and change bar to translucent. 2017-12-17 15:12:12 +00:00
src Add a cancel button when editing contacts and events. 2017-12-25 12:26:27 +00:00
.gitignore Adjust a few of the defaults. 2017-11-30 11:08:47 +00:00
LICENSE Add license and update README. 2017-12-01 12:08:52 +00:00
README.md Update the readme. 2017-12-18 16:05:05 +00:00
package.json Move @types/recompose to dev deps. 2017-12-15 23:39:22 +00:00
setenv Adjust a few of the defaults. 2017-11-30 11:08:47 +00:00
tsconfig.json Adjust code to work with es5 as a target. 2017-12-14 11:13:01 +00:00
tsconfig.test.json Initial commit. 2017-11-30 11:06:15 +00:00
tslint.json Adjust a few of the defaults. 2017-11-30 11:08:47 +00:00
yarn.lock Update sjcl. 2017-12-18 17:40:14 +00:00

README.md

An EteSync web client. Use EteSync from the browser

Usage

Note: This is still in an early stage, but it should be safe to use. It uses the battle tested sjcl javascript crypto library for encryption, so that should be fine too.

A live isntance is available on: https://client.etesync.com

Please be advised that while it's probably safe enough to use the hosted client in many cases, it's generally not preferable. It's recommended that you use signed releases which's signature you manually verify and are run locally!

More info is available on the FAQ.

Running your own

You can either self-host your own client to be served from your own server, or better yet, just run an instance locally.

First make sure you have yarn install.

Then clone this repository yarn, run yarn and wait until all of the deps are installed.

Then it's recommended you run yarn build to build a production ready client you should serve (even if run locally!) and then just serve the build directory from a web server. You could for exapmle use the python built-in web server by runnig python3 -m http.server from the build directory.

Alternatively, you can run the debug server just to verify everything works, though be aware that the app will probably be quite slow. To do that, run yarn start.