mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-16 03:15:23 +02:00
17 lines
514 B
JSON
17 lines
514 B
JSON
{
|
|
"id": "synapse",
|
|
"name": "Synapse",
|
|
"version": "v1.156.0",
|
|
"description": "Synapse is the reference homeserver implementation for Matrix, an open standard for secure, decentralised, real-time communication.",
|
|
"logo": "synapse.svg",
|
|
"links": {
|
|
"github": "https://github.com/element-hq/synapse",
|
|
"website": "https://element-hq.github.io/synapse/latest/",
|
|
"docs": "https://element-hq.github.io/synapse/latest/setup/installation.html"
|
|
},
|
|
"tags": [
|
|
"matrix",
|
|
"communication"
|
|
]
|
|
}
|