Fully open source, End to End Encrypted alternative to Google Photos and Apple Photos
Go to file
Manav Rathi 59326ec331 Allow inter package importing
The transpilePackage affordance provided by Next.js only kicks in when we import
our TypeScript packages into the apps. But when importing them into another
(internal) package within our monorepo, the transpilation doesn't happen, so
VSCode (rightfully) complains.

It works out fine at runtime (since the actual app code will transpile it
correctly), but this is not a good DX, and smells hacky. So for now, we avoid
our dependence on the export map by keeping the hierarchy rooted at root.
2024-02-22 20:42:45 +05:30
.github Prettier the yamls too 2024-02-22 11:57:55 +05:30
apps One line hello 2024-02-22 15:42:49 +05:30
docs Add shortcuts 2024-02-22 12:22:07 +05:30
packages Allow inter package importing 2024-02-22 20:42:45 +05:30
scripts Add deployment entry for cast 2024-02-20 11:18:28 +05:30
.gitignore gitignore next-env.d.ts 2024-02-20 11:08:51 +05:30
.gitmodules fix: add gitmodules branches 2023-04-26 21:59:18 -04:00
.prettierignore Prettier the yamls too 2024-02-22 11:57:55 +05:30
.prettierrc.json Update to Prettier 3 2024-02-22 11:41:13 +05:30
crowdin.yml Prettier the yamls too 2024-02-22 11:57:55 +05:30
LICENSE Initial commit 2020-09-07 07:24:00 +05:30
package.json Repin sentry cli version to workaround bug when using SENTRY_AUTH_TOKEN 2024-02-22 14:54:14 +05:30
README.md Add shortcuts 2024-02-22 12:22:07 +05:30
SECURITY.md Create SECURITY.md 2022-01-11 20:42:48 +05:30
tsconfig.base.json fix build 2023-11-08 09:15:35 +05:30
yarn.lock Move isDevBuild to new package 2024-02-22 20:15:43 +05:30

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, iOS, web 👋 and 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.




App Screenshots

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

💻 Production Application

The app is deployed to web.ente.io


🧑‍💻 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 to see the live app (with hot reload).

yarn dev runs the photos app. To run the auth app, do yarn dev:auth.


🙋 Help

We provide human support to our customers. Please write to 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.


🧭 Roadmap

We maintain a public roadmap driven by our community.


🤗 Support

If you like this project, please consider upgrading to a paid subscription.

And star this repo!


🌍 Translate

Crowdin

If you're interested in helping out with translation, please visit our Crowdin project to get started. Thank you for your support.


🏙️ Attributions

City coordinates from Simple Maps


❤️ Join the Community

Join us on Twitter / Mastodon / Discord / Reddit 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 with us at any time.