feat: add tuwunel template for matrix

This commit is contained in:
Adrian Bonpin
2026-02-23 18:27:12 +08:00
parent 38e417b194
commit fdeef0ea0f
4 changed files with 1525 additions and 18 deletions

View File

@@ -0,0 +1,18 @@
version: "3.8"
services:
tuwunel:
image: ghcr.io/matrix-construct/tuwunel:v1.5.0
restart: always
environment:
- TUWUNEL_SERVER_NAME=${TUWUNEL_SERVER_NAME:-matrix.local}
- TUWUNEL_ALLOW_REGISTRATION=${TUWUNEL_ALLOW_REGISTRATION:-false}
- TUWUNEL_REGISTRATION_TOKEN=${TUWUNEL_REGISTRATION_TOKEN}
- TUWUNEL_ADDRESS=${TUWUNEL_ADDRESS:-0.0.0.0}
- TUWUNEL_PORT=${TUWUNEL_PORT:-6167}
volumes:
- tuwunel-data:/var/lib/tuwunel/
expose:
- 6167
volumes:
tuwunel-data:

1455
blueprints/tuwunel/logo.svg Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,16 @@
[variables]
main_domain = "${domain}"
registration_token = "${password:32}"
[config]
env = [
"TUWUNEL_SERVER_NAME=${main_domain}",
"TUWUNEL_REGISTRATION_TOKEN=${registration_token}",
"TUWUNEL_ALLOW_REGISTRATION=true"
]
mounts = []
[[config.domains]]
serviceName = "tuwunel"
port = 6167
host = "${main_domain}"

View File

@@ -5858,6 +5858,24 @@
"open-source"
]
},
{
"id": "strapi",
"name": "Strapi",
"version": "v5.33.0",
"description": "Open-source headless CMS to build powerful APIs with built-in content management.",
"logo": "strapi.svg",
"links": {
"github": "https://github.com/strapi/strapi",
"discord": "https://discord.com/invite/strapi",
"docs": "https://docs.strapi.io",
"website": "https://strapi.io"
},
"tags": [
"headless",
"cms",
"content-management"
]
},
{
"id": "streamflow",
"name": "StreamFlow",
@@ -5877,24 +5895,6 @@
"media"
]
},
{
"id": "strapi",
"name": "Strapi",
"version": "v5.33.0",
"description": "Open-source headless CMS to build powerful APIs with built-in content management.",
"logo": "strapi.svg",
"links": {
"github": "https://github.com/strapi/strapi",
"discord": "https://discord.com/invite/strapi",
"docs": "https://docs.strapi.io",
"website": "https://strapi.io"
},
"tags": [
"headless",
"cms",
"content-management"
]
},
{
"id": "supabase",
"name": "SupaBase",
@@ -6152,6 +6152,24 @@
"e-ink"
]
},
{
"id": "tuwunel",
"name": "Tuwunel",
"version": "v1.5.0",
"description": "High performance Matrix homeserver written in Rust. Official successor to conduwuit - a scalable, low-cost, enterprise-ready alternative to Synapse.",
"logo": "logo.svg",
"links": {
"github": "https://github.com/matrix-construct/tuwunel",
"website": "https://tuwunel.chat",
"docs": "https://matrix-construct.github.io/tuwunel/"
},
"tags": [
"matrix",
"chat",
"messaging",
"rust"
]
},
{
"id": "twenty",
"name": "Twenty CRM",