mirror of
https://github.com/YunoHost-Apps/mattermost_ynh.git
synced 2024-09-03 19:36:29 +02:00
Mattermost package for YunoHost
7892bb0315
Hi @kemenaran, Mattermost v5.26.2 release is officially out. You can find download links with hash numbers [here](https://community.mattermost.com/core/pl/i7w84g5sqjbc8mad99sxs7r4ih). Changelog with notes on patch releases is available [here](https://docs.mattermost.com/administration/changelog.html). Thanks! |
||
---|---|---|
conf | ||
scripts | ||
.gitignore | ||
check_process | ||
LICENSE | ||
manifest.json | ||
README.md | ||
test.sh | ||
Vagrantfile |
Description
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 won’t 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.