- Replace GitHub API calls (390+) with 1 API call + raw URL downloads - Create GitHubJsonService for efficient JSON file syncing - Reduce API rate limiting issues by 99.7% - Add automatic page reload after successful sync - Update tests to use new service - Maintain same functionality with better performance Performance improvement: - Before: 390+ GitHub API calls (1 per JSON file) - After: 1 GitHub API call + 389 raw URL downloads - Raw URLs have no rate limits, making sync much more reliable
44 lines
1.3 KiB
JSON
44 lines
1.3 KiB
JSON
{
|
|
"name": "Element Synapse",
|
|
"slug": "elementsynapse",
|
|
"categories": [
|
|
4
|
|
],
|
|
"date_created": "2025-02-02",
|
|
"type": "ct",
|
|
"updateable": true,
|
|
"privileged": false,
|
|
"interface_port": 8008,
|
|
"documentation": "https://element-hq.github.io/synapse/latest/welcome_and_overview.html",
|
|
"website": "https://element.io/",
|
|
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/element.webp",
|
|
"config_path": "/etc/matrix-synapse/homeserver.yaml",
|
|
"description": "Synapse is an open source Matrix homeserver implementation, written and maintained by Element. Matrix is the open standard for secure and interoperable real time communications. You can directly run and manage the source code in this repository, available under an AGPL license. There is no support provided from Element unless you have a subscription.",
|
|
"install_methods": [
|
|
{
|
|
"type": "default",
|
|
"script": "ct/elementsynapse.sh",
|
|
"resources": {
|
|
"cpu": 1,
|
|
"ram": 2048,
|
|
"hdd": 8,
|
|
"os": "debian",
|
|
"version": "12"
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": null,
|
|
"password": null
|
|
},
|
|
"notes": [
|
|
{
|
|
"type": "info",
|
|
"text": "Type `cat ~/matrix.creds` to see admin username/password."
|
|
},
|
|
{
|
|
"type": "info",
|
|
"text": "Synapse-Admin is running on port 5173"
|
|
}
|
|
]
|
|
} |