parent
945afc7f71
commit
74cee348e6
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
[![Discord](https://dcbadge.vercel.app/api/server/7Dr9f9vNjJ)](https://discord.gg/7Dr9f9vNjJ)
|
[![Discord](https://dcbadge.vercel.app/api/server/7Dr9f9vNjJ)](https://discord.gg/7Dr9f9vNjJ)
|
||||||
[![Website](https://img.shields.io/website?down_color=red&down_message=offline&label=website&style=for-the-badge&up_color=brightgreen&up_message=online&url=https%3A%2F%2Fmemories.gallery)](https://memories.gallery)
|
[![Website](https://img.shields.io/website?down_color=red&down_message=offline&label=website&style=for-the-badge&up_color=brightgreen&up_message=online&url=https%3A%2F%2Fmemories.gallery)](https://memories.gallery)
|
||||||
[![Demo](https://img.shields.io/website?down_color=red&down_message=offline&label=demo&style=for-the-badge&up_color=brightgreen&up_message=online&url=https%3A%2F%2Fmemories-demo.radialapps.com)](https://memories-demo.radialapps.com/apps/memories/)
|
[![Demo](https://img.shields.io/website?down_color=red&down_message=offline&label=demo&style=for-the-badge&up_color=brightgreen&up_message=online&url=https%3A%2F%2Fdemo.memories.gallery)](https://demo.memories.gallery/apps/memories/)
|
||||||
|
|
||||||
![GitHub](https://img.shields.io/github/license/pulsejet/memories)
|
![GitHub](https://img.shields.io/github/license/pulsejet/memories)
|
||||||
[![e2e](https://github.com/pulsejet/memories/actions/workflows/e2e.yaml/badge.svg)](https://github.com/pulsejet/memories/actions/workflows/e2e.yaml)
|
[![e2e](https://github.com/pulsejet/memories/actions/workflows/e2e.yaml/badge.svg)](https://github.com/pulsejet/memories/actions/workflows/e2e.yaml)
|
||||||
|
|
|
@ -24,7 +24,7 @@ Memories is a *batteries-included* photo management solution for Nextcloud with
|
||||||
|
|
||||||
## 🚀 Installation
|
## 🚀 Installation
|
||||||
|
|
||||||
1. Install the app from the Nextcloud app store (try a demo [here](https://memories-demo.radialapps.com/apps/memories/)).
|
1. Install the app from the Nextcloud app store (try a demo [here](https://demo.memories.gallery/apps/memories/)).
|
||||||
1. Perform the recommended [configuration steps](https://memories.gallery/config/).
|
1. Perform the recommended [configuration steps](https://memories.gallery/config/).
|
||||||
1. Run `php occ memories:index` to generate metadata indices for existing photos.
|
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.
|
1. Open the 📷 Memories app in Nextcloud and set the directory containing your photos.
|
||||||
|
|
|
@ -263,7 +263,7 @@
|
||||||
<a href="{{ page.next_page.url | url }}" title="{{ page.next_page.title | striptags }}" class="md-button md-button--primary">
|
<a href="{{ page.next_page.url | url }}" title="{{ page.next_page.title | striptags }}" class="md-button md-button--primary">
|
||||||
Install
|
Install
|
||||||
</a>
|
</a>
|
||||||
<a href="https://memories-demo.radialapps.com/apps/memories/" class="md-button">
|
<a href="https://demo.memories.gallery/apps/memories/" class="md-button">
|
||||||
Demo
|
Demo
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue