Ente Photos, a fully end to end encrypted photo storage and backup platform you run yourself, ready to accept your first encrypted upload the moment it boots.
Ente Photos is an open source, end to end encrypted platform for storing, backing up and sharing your photos and videos on infrastructure you control. Every photo and its metadata are encrypted on your device before they leave it, so the server only ever holds ciphertext and no one, including the server operator, can see your library. You browse, search and organise your photos through a web app, and the same account works with the Ente mobile and desktop apps for automatic backup from your phone and computer. Under the hood it pairs the museum API server with a PostgreSQL metadata store and an S3 compatible object store that holds the encrypted blobs. It suits anyone who wants a private, self hosted alternative to mainstream cloud photo services, keeping years of memories encrypted and under their own control.
cloudimg delivers the whole Ente stack, the museum server, the web app, PostgreSQL and the S3 compatible object store, installed and wired together so the sign up page answers the moment the instance boots, with no compose files to assemble by hand. The image is secure by default and bakes no credential: the upstream quickstart writes fixed secrets, and cloudimg keeps none of them. On the first boot of every instance a fresh set of secrets is generated, the database password, the object store access and secret keys, and the three master secrets the server uses to encrypt and sign, the encryption key, the hash key and the JWT secret, and they are written to a root only file, so no two instances share a secret and no upstream default ever governs a running server. Because Ente is end to end encrypted there is no server side admin password at all: you create your account from the app, where your keys are generated on your device. The datastores are kept off the public network, the encrypted photo store and metadata live on a dedicated data volume captured into the image, the base is fully patched with unattended security upgrades enabled, and every deployment is paired with a step by step deploy guide and backed by 24/7 cloudimg support.
Real screenshots taken while testing this image against its deployment guide.