mirror of
https://github.com/Dokploy/templates.git
synced 2026-05-06 10:37:26 -05:00
feat: add tuwunel template for matrix
This commit is contained in:
18
blueprints/tuwunel/docker-compose.yml
Normal file
18
blueprints/tuwunel/docker-compose.yml
Normal 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
1455
blueprints/tuwunel/logo.svg
Normal file
File diff suppressed because one or more lines are too long
16
blueprints/tuwunel/template.toml
Normal file
16
blueprints/tuwunel/template.toml
Normal 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}"
|
||||
54
meta.json
54
meta.json
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user