1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mattermost_ynh.git synced 2024-09-03 19:36:29 +02:00
mattermost_ynh/README.md

65 lines
3 KiB
Markdown
Raw Normal View History

2021-05-22 12:31:52 +02:00
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
It shall NOT be edited by hand.
-->
2020-10-15 09:22:09 +02:00
# Mattermost for YunoHost
2015-10-21 13:03:49 +02:00
2023-02-06 23:05:41 +01:00
[![Integration level](https://dash.yunohost.org/integration/mattermost.svg)](https://dash.yunohost.org/appci/app/mattermost) ![Working status](https://ci-apps.yunohost.org/ci/badges/mattermost.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/mattermost.maintain.svg)
2021-06-15 08:35:11 +02:00
[![Install Mattermost with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=mattermost)
2021-01-11 23:46:48 +01:00
*[Lire ce readme en français.](./README_fr.md)*
2021-06-15 08:35:11 +02:00
> *This package allows you to install Mattermost quickly and simply on a YunoHost server.
2021-01-11 23:46:48 +01:00
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
2015-10-21 13:03:49 +02:00
2020-10-15 09:22:09 +02:00
## Overview
2021-01-11 23:46:48 +01:00
## Mattermost Team Edition
A free-to-use, open source, self-hosted alternative to proprietary SaaS messaging. Team Edition is your open source “virtual office”, offering all the core productivity benefits of competing SaaS solutions. It deploys as a single Linux binary with MySQL under an MIT license.
## Mattermost Enterprise Edition
To explore the benefits of Mattermosts enterprise features, you can replace the Mattermost Team Edition binary with a Mattermost Enterprise Edition binary. This version supports upgrading to Mattermost Enterprise Edition E10 or E20.
## Features include:
- One-to-one and group messaging, file sharing, and unlimited search history
- Threaded messaging, emoji, and custom emoji
- Tools for custom branding
- Continuous archiving
- Multi-factor authentication
- Highly customizable third-party bots, integrations, and command line tools
- Extensive integration support via webhooks, APIs, drivers, and third-party extensions
- Easily scalable to dozens of users per team
- Runtime profiling data and system monitoring reports
2021-01-11 23:46:48 +01:00
2022-12-22 07:09:15 +01:00
**Shipped version:** 7.5.2~ynh1
2022-08-15 14:28:05 +02:00
2021-05-22 12:31:52 +02:00
## Screenshots
2021-01-11 23:46:48 +01:00
2022-06-15 08:09:53 +02:00
![Screenshot of Mattermost](./doc/screenshots/screenshot.png)
2017-01-20 21:10:52 +01:00
2021-05-22 12:31:52 +02:00
## Documentation and resources
2022-06-15 08:09:53 +02:00
* Official app website: <http://www.mattermost.org/>
* Official user documentation: <https://docs.mattermost.com/guides/messaging.html>
* Official admin documentation: <https://docs.mattermost.com/guides/deployment.html>
* Upstream app code repository: <https://github.com/mattermost/mattermost-server>
* YunoHost documentation for this app: <https://yunohost.org/app_mattermost>
* Report a bug: <https://github.com/YunoHost-Apps/mattermost_ynh/issues>
2017-05-25 13:29:31 +02:00
2021-01-11 23:46:48 +01:00
## Developer info
2017-05-25 13:29:31 +02:00
2021-01-11 23:46:48 +01:00
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/mattermost_ynh/tree/testing).
2017-10-16 06:20:15 +02:00
2021-01-11 23:46:48 +01:00
To try the testing branch, please proceed like that.
2022-06-15 08:09:53 +02:00
``` bash
2021-01-11 23:46:48 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/mattermost_ynh/tree/testing --debug
or
sudo yunohost app upgrade mattermost -u https://github.com/YunoHost-Apps/mattermost_ynh/tree/testing --debug
```
2021-05-22 12:31:52 +02:00
2022-06-15 08:09:53 +02:00
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>