Fully open source, End to End Encrypted alternative to Google Photos and Apple Photos
Go to file
2022-03-15 15:16:57 +05:30
.github Create pull_request_template.md 2021-09-15 01:28:58 +05:30
.husky reenabled husky 2021-08-13 07:53:04 +05:30
public remove old open ssd model 2022-03-14 12:20:10 +05:30
src test 2022-03-15 15:16:57 +05:30
thirdparty remove custom ssd-mobilenet model 2022-03-04 19:35:11 +05:30
.babelrc added braces everywhere and formated all files 2021-02-09 15:04:10 +05:30
.deepsource.toml Add .deepsource.toml 2021-02-26 08:41:58 +00:00
.eslintignore Fix for photoswipe not rendering images after reset 2021-06-02 00:45:42 +05:30
.eslintrc.json disable confilcting eslint and prettier config 2021-08-13 07:11:50 +05:30
.gitignore unlink correct thumbFileName 2021-08-29 20:30:11 +05:30
.gitmodules remove custom ssd-mobilenet model 2022-03-04 19:35:11 +05:30
.prettierrc.json formatted source files 2021-08-13 08:17:10 +05:30
configUtil.js disable report for local csp 2022-01-25 11:10:50 +05:30
LICENSE Initial commit 2020-09-07 07:24:00 +05:30
netlify.toml use out as publish directory 2021-08-29 18:29:34 +05:30
next-env.d.ts removed un-needed webpack5 next config option 2021-08-16 11:45:24 +05:30
next.config.js disable sentry if next phase is PHASE_DEVELOPMENT_SERVER 2022-01-09 13:55:07 +05:30
package.json added tesseract.js library 2022-03-15 09:26:13 +05:30
README.md Update README.md 2021-08-23 00:51:32 +05:30
SECURITY.md Create SECURITY.md 2022-01-11 20:42:48 +05:30
sentry.client.config.js change url casing 2022-01-24 14:58:41 +05:30
sentry.server.config.js renamed sentry constants to follow the global convention 2022-01-09 13:55:07 +05:30
sentryConfigUtil.js rename sentry is environement variable to make it accessible in browser 2022-01-09 13:54:29 +05:30
tsconfig.json extract constants and util function from next.config file 2022-01-07 11:32:20 +05:30
yarn.lock added tesseract.js library 2022-03-15 09:26:13 +05:30

Web application for ente built with lots of ❤️ and a little bit of JavaScript.

You can read more about ente's encryption protocol here: https://ente.io/architecture.

For more information about the project please visit: https://ente.io.


Building

First, pull and install dependencies

git submodule update --init --recursive
yarn install

Then run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.


If there's something you need help with, please write to support@ente.io, we'd be happy to help!