This repository has been archived by the owner on May 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a redirection notice to the new repository (#1659)
- Loading branch information
Showing
3 changed files
with
6 additions
and
151 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,103 +1,8 @@ | ||
# Ente – Simple, safe photo storage | ||
# Notice - This code has moved to https://github.com/ente-io/ente | ||
|
||
**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/> | ||
|
||
 | ||
|
||
## ✨ 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` | ||
|
||
Open [http://localhost:3000](http://localhost:3000) to see the live app (with | ||
hot reload). | ||
|
||
`yarn dev` runs the photos app. To run the auth app, do `yarn dev:auth`. | ||
|
||
<br/> | ||
|
||
## 🙋 Help | ||
|
||
We provide human support to our customers. Please write to | ||
[[email protected]](mailto:[email protected]) 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 | ||
[](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:[email protected]) with us at any time. | ||
|
||
<br/> | ||
We've consolidated our code into a single repository as part of open sourcing | ||
our server. You can read more about it | ||
[here](https://ente.io/blog/open-sourcing-our-server/). | ||
|
||
Please open new issues and feature requests in the new repository: | ||
[ente-io/ente](https://github.com/ente-io/ente) |