matrix-art

An image gallery for Matrix
git clone git://archive.git.mtrnord.blog/MTRNord/matrix-art.git
Log | Files | Refs | README | LICENSE

commit 3623b9ea31d71f873aef8b8b1ff7a49605df0c3a
parent 5698d63316b21773deddef2e8cfb1cb68bd7c06a
Author: MTRNord <mtrnord1@gmail.com>
Date:   Mon, 31 Jan 2022 00:41:28 +0100

Update README and add screenshot

Diffstat:
M.env.local.example | 4++--
A.github/images/screenshot.png | 0
MREADME.md | 16+++++++++++++---
3 files changed, 15 insertions(+), 5 deletions(-)

diff --git a/.env.local.example b/.env.local.example @@ -1,4 +1,4 @@ NEXT_PUBLIC_DEFAULT_SERVER_URL=https://matrix.something.com NEXT_PUBLIC_SEARCH_URL=http://127.0.0.1:7700 MEILI_MASTER_KEY=xxx -MEILI_SEARCH_KEY=xxx -\ No newline at end of file +NEXT_PUBLIC_MEILI_SEARCH_KEY=xxx +\ No newline at end of file diff --git a/.github/images/screenshot.png b/.github/images/screenshot.png Binary files differ. diff --git a/README.md b/README.md @@ -5,6 +5,8 @@ Matrix Art is an experimental Devianart Fediverse version which tries to be close to Devianart. +![Screenshot](.github/images/screenshot.png) + ## Concept (roughly) https://scythe-pink-090.notion.site/Art-MX-Fediverse-Devianart-148d45b596e74582acff518baadd3026 @@ -17,11 +19,19 @@ https://art.midnightthoughts.space/ ### Prerequisites +- Nodejs - A Matrix Server with public registration - A Matrix Server with guests enabled - A Matrix Server with dynamic thumbnails +- A Meillisearch server (See https://meilisearch.com for more information) ### Steps -1. Either copy the `.env.local.example` to `.env.local` or set the `NEXT_PUBLIC_DEFAULT_SERVER_URL` variable. -2. Run `npm run dev` or build and run the Dockerimage -\ No newline at end of file +1. Copy the `.env.local.example` to `.env.local` or set the `NEXT_PUBLIC_DEFAULT_SERVER_URL` variable. +2. Run `npm run dev` or build and run the Dockerimage + +## Translations + +Translations can be contributed via https://trans.nordgedanken.dev/projects/matrix-art/matrix-art/ + +![Übersetzungsstatus](https://trans.nordgedanken.dev/widgets/matrix-art/-/matrix-art/multi-auto.svg) +\ No newline at end of file