All Projects → etesync → Etesync Web

etesync / Etesync Web

Licence: agpl-3.0
An EteSync web client

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Etesync Web

Android
EteSync - Secure, end-to-end encrypted, and privacy respecting sync for your contacts, calendars and tasks.
Stars: ✭ 184 (+0.55%)
Mutual labels:  synchronization, encryption
Server
The Etebase server (so you can run your own)
Stars: ✭ 826 (+351.37%)
Mutual labels:  synchronization, encryption
Etebase Js
Etebase TypeScript API for the web, node and react-native!
Stars: ✭ 100 (-45.36%)
Mutual labels:  synchronization, encryption
Lucid
High performance and distributed KV store w/ REST API. 🦀
Stars: ✭ 171 (-6.56%)
Mutual labels:  encryption
Helm Secrets
Successor of zendesk/helm-secrets - A helm plugin that help manage secrets with Git workflow and store them anywhere
Stars: ✭ 165 (-9.84%)
Mutual labels:  encryption
Ksprefs
🚀⚡ Kotlin SharedPreferences wrapper & cryptographic preferences android library.
Stars: ✭ 176 (-3.83%)
Mutual labels:  encryption
Sboot stm32
Secure USB DFU1.1 bootloader for STM32
Stars: ✭ 181 (-1.09%)
Mutual labels:  encryption
Kes
KES is a simple, stateless and distributed key-management system
Stars: ✭ 168 (-8.2%)
Mutual labels:  encryption
Cidlib
The CIDLib general purpose C++ development environment
Stars: ✭ 179 (-2.19%)
Mutual labels:  encryption
Web Client
Cryptee's web client source code for all platforms.
Stars: ✭ 174 (-4.92%)
Mutual labels:  encryption
Magicpad
MagicPad is an encryption suite for beginners. It is designed to be run standalone via the browser or executable (Electron).
Stars: ✭ 174 (-4.92%)
Mutual labels:  encryption
K8s Wait For
A simple script that allows to wait for a k8s service, job or pods to enter a desired state
Stars: ✭ 172 (-6.01%)
Mutual labels:  synchronization
Etesync Dav
This is a CalDAV and CardDAV adapter for EteSync
Stars: ✭ 176 (-3.83%)
Mutual labels:  synchronization
Umbrella android
Open source Android, iOS and Web app for learning about and managing digital and physical security. From how to send a secure message to dealing with a kidnap. Umbrella has best practice guides in over 40 topics in multiple languages. Used daily by people working in high risk countries - journalists, activists, diplomats, business travelers etc.
Stars: ✭ 171 (-6.56%)
Mutual labels:  encryption
Spring Vault
Provides familiar Spring abstractions for HashiCorp Vault
Stars: ✭ 179 (-2.19%)
Mutual labels:  encryption
Brook
Brook is a cross-platform strong encryption and not detectable proxy. Zero-Configuration. Brook 是一个跨平台的强加密无特征的代理软件. 零配置.
Stars: ✭ 12,694 (+6836.61%)
Mutual labels:  encryption
Cryptag
Encrypted, taggable, searchable cloud storage
Stars: ✭ 178 (-2.73%)
Mutual labels:  encryption
Multiotp
multiOTP open source strong two factor authentication PHP library, OATH certified, with TOTP, HOTP, Mobile-OTP, YubiKey, SMS, QRcode provisioning, etc.
Stars: ✭ 173 (-5.46%)
Mutual labels:  synchronization
Java Concurrency Examples
Java Concurrency/Multithreading Tutorial with Examples for Dummies
Stars: ✭ 173 (-5.46%)
Mutual labels:  synchronization
Laravel Source Encrypter
Laravel and Lumen Source Code Encrypter
Stars: ✭ 175 (-4.37%)
Mutual labels:  encryption

EteSync - Encrypt Everything

The EteSync Web App - Use EteSync from the browser!

GitHub tag Chat on freenode

For notes, please refer to the EteSync Notes repository.

Usage

A live instance is available on: https://pim.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.

You can get the latest version of the web client from https://pim.etesync.com/etesync-web.tgz. This file is automatically generated on each deploy and is exactly the same as the delpoyed version. After fetching thise file you need to extract it by e.g. running tar -xzf etesync-web.tgz, and then you can serve the files using your favourite web server. Please keep in mind that opening the HTML files directly in the browser is not supported.

If you are just serving the app locally, you could, for example, use the python built-in web server by running python3 -m http.server from inside the extracted etesync-web directory. If you plan on serving it from a server, please use a proper web server such as nginx.

Building it yourself

Before you can build the web app from source, you need to 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.

The URL of the EteSync API the web app connects to defaults to api.etebase.com, but can be changed on the login page. You can change this default by setting the environment variable REACT_APP_DEFAULT_API_PATH during the build. This can be useful for self-hosting. You can set the default URL to the address of your self-hosted EteSync server so you don't have to change the address for every login.

Serving from a subdirectory

In order to run your own version and serve it from a subdirectory rather than the top level of the domain, add "homepage": "/subdir-name" to the package.json file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].