https://github.com/pulsejet/memories
Fast, modern and advanced photo management suite. Runs as a Nextcloud app.
https://github.com/pulsejet/memories
backup-tool gallery nextcloud photo-gallery photos self-hosted videos
Last synced: 5 days ago
JSON representation
Fast, modern and advanced photo management suite. Runs as a Nextcloud app.
- Host: GitHub
- URL: https://github.com/pulsejet/memories
- Owner: pulsejet
- License: agpl-3.0
- Created: 2022-08-13T01:55:49.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-04-09T02:40:35.000Z (6 days ago)
- Last Synced: 2025-04-10T01:04:30.532Z (5 days ago)
- Topics: backup-tool, gallery, nextcloud, photo-gallery, photos, self-hosted, videos
- Language: Vue
- Homepage: https://memories.gallery
- Size: 49.5 MB
- Stars: 3,450
- Watchers: 19
- Forks: 100
- Open Issues: 442
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: COPYING
Awesome Lists containing this project
- awesome-starred - pulsejet/memories - Fast, modern and advanced photo management suite. Runs as a Nextcloud app. (self-hosted)
- awesome-starred - pulsejet/memories - Fast, modern and advanced photo management suite. Runs as a Nextcloud app. (Vue)
- awesome-starred - pulsejet/memories - Fast, modern and advanced photo management suite. Runs as a Nextcloud app. (Vue)
- definitive-opensource - Memories
README

# Memories: Photo Management for Nextcloud
[](https://discord.gg/7Dr9f9vNjJ)
[](https://memories.gallery)
[](https://demo.memories.gallery/apps/memories/)
[](https://apps.nextcloud.com/apps/memories)
[](https://github.com/pulsejet/memories/issues)
[](https://github.com/sponsors/pulsejet)[](https://github.com/pulsejet/memories/actions/workflows/e2e.yaml)
[](https://github.com/pulsejet/memories/actions/workflows/static-analysis.yaml)
[](https://shepherd.dev/github/pulsejet/memories)
[](https://github.com/pulsejet/memories/actions/workflows/go-vod.yml)Memories is a _batteries-included_ photo management solution for Nextcloud with advanced features
## π Features
- **πΈ Timeline**: Sort photos and videos by date taken, parsed from Exif data.
- **βͺ Rewind**: Jump to any time in the past instantly and relive your memories.
- **π€ AI Tagging**: Group photos by people and objects, powered by [recognize](https://github.com/nextcloud/recognize) and [facerecognition](https://github.com/matiasdelellis/facerecognition).
- **πΌοΈ Albums**: Create albums to group photos and videos together. Then share these albums with others.
- **π«±π»βπ«²π» External Sharing**: Share photos and videos with people outside of your Nextcloud instance.
- **π± Mobile Support**: Work from any device, of any shape and size through the web app.
- **βοΈ Edit Metadata**: Edit dates and other metadata on photos quickly and in bulk.
- **π¦ Archive**: Store photos you don't want to see in your timeline in a separate folder.
- **πΉ Video Transcoding**: Transcode videos and use HLS for maximal performance.
- **πΊοΈ Map**: View your photos on a map, tagged with accurate reverse geocoding.
- **π¦ Migration**: Migrate easily from Nextcloud Photos and Google Takeout.
- **β‘οΈ Performance**: Do all this very fast. Tested on instances with over a million photos.## π Installation
1. Install the app from the Nextcloud [app store](https://apps.nextcloud.com/apps/memories).
1. Perform the recommended [configuration steps](https://memories.gallery/config/).
1. Run `php occ memories:index` to generate metadata indices for existing photos.
1. Open the π· Memories app in Nextcloud and set the directory containing your photos.## π± Mobile Apps
- An Android client for Memories is available in early access on [Google Play](https://play.google.com/store/apps/details?id=gallery.memories), [F-Droid](https://f-droid.org/packages/gallery.memories/) or [GitHub Releases](https://github.com/pulsejet/memories/releases?q=android).
- For automatic uploads, you can use the official Nextcloud mobile apps.
- Android: [Google Play](https://play.google.com/store/apps/details?id=com.nextcloud.client), [F-Droid](https://f-droid.org/en/packages/com.nextcloud.client/)
- iOS: [App Store](https://apps.apple.com/us/app/nextcloud/id1125420102).## π Development Setup
You can use the dev container to quickly fire up an instance of Nextcloud with Memories pre-installed.
See [`.devcontainer/README.md`](.devcontainer/README.md) for more information.[](https://codespaces.new/pulsejet/memories?quickstart=1)
To set up a development instance manually, follow these steps:
1. β Clone this monorepo into the `custom_apps` folder of your Nextcloud.
1. π₯ Install [Composer](https://getcomposer.org/) and [Node.js 18](https://nodejs.org)
1. π©βπ» In a terminal, run the command `make dev-setup` to install the dependencies.
1. π To build/watch the UI, run `make watch-js`.
1. β Enable the app through the app management of your Nextcloud.
1. βοΈ (Strongly recommended) use VS Code for development and install these extensions (`Ctrl+Shift+P` > `Show Recommended Extensions`).
- [PHP Intelephense](https://marketplace.visualstudio.com/items?itemName=bmewburn.vscode-intelephense-client): For PHP intellisense and static analysis
- [PHP-CS-Fixer](https://marketplace.visualstudio.com/items?itemName=muuvmuuv.vscode-just-php-cs-fixer): For PHP formatting (alternatively, `make php-cs-fixer`)
- [Psalm](https://marketplace.visualstudio.com/items?itemName=getpsalm.psalm-vscode-plugin): For PHP static analysis (alternatively, `make psalm`)
- [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode): For autoformatting Vue and Typescript
- [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar): For Vue intellisense and static analysis
1. If using PHP Intelephense, search for `@builtin php-language-features` in the extensions tab and disable it.This monorepo is organized into the following packages:
- [lib](lib): Backend and database migrations (PHP).
- [src](src): Frontend for all platforms (Vue)
- [go-vod](go-vod): On-demand video transcoder (Go)
- [android](android): Android implemention of NativeX (Kotlin)
- [l10n](l10n): Translations (Transifex)Releases are organized with these tags:
- `v*`: overall releases (e.g. `v1.0.0` or `v1.0.0-beta.1`)
- `go-vod/*`: transcoder releases (e.g. `go-vod/1.0.0`)
- `android/*`: Android releases (e.g. `android/1.0.0`)## π€ Support the project
1. **π Star this repository**: This is the easiest way to support Memories and costs nothing.
1. **πͺ² Report bugs**: Report any bugs you find on the issue tracker.
1. **π Translate**: Help translate Memories into your language on [Transifex](https://www.transifex.com/nextcloud/nextcloud/memories/).
1. **π Contribute**: Read and file or comment on an issue and ask for guidance.
1. **πͺ Sponsorship**: You can support the project financially at [GitHub Sponsors](https://github.com/sponsors/pulsejet).A shout out to the current and past financial backers of Memories! See the sponsors page for a full list.
## π Changelog
For the full changelog, see [CHANGELOG.md](CHANGELOG.md).
## π Special Thanks
To the great folks building Nextcloud, PHP, Vue and all the other dependencies that make this project possible.
Thanks to [GitHub](https://github.com), [CircleCI](https://circleci.com/) and [BrowserStack](https://www.browserstack.com) for sponsorship for Open Source projects for CI / testing on different devices.
## π License
Memories is licensed under the [AGPLv3](COPYING). Subpackages such as [go-vod](go-vod) are licensed under their respective licenses. See the directory of the subpackage for more information.