Merge pull request #1735 from Eun/cinny

feat: add cinny
This commit is contained in:
CanbiZ (MickLesk)
2026-04-29 10:25:31 +02:00
committed by GitHub
3 changed files with 153 additions and 0 deletions

41
json/alpine-cinny.json Normal file
View File

@@ -0,0 +1,41 @@
{
"name": "Alpine-Cinny",
"slug": "alpine-cinny",
"categories": [
0,
4
],
"date_created": "2026-05-23",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 8080,
"documentation": "https://github.com/cinnyapp/cinny",
"website": "https://cinny.in/",
"logo": "https://cinny.in/assets/cinny.svg",
"description": "Yet another matrix client ",
"install_methods": [
{
"type": "alpine",
"script": "ct/alpine-cinny.sh",
"config_path": "/opt/cinny/config.json",
"resources": {
"cpu": 1,
"ram": 256,
"hdd": 1,
"os": "alpine",
"version": "3.23"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "To see config: `cat /opt/cinny/config.json`",
"type": "info"
}
]
}