Files
ProxmoxVEDHelperScripts/json/alpine-cinny.json
2026-05-23 00:09:32 +10:00

43 lines
885 B
JSON

{
"name": "Alpine-Cinny",
"slug": "alpine-cinny",
"categories": [
0,
4
],
"date_created": "2026-05-23",
"type": "ct",
"updateable": true,
"privileged": false,
"has_arm": 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"
}
]
}