mirror of
https://github.com/YunoHost-Apps/mattermost_ynh.git
synced 2024-09-03 19:36:29 +02:00
Update README.md
This commit is contained in:
parent
935bf88686
commit
12ad570615
1 changed files with 66 additions and 26 deletions
92
README.md
92
README.md
|
@ -1,37 +1,37 @@
|
|||
## Description
|
||||
|
||||
A Yunohost package for [Mattermost](http://www.mattermost.org/), an open-source, self-hosted alternative to Slack.
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/mattermost)
|
||||
|
||||
## 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
|
||||
# Mattermost for YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/mattermost)  
|
||||
[](https://install-app.yunohost.org/?app=mattermost)
|
||||
|
||||
You can either :
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
||||
* 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`.
|
||||
> *This package allow you to install Mattermost quickly and simply on a YunoHost server.
|
||||
If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to know how to install and enjoy it.*
|
||||
|
||||
## What works
|
||||
## Overview
|
||||
|
||||
* Installation on domain root or sub-directory
|
||||
* Notification emails
|
||||
* Push notifications
|
||||
* Service control in Yunohost Services panel
|
||||
Mattermost is a decentralized team communication software. For Slack enthusiasts, importing your data is possible, allowing a smooth transition to this free tool.
|
||||
|
||||
## TODO
|
||||
**Shipped version:** 5.23.1
|
||||
|
||||
* LDAP integration (only paid Entreprise Edition, see [#58](https://github.com/YunoHost-Apps/mattermost_ynh/issues/58))
|
||||
## Screenshots
|
||||
|
||||

|
||||
|
||||
## Demo
|
||||
|
||||
* [Official demo](https://mattermost.com/demo/)
|
||||
|
||||
## Configuration
|
||||
|
||||
How to configure this app: by an admin panel, a plain file with SSH, or any other way.
|
||||
|
||||
## Documentation
|
||||
|
||||
* Official documentation: https://docs.mattermost.com/
|
||||
* YunoHost documentation: https://yunohost.org/#/app_mattermost
|
||||
|
||||
## YunoHost specific features
|
||||
|
||||
## About telemetrics
|
||||
|
||||
|
@ -39,3 +39,43 @@ Mattermost can collect some anonymous telemetrics about your usage of the softwa
|
|||
You can find more information about this behavior in the [Mattermost documentation](https://docs.mattermost.com/administration/telemetry.html).
|
||||
|
||||
In this Yunohost package telemetrics collection is strictly opt-in, and can be turned on or off before the app is installed.
|
||||
|
||||
#### Multi-users support
|
||||
|
||||
* Are LDAP and HTTP auth supported? **Yes**
|
||||
* Can the app be used by multiple users? **Yes**
|
||||
|
||||
#### Supported architectures
|
||||
|
||||
* x86-64 - [](https://ci-apps.yunohost.org/ci/apps/mattermost/)
|
||||
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/mattermost/)
|
||||
* Buster x86-64 - [](https://ci-buster.nohost.me/ci/apps/mattermost/)
|
||||
|
||||
## Limitations
|
||||
|
||||
* A x86_64 system (check with `uname -m`) (ARM Raspberry Pi won’t work, sorry),
|
||||
|
||||
## Additional information
|
||||
|
||||
* Other information you would add about this application
|
||||
|
||||
## Links
|
||||
|
||||
* Report a bug: https://github.com/YunoHost-Apps/mattermost_ynh/issues
|
||||
* App website: https://mattermost.com/
|
||||
* Upstream app repository: https://github.com/mattermost/mattermost-server
|
||||
* YunoHost website: https://yunohost.org/
|
||||
|
||||
---
|
||||
|
||||
Developers info
|
||||
----------------
|
||||
|
||||
Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/mattermost_ynh/tree/testing).
|
||||
|
||||
To try the testing branch, please proceed like that.
|
||||
```
|
||||
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
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue