Initial Commit
Some checks failed
ci/woodpecker/tag/manifest unknown status
ci/woodpecker/tag/build/1 Pipeline failed
ci/woodpecker/tag/build/2 Pipeline failed

This commit is contained in:
2025-05-16 16:39:55 +02:00
commit 2b23f0caef
16 changed files with 1157 additions and 0 deletions

36
README.md Normal file
View File

@@ -0,0 +1,36 @@
# Trixie
**Trixie** is a custom registration page for [Matrix](https://matrix.org) using shared secret registration.
Its goal is to help communities reduce spam signups.
## Features
- Simple, clean UI
- Basic spam prevention
## Planned
- Vetting process
- Manual approval
## Deployment
Trixie can be run via Docker or as a standalone binary from the releases.
### Docker
Use the container `gitea.elara.ws/elara6331/trixie` and forward port 2264.
### Linux packages
Download builds from the [Releases](https://gitea.elara.ws/Elara6331/trixie/releases) page.
## Environment Variables
These environment variables must be set for trixie to start:
| Variable | Description |
|----------------|--------------------------------------------|
| `INSTANCE_URL` | Base URL of your Matrix server |
| `SHARED_SECRET`| Shared secret for account creation |
| `LISTEN_ADDR` | The address to listen on (default `:2264`) |