ente/README.md

82 lines
2.7 KiB
Markdown
Raw Normal View History

2022-02-20 10:14:40 +00:00
# ente - simple, safe photo storage
2020-09-09 21:09:51 +00:00
2022-02-20 10:14:40 +00:00
**ente** is a cloud storage provider that provides end-to-end encryption for your data.
2021-08-22 19:21:32 +00:00
We have open-source apps across
[Android](https://github.com/ente-io/photos-app),
[iOS](https://github.com/ente-io/photos-app),
[web](https://github.com/ente-io/photos-web) and
[desktop](https://github.com/ente-io/photos-desktop) that automatically backup
your photos and videos.
This repository contains the code for our web app, built with a lot of ❤️, and a
little bit of JavaScript.
2021-08-22 19:21:32 +00:00
2022-02-20 10:14:40 +00:00
<br/><br/><br/>
![App Screenshots](https://user-images.githubusercontent.com/24503581/189914045-9d4e9c44-37c6-4ac6-9e17-d8c37aee1e08.png)
2021-08-22 19:21:32 +00:00
2022-02-20 10:14:40 +00:00
## ✨ Features
2020-09-09 21:09:51 +00:00
2022-02-20 10:14:40 +00:00
- Client side encryption (only you can view your photos and videos)
- Bulk uploader (from hard disk, Google Photos, Apple Photos, ...)
- Shareable links for albums
- Ability to filter photos by places, days, album and file names
- 2FA
- Recycle bin
- EXIF viewer
- Zero third-party tracking / analytics
2021-07-28 09:07:52 +00:00
<br/>
2022-02-20 10:14:40 +00:00
## 💻 Deployed Application
2020-09-09 21:09:51 +00:00
2022-02-20 10:14:40 +00:00
The deployed application is accessible @ [web.ente.io](https://web.ente.io).
2020-09-09 21:09:51 +00:00
<br/>
2022-02-20 10:14:40 +00:00
## 🧑‍💻 Building from source
2021-08-22 19:21:32 +00:00
1. Clone this repository with `git clone https://github.com/ente-io/photos-web.git`
2022-02-21 04:54:58 +00:00
2. Pull in all submodules with `git submodule update --init --recursive`
2022-02-20 10:14:40 +00:00
3. Install dependencies with `yarn install`
4. Finally, run the development server with `yarn dev`
2021-08-22 19:21:32 +00:00
2022-02-20 10:14:40 +00:00
Open [http://localhost:3000](http://localhost:3000) on your browser to see the live application.
<br/>
2022-02-20 10:14:40 +00:00
## 🙋 Help
2022-02-20 10:27:37 +00:00
We provide human support to our customers. Please write to [support@ente.io](mailto:support@ente.io) sharing as many details as possible about whatever it is that you need help with, and we will get back to you as soon as possible.
2022-02-20 10:14:40 +00:00
<br/>
2022-02-20 10:16:59 +00:00
## 🧭 Roadmap
We maintain a public roadmap, that's driven by our community @ [roadmap.ente.io](https://roadmap.ente.io).
<br/>
2022-02-20 10:14:40 +00:00
## 🤗 Support
If you like this project, please consider upgrading to a paid subscription.
If you would like to motivate us to keep building, you can do so by
[starring](https://github.com/ente-io/photos-web/stargazers) this project.
2022-02-20 10:14:40 +00:00
<br/>
2022-02-20 10:20:30 +00:00
## ❤️ Join the Community
2022-02-20 10:14:40 +00:00
Follow us on [Twitter](https://twitter.com/enteio) and join [r/enteio](https://reddit.com/r/enteio) to get regular updates, connect with other customers, and discuss your ideas.
An important part of our journey is to build better software by consistently listening to community feedback. Please feel free to [share your thoughts](mailto:feedback@ente.io) with us at any time.
2022-04-06 04:47:38 +00:00
<br/>
2022-04-06 04:47:38 +00:00
---
Cross-browser testing provided by
2022-04-06 04:47:38 +00:00
[<img src="https://d98b8t1nnulk5.cloudfront.net/production/images/layout/logo-header.png?1469004780" width="115" height="25">](https://www.browserstack.com/open-source)