ente/README.md
2024-02-17 10:24:28 +05:30

102 lines
2.9 KiB
Markdown

# ente - simple, safe photo storage
**ente** is a cloud storage that provides end-to-end encryption for your data.
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 TypeScript.
<br/><br/><br/>
![App Screenshots](https://user-images.githubusercontent.com/24503581/189914045-9d4e9c44-37c6-4ac6-9e17-d8c37aee1e08.png)
## ✨ Features
- 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
- EXIF viewer
- Many, _many_ more features..., and,
- Zero third-party tracking / analytics
<br/>
## 💻 Production Application
The app is deployed to [web.ente.io](https://web.ente.io)
<br/>
## 🧑‍💻 Building from source
1. Clone this repository with `git clone https://github.com/ente-io/photos-web.git`
2. Pull in all submodules with `git submodule update --init --recursive`
3. Install dependencies with `yarn install`
4. Finally, run the development server with `yarn dev:photos`
Open [http://localhost:3000](http://localhost:3000) to see the live app (with
hot reload).
<br/>
## 🙋 Help
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.
<br/>
## 🧭 Roadmap
We maintain a [public roadmap](https://github.com/orgs/ente-io/projects/3)
driven by our community.
<br/>
## 🤗 Support
If you like this project, please consider upgrading to a paid subscription.
And [star this repo](https://github.com/ente-io/photos-web/stargazers)!
<br/>
## 🌍 Translate
[![Crowdin](https://badges.crowdin.net/ente-photos-web/localized.svg)](https://crowdin.com/project/ente-photos-web)
If you're interested in helping out with translation, please visit our [Crowdin
project](https://crowdin.com/project/ente-photos-web) to get started. Thank you
for your support.
<br/>
## 🏙️ Attributions
City coordinates from [Simple Maps](https://simplemaps.com/data/world-cities)
<br/>
## ❤️ Join the Community
Join us on [Twitter](https://twitter.com/enteio) /
[Mastodon](https://mstdn.social/@ente) /
[Discord](https://discord.gg/z2YVKkycX3) / [Reddit](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 our customers. Please feel free to [share your
thoughts](mailto:feedback@ente.io) with us at any time.
<br/>