apps.header.allAppsCount
Ente-Server
apps.detail.types.app from yoshiro's' Repository
apps.detail.sections.overview
Museum, the API server for Ente Photos and Ente Auth - an end-to-end encrypted, open source alternative to Google Photos.
IMPORTANT: This container is only the API server. A full Ente stack also needs:
- PostgreSQL (15+) - install from Community Apps.
- MinIO or any S3-compatible object storage - install from Community Apps.
- Ente-Web (companion template in this repo) for the browser app.
Before first start you MUST create the config file at /mnt/user/appdata/ente/museum.yaml. The easiest way is the one-line setup script from the Unraid terminal, which generates it with all secrets filled in:
sh -c "$(curl -fsSL https://raw.githubusercontent.com/YoshiroMaximus/Unraid-templates/main/ente/setup.sh)"
If museum.yaml does not exist when the container starts, Docker will create it as an empty DIRECTORY and the server will fail - run the script first. Full guide: https://github.com/YoshiroMaximus/Unraid-templates
Client apps (mobile/desktop/web) talk to this server on port 8080 and upload photos directly to your S3/MinIO endpoint, so both must be reachable from your devices.
Readme
View on GitHub
Fully open source end-to-end encrypted photos, authenticators and more.
Ente
Ente is a service that provides a fully open source, end-to-end encrypted platform for you to store your data in the cloud without needing to trust the service provider. On top of this platform, we have built three apps so far: Ente Photos (an alternative to Apple and Google Photos), Ente Locker (a safe space for your most important documents and credentials), and Ente Auth (a 2FA alternative to the deprecated Authy).
This monorepo contains all our source code - the client apps (iOS / Android / F-Droid / Web / Linux / macOS / Windows) for both the products (and more planned future ones!), and the server that powers them.
Our source code and cryptography have been externally audited by Cure53 (a German cybersecurity firm, arguably the world's best), Symbolic Software (French cryptography experts) and Fallible (an Indian penetration testing firm).
Learn more at ente.com.
Ente Photos

Our flagship product. 3x data replication. Face detection. Semantic search. Private sharing. Collaborative albums. Family plans. Easy import, easier export. Background uploads. The list goes on. And of course, all of this, while being fully end-to-end encrypted across platforms.
Ente Photos is a paid service, but we offer 10GB of free storage. You can also clone this repository and choose to self-host.
Ente Auth

Our labour of love. Two years ago, while building Ente Photos, we realized that there was no open source end-to-end encrypted authenticator app. We already had the building blocks, so we built one.
Ente Auth is free, and will remain free forever. If you like the service and want to give back, please check out Ente Photos or spread the word.
Ente Locker

Protect your most important documents, credentials, and notes with end-to-end encryption. Share privately with people you trust, and set up access for emergencies. Available for iOS and Android.
Ente Locker is free for up to 100 items. If you're subscribed to Ente Photos, you can store up to 1000 items. Learn more at ente.com/locker.
Contributing
Want to get aboard the Ente hype train? Welcome along! Don't hesitate if you're not a developer, there are many other important ways in which you can contribute.
Support
We are never more than an email away. For the various ways to ask for help, please see our support guide.
Community

Please visit the community section for all the ways to connect with our community.
Security
If you believe you have found a security vulnerability, please responsibly disclose it by emailing security@ente.com or using this link instead of opening a public issue. We will investigate all legitimate reports. To know more, please see our security policy.
apps.marketingCta.appInstallTitle
apps.marketingCta.appInstallDescription
apps.detail.sections.requirements
apps.detail.sections.categories
apps.detail.sections.related
apps.detail.related.exploreCategories
apps.detail.related.exploreAllapps.detail.sections.links
apps.detail.sections.details
ghcr.io/ente/server:latestapps.detail.sections.runtime
- apps.detail.details.network
bridge- apps.detail.details.shell
sh- apps.detail.details.privileged
- false
- apps.detail.details.extraParams
--security-opt=no-new-privileges:true
apps.detail.sections.configuration
Museum config file (DB credentials, S3 buckets, secret keys). Must exist as a FILE before first start - see the setup guide linked above.
- apps.detail.config.target
- /museum.yaml
- apps.detail.config.default
- /mnt/user/appdata/ente/museum.yaml
- apps.detail.config.value
- /mnt/user/appdata/ente/museum.yaml
Museum API port. All Ente clients (web, mobile, desktop) connect here.
- apps.detail.config.target
- 8080
- apps.detail.config.default
- 8080
- apps.detail.config.value
- 8080
Optional folder for custom assets/overrides (e.g. mail templates). Safe to leave empty.
- apps.detail.config.target
- /data
- apps.detail.config.default
- /mnt/user/appdata/ente/data
- apps.detail.config.value
- /mnt/user/appdata/ente/data
Optional: persist museum log files outside the container.
- apps.detail.config.target
- /var/logs
- apps.detail.config.default
- /mnt/user/appdata/ente/logs
- apps.detail.config.value
- /mnt/user/appdata/ente/logs
Timezone for log timestamps, e.g. America/New_York.
- apps.detail.config.default
- UTC
- apps.detail.config.value
- UTC