This commit is contained in:
JMARyA 2024-01-19 08:15:29 +01:00
parent eba038840a
commit 8739297201
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
2 changed files with 8 additions and 2 deletions

View file

@ -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]

View file

@ -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