1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mattermost_ynh.git synced 2024-09-03 19:36:29 +02:00
This commit is contained in:
ericgaspar 2021-01-13 09:21:05 +01:00
parent 0100412b7e
commit 4ea33d8740
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 6 additions and 2 deletions

View file

@ -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

View file

@ -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