Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Add a redirection notice to the new repository #1659

Merged
merged 1 commit into from
Mar 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 0 additions & 37 deletions .github/workflows/l18n-crowdin.yml

This file was deleted.

13 changes: 0 additions & 13 deletions .github/workflows/pr.yml

This file was deleted.

107 changes: 6 additions & 101 deletions README.md
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/>

![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`

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
[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/>
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)
Loading