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
1c6333a9d9
commit
43b2b1f6d5
8 changed files with 16 additions and 36 deletions
1
doc/ADMIN.md
Normal file
1
doc/ADMIN.md
Normal file
|
@ -0,0 +1 @@
|
|||
* How to change from edition version to another (Team<->Enterprise): Modify the `settings.yml` in the apps directory `/etc/yunohost/apps/mattermost_instance/settings.yml` and replace the version to wich you whant: Team or Enterprise. Update your apps and verify the *About* on your Mattermost
|
1
doc/ADMIN_fr.md
Normal file
1
doc/ADMIN_fr.md
Normal file
|
@ -0,0 +1 @@
|
|||
* Comment changer d'une version à une autre (Team<->Enterprise) : Modifiez le `settings.yml` dans le répertoire de l'application `/etc/yunohost/apps/mattermost_instance/settings.yml` et remplacez la version avec celle que vous voulez : Team ou Enterprise. Mettez à jour votre application et vérifiez dans le *À Propos* sur la console système de votre application.
|
|
@ -1,9 +1,17 @@
|
|||
## 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 Mattermost’s 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.
|
||||
|
||||
## 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/)
|
||||
|
||||
## Features include:
|
||||
|
||||
- One-to-one and group messaging, file sharing, and unlimited search history
|
||||
|
|
|
@ -4,6 +4,11 @@ Une alternative gratuite, open source et auto-hébergée à la messagerie SaaS p
|
|||
## Mattermost Entreprise Edition
|
||||
Pour explorer les avantages des fonctionnalités d'entreprise de Mattermost, vous pouvez remplacer le binaire Mattermost Team Edition par un binaire Mattermost Enterprise Edition. Cette version prend en charge la mise à niveau vers Mattermost Enterprise Edition E10 ou E20.
|
||||
|
||||
## Caractéristiques spécifiques YunoHost
|
||||
|
||||
Ce paquet peut installer la version [*Entreprise Edition*](https://docs.mattermost.com/overview/product.html#mattermost-enterprise-edition) ou la version [*Team Edition*](https://docs.mattermost.com/overview/product.html#mattermost-team-edition).
|
||||
|
||||
|
||||
## Les fonctionnalités incluent:
|
||||
|
||||
- Messagerie individuelle et de groupe, partage de fichiers et historique de recherche illimité
|
||||
|
|
|
@ -1,18 +0,0 @@
|
|||
## Configuration
|
||||
|
||||
* How to configure this app: From an admin panel, a plain file with SSH.
|
||||
* How to change from edition version to another (Team<->Enterprise): Modify the `settings.yml` in the apps directory `/etc/yunohost/apps/mattermost_instance/settings.yml` and replace the version to wich you whant: Team or Enterprise. Update your apps and verify the *About* on your Mattermost
|
||||
|
||||
## 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/)
|
||||
|
||||
## Limitations
|
||||
|
||||
* LDAP integration is not supported (see [#58](https://github.com/YunoHost-Apps/mattermost_ynh/issues/58))
|
||||
|
||||
## Additional information
|
||||
|
||||
* This package can by installed on `ARM`, `ARM64` and `x86-64` architecture (only `x86-64` if you choose to install the *Entreprise Edition*).
|
|
@ -1,16 +0,0 @@
|
|||
## Configuration
|
||||
|
||||
* Comment configurer cette application : via le panneau d'administration, un fichier brut en SSH.
|
||||
* Comment changer d'une version à une autre (Team<->Enterprise) : Modifiez le `settings.yml` dans le répertoire de l'application `/etc/yunohost/apps/mattermost_instance/settings.yml` et remplacez la version avec celle que vous voulez : Team ou Enterprise. Mettez à jour votre application et vérifiez dans le *À Propos* sur la console système de votre application.
|
||||
|
||||
## Caractéristiques spécifiques YunoHost
|
||||
|
||||
Ce paquet peut installer la version [*Entreprise Edition*](https://docs.mattermost.com/overview/product.html#mattermost-enterprise-edition) ou la version [*Team Edition*](https://docs.mattermost.com/overview/product.html#mattermost-team-edition).
|
||||
|
||||
## Limitations
|
||||
|
||||
* L'intégration LDAP n'est pas gérée (see [#58](https://github.com/YunoHost-Apps/mattermost_ynh/issues/58))
|
||||
|
||||
## Informations additionnelles
|
||||
|
||||
Ce paquet peut être installé sur les architectures `ARM`, `ARM64` et `x86-64` (mais uniquement `x86-64` si vous choisissez d'installer la version *Enterprise Edition*).
|
|
@ -17,7 +17,7 @@ userdoc = "https://docs.mattermost.com/guides/messaging.html"
|
|||
code = "https://github.com/mattermost/mattermost-server"
|
||||
|
||||
[integration]
|
||||
yunohost = ">= 11.1.12"
|
||||
yunohost = ">= 11.1.13"
|
||||
architectures = ["amd64", "armhf", "arm64"]
|
||||
multi_instance = true
|
||||
ldap = false
|
||||
|
|
|
@ -22,7 +22,6 @@ version=$YNH_APP_ARG_VERSION
|
|||
#=================================================
|
||||
ynh_script_progression --message="Storing installation settings..." --weight=6
|
||||
|
||||
#ynh_app_setting_set --app=$app --key=language --value=$language
|
||||
ynh_app_setting_set --app=$app --key=version --value=$version
|
||||
ynh_app_setting_set --app=$app --key=team_display_name --value=$team_display_name
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue