mirror of
https://github.com/YunoHost-Apps/mattermost_ynh.git
synced 2024-09-03 19:36:29 +02:00
Fix
This commit is contained in:
parent
0100412b7e
commit
4ea33d8740
2 changed files with 6 additions and 2 deletions
|
@ -28,6 +28,10 @@ Mattermost is a self-hosted, open source instant messaging and service software.
|
|||
|
||||
## YunoHost specific features
|
||||
|
||||
This package can install the [*Entreprise Edition*](https://docs.mattermost.com/overview/product.html#mattermost-enterprise-edition) or the [*Team Edition*](https://docs.mattermost.com/overview/product.html#mattermost-team-edition).
|
||||
|
||||
Mattermost Mobile and Desktop Apps are available [here](https://mattermost.com/download/)
|
||||
|
||||
#### Multi-user support
|
||||
|
||||
* Are LDAP and HTTP auth supported? **No**
|
||||
|
@ -44,7 +48,7 @@ Mattermost is a self-hosted, open source instant messaging and service software.
|
|||
|
||||
## Additional information
|
||||
|
||||
* This package can by installed on `ARM`, `ARM64` and `x86-64` architecture.
|
||||
* This package can by installed on `ARM`, `ARM64` and `x86-64` architecture (only `x86-64` if you choose to ibstall the *Entreprise Edition*).
|
||||
|
||||
## Links
|
||||
|
||||
|
|
|
@ -43,7 +43,7 @@ ynh_script_progression --message="Stopping and removing the systemd service..."
|
|||
ynh_remove_systemd_config
|
||||
|
||||
#=================================================
|
||||
# REMOVE THE POSTGRESQL DATABASE
|
||||
# REMOVE THE MySQL DATABASE
|
||||
#=================================================
|
||||
ynh_script_progression --message="Removing the MySQL database..." --weight=2
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue