1
0
Fork
You've already forked media-stack
0

feat: add matrix stack with Tuwunel homeserver and Element Web #1

Open
stackdrift wants to merge 0 commits from feat/matrix-service into main
pull from: feat/matrix-service
merge into: stackdrift:main
stackdrift:main
stackdrift:feat/kanboard-project-tracker
stackdrift:penpot-stack
stackdrift:grow-app-deploy-targets

Matrix Stack

Homeserver

  • Tuwunel (Apache-2.0 licensed Matrix homeserver)
  • Built-in RocksDB (no PostgreSQL)
  • OIDC/SSO via Keycloak (home realm)
  • Federation enabled
  • Server name: matrix.dephekt.net

Web Client

  • Element Web at chat.dephekt.net

Secrets

  • TUWUNEL_OIDC_CLIENT_SECRET (injected from 1Password)

Services

  • tuwunel (port 8008)
  • element-web (port 80)

Domains

  • matrix.dephekt.net -> Tuwunel homeserver
  • chat.dephekt.net -> Element Web

First-time Setup

  1. Run make inject-secrets to populate the OIDC client secret
  2. Run make matrix-up to start the stack
  3. First OIDC login grants admin privileges
## Matrix Stack ### Homeserver - **Tuwunel** (Apache-2.0 licensed Matrix homeserver) - Built-in RocksDB (no PostgreSQL) - OIDC/SSO via Keycloak (home realm) - Federation enabled - Server name: matrix.dephekt.net ### Web Client - **Element Web** at chat.dephekt.net ### Secrets - TUWUNEL_OIDC_CLIENT_SECRET (injected from 1Password) ### Services - tuwunel (port 8008) - element-web (port 80) ### Domains - matrix.dephekt.net -> Tuwunel homeserver - chat.dephekt.net -> Element Web ### First-time Setup 1. Run make inject-secrets to populate the OIDC client secret 2. Run make matrix-up to start the stack 3. First OIDC login grants admin privileges
- Add matrix/ stack with Synapse v1.124.0 + PostgreSQL 15
- Add Pangolin proxy labels for matrix. exposure
- Add health checks for both synapse and postgres
- Add matrix to STACKS and SERVICES in Makefile
- Add matrix secrets to REQUIRED_SECRETS
- Add check-secrets target (previously missing) to verify required secrets exist
- Include matrix files in sync-secrets-media rsync
- Update README.md with matrix stack description
- Add matrix/README.md with setup and deployment docs
stackdrift force-pushed feat/matrix-service from e4ad73b7d2 to 63357ec2ae 2026年06月12日 19:46:36 +02:00 Compare
stackdrift force-pushed feat/matrix-service from 63357ec2ae to 3cdfa4dffc 2026年06月12日 20:34:26 +02:00 Compare
stackdrift force-pushed feat/matrix-service from 3cdfa4dffc to ef56ab5993 2026年06月12日 22:54:40 +02:00 Compare
stackdrift changed title from (削除) feat: add matrix stack with synapse and postgres (削除ここまで) to feat: add matrix stack with Tuwunel homeserver and Element Web 2026年06月13日 11:47:22 +02:00
This branch is already included in the target branch. There is nothing to merge.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feat/matrix-service:feat/matrix-service
git switch feat/matrix-service

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff feat/matrix-service
git switch feat/matrix-service
git rebase main
git switch main
git merge --ff-only feat/matrix-service
git switch feat/matrix-service
git rebase main
git switch main
git merge --no-ff feat/matrix-service
git switch main
git merge --squash feat/matrix-service
git switch main
git merge --ff-only feat/matrix-service
git switch main
git merge feat/matrix-service
git push origin main
Sign in to join this conversation.
No reviewers
Labels
Clear labels
No items
No labels
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
stackdrift/media-stack!1
Reference in a new issue
stackdrift/media-stack
No description provided.
Delete branch "feat/matrix-service"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?