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
lindy65 3a359f9218
Propose updating to Mattermost 4.4.3
Hi @kemenaran, 

Mattermost v4.4.3 release is officially out.  

You can find download links with hash numbers [here](https://pre-release.mattermost.com/core/pl/5kc3brcq3irbdf3pmi1enffb7h).  Changelog in progress with notes on patch releases is available [here](https://github.com/mattermost/docs/pull/1668).

If you do update, please consider tweeting about it, which we can then re-tweet for greater reach.

Thanks!
2017-12-05 14:09:21 +02:00
conf Propose updating to Mattermost 4.4.3 2017-12-05 14:09:21 +02:00
scripts upgrade: use app.src 2017-10-23 12:22:40 +05:30
.gitignore Add test.sh: run tests in a Vagrant box 2017-09-11 12:53:22 +05:30
check_process test: rename ynh-tests.local to ynh_tests.local 2017-10-23 19:34:50 +05:30
LICENSE Add a GPL licence file 2016-04-17 18:56:59 +02:00
manifest.json Update manifest.json 2017-10-16 11:13:44 +00:00
README.md README: clarify telemetrics usage 2017-10-16 09:50:15 +05:30
test.sh test: cache source archive 2017-10-24 18:02:52 +05:30
Vagrantfile test: fix LXC usage in test VM 2017-10-24 11:52:55 +05:30

Description

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

Build status

See https://ci-apps.yunohost.org/jenkins/job/mattermost%20(Community)/ for checking current build status.

Requirements

Mattermost requires:

  • A x86_64 system (check with uname -m),
  • Yunohost 2.7 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 from the Yunohost Admin web interface, by providing this URL: https://github.com/YunoHost-Apps/mattermost_ynh
  • Install from the command-line: sudo yunohost app install https://github.com/YunoHost-Apps/mattermost_ynh

Upgrading

Mattermost upgrades tend to work only from one minor version to the other (3.0 to 3.1, 3.1 to 3.2, etc).

Important: to upgrade from Mattermost 2.2, you will need an extra manual step. Run the upgrade from Yunohost, then follow this guide.

What works

  • Installation on domain's root
  • Notification emails
  • Push notifications
  • Service control in Yunohost Services panel

TODO

  • Allow installation in sub-directory (only root-domains for now, see #8)
  • 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.