1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mattermost_ynh.git synced 2024-09-03 19:36:29 +02:00
Mattermost package for YunoHost
Find a file
Pierre de La Morinerie e25137feab
Merge pull request #194 from amyblais/patch-50
Notify update to Mattermost v5.29.0
2020-11-16 19:09:51 +01:00
conf Update app.src 2020-11-16 09:27:17 -05:00
scripts scripts: use a per-instance db username 2020-02-18 22:31:15 +01:00
.gitignore Add test.sh: run tests in a Vagrant box 2017-09-11 12:53:22 +05:30
check_process scripts: disable questionnable password complexity rules 2020-02-10 00:47:38 +01:00
LICENSE Add a GPL licence file 2016-04-17 18:56:59 +02:00
manifest.json Update manifest.json 2020-11-16 09:28:16 -05:00
README.md Add badges 2020-10-15 09:22:09 +02:00
test.sh tests: use more recent Yunohost box 2020-02-09 01:04:46 +01:00
Vagrantfile tests: make default password more complex 2020-02-09 01:04:46 +01:00

Mattermost for YunoHost

Integration level
Install Mattermost with YunoHost

Overview

A Yunohost package for Mattermost, an open-source, self-hosted alternative to Slack.

Requirements

Mattermost requires:

  • A x86_64 system (check with uname -m) (ARM Raspberry Pi wont work, sorry),
  • Yunohost 3.0 or higher (check in Yunohost Admin panel),
  • MySQL 5.6 or higher, or MariaDB 10 or higher (check with mysql --version).

Installing

You can either :

  • Install by clicking the button above;
  • Install from the Yunohost Admin web interface, from the Community Apps list;
  • Install from the command-line: sudo yunohost app install https://github.com/YunoHost-Apps/mattermost_ynh.

What works

  • Installation on domain root or sub-directory
  • Notification emails
  • Push notifications (through Mattermost relay server)
  • Service control in Yunohost Services panel

TODO

  • ARM compatible package for Raspberry Pi (see #124)
  • LDAP integration (only paid Entreprise Edition, see #58)

About telemetrics

Mattermost can collect some anonymous telemetrics about your usage of the software. These data are sent to a third-party service named segment.com. You can find more information about this behavior in the Mattermost documentation.

In this Yunohost package telemetrics collection is strictly opt-in, and can be turned on or off before the app is installed.