From 8739297201c6350468cd5bd4f7c654a85b158727 Mon Sep 17 00:00:00 2001 From: JMARyA Date: Fri, 19 Jan 2024 08:15:29 +0100 Subject: [PATCH] refactor --- technology/applications/media/Natron.md | 3 +-- technology/applications/web/Matrix.md | 7 +++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/technology/applications/media/Natron.md b/technology/applications/media/Natron.md index 7142bfe..ecca008 100644 --- a/technology/applications/media/Natron.md +++ b/technology/applications/media/Natron.md @@ -1,11 +1,10 @@ --- obj: application os: linux -website: https://natrongithub.github.io/ +website: https://natrongithub.github.io flatpak-id: fr.natron.Natron --- # Natron -#🐇 #wip Natron is a powerful Digital Compositor that can handle all of your 2D/2.5D needs. Its robust OIIO file formats and OpenFX architecture is what make Natron the most flexible open source compositor for the visual effects community. Its interface and functionally are the same across all platforms such as [macOS](../../macos/macOS.md), [Linux](../../linux/Linux.md) and [Windows](../../windows/Windows.md). Natron has a powerful keying, roto/rotopaint, 2D tracking tools that are staple for all current film production project that requires visual effects. ![Screenshot][Screenshot] diff --git a/technology/applications/web/Matrix.md b/technology/applications/web/Matrix.md index 84abf2d..9008708 100644 --- a/technology/applications/web/Matrix.md +++ b/technology/applications/web/Matrix.md @@ -22,6 +22,13 @@ mkdir -p ./config docker run --rm --entrypoint="/bin/sh" -v $(pwd)/config:/mnt matrixdotorg/dendrite-monolith:latest -c "/usr/bin/generate-config -dir /var/dendrite/ -db postgres://dendrite:itsasecret@postgres/dendrite?sslmode=disable -server YourDomainHere > /mnt/dendrite.yaml" ``` +## Administration +**Create a new Account:** +To create a new account, use this command inside the dendrite container: +```sh +/bin/create-account -config /path/to/dendrite.yaml -username USERNAME [-admin] +``` + ### Docker-Compose Start the docker compose service: ```yaml