2025-01-30 05:34:27 -05:00
{
"name" : "Mattermost" ,
"slug" : "mattermost" ,
"categories" : [
25
] ,
"date_created" : "2025-01-30" ,
"type" : "ct" ,
"updateable" : false ,
"privileged" : false ,
"interface_port" : 8065 ,
"documentation" : null ,
"website" : "https://mattermost.com/" ,
2025-03-04 22:13:56 +01:00
"logo" : "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/svg/mattermost.svg" ,
2025-01-30 05:34:27 -05:00
"description" : "Mattermost is an open source platform for secure collaboration across the entire software development lifecycle. It's written in Go and React and runs as a single Linux binary with MySQL or PostgreSQL. It has a slimilar interface and features to Slack or Discord." ,
"install_methods" : [
{
"type" : "default" ,
"script" : "ct/mattermost.sh" ,
"resources" : {
"cpu" : 1 ,
"ram" : 2048 ,
"hdd" : 8 ,
"os" : "ubuntu" ,
"version" : "24.04"
}
}
] ,
"default_credentials" : {
"username" : null ,
"password" : null
} ,
2025-03-10 19:42:21 +01:00
"notes" : [
{
"text" : "WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing." ,
"type" : "warning"
}
]
2025-01-30 05:34:27 -05:00
}