mirror of
https://github.com/YunoHost-Apps/mattermost_ynh.git
synced 2024-09-03 19:36:29 +02:00
Add templates
This commit is contained in:
parent
59cc8166c6
commit
b62f61ca40
5 changed files with 48 additions and 9 deletions
|
@ -1,8 +1,8 @@
|
|||
;; Test with Enterprise Edition
|
||||
; Manifest
|
||||
domain="domain.tld" (DOMAIN)
|
||||
path="/path" (PATH)
|
||||
admin="john" (USER)
|
||||
domain="domain.tld"
|
||||
path="/path"
|
||||
admin="john"
|
||||
email="john@gmail.com"
|
||||
admin_email="john@gmail.com"
|
||||
password="admin!42"
|
||||
|
@ -10,7 +10,7 @@
|
|||
language="fr"
|
||||
version="Enterprise"
|
||||
team_display_name="Mon équipe"
|
||||
is_public=1 (PUBLIC|public=1|private=0)
|
||||
is_public=1
|
||||
; Checks
|
||||
pkg_linter=1
|
||||
setup_sub_dir=1
|
||||
|
@ -26,9 +26,9 @@
|
|||
change_url=1
|
||||
;; Test with Team Edition
|
||||
; Manifest
|
||||
domain="domain.tld" (DOMAIN)
|
||||
path="/path" (PATH)
|
||||
admin="john" (USER)
|
||||
domain="domain.tld"
|
||||
path="/path"
|
||||
admin="john"
|
||||
email="john@gmail.com"
|
||||
admin_email="john@gmail.com"
|
||||
password="admin!42"
|
||||
|
@ -36,7 +36,7 @@
|
|||
language="fr"
|
||||
version="Team"
|
||||
team_display_name="Mon équipe"
|
||||
is_public=1 (PUBLIC|public=1|private=0)
|
||||
is_public=1
|
||||
; Checks
|
||||
setup_sub_dir=1
|
||||
setup_root=1
|
||||
|
|
17
doc/DISCLAIMER.md
Normal file
17
doc/DISCLAIMER.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
## Configuration
|
||||
|
||||
* How to configure this app: From an admin panel, a plain file with SSH.
|
||||
|
||||
## 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)
|
||||
|
||||
## 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*).
|
15
doc/DISCLAIMER_fr.md
Normal file
15
doc/DISCLAIMER_fr.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
## Configuration
|
||||
|
||||
* Comment configurer cette application : via le panneau d'administration, un fichier brut en SSH.
|
||||
|
||||
## 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)
|
||||
|
||||
## 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*).
|
BIN
doc/screenshots/screenshot.png
Normal file
BIN
doc/screenshots/screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 434 KiB |
|
@ -8,6 +8,13 @@
|
|||
},
|
||||
"version": "5.34.2~ynh1",
|
||||
"url": "http://www.mattermost.org/",
|
||||
"upstream": {
|
||||
"license": "GPL-3.0-only",
|
||||
"website": "http://www.mattermost.org/",
|
||||
"admindoc": "https://docs.mattermost.com/",
|
||||
"userdoc": "https://yunohost.org/en/app_mattermost",
|
||||
"code": "https://github.com/mattermost/mattermost-server"
|
||||
},
|
||||
"license": "GPL-3.0-only",
|
||||
"maintainer": {
|
||||
"name": "pmorinerie",
|
||||
|
@ -19,7 +26,7 @@
|
|||
"mysql"
|
||||
],
|
||||
"requirements": {
|
||||
"yunohost": ">= 4.1.0"
|
||||
"yunohost": ">= 4.2.4"
|
||||
},
|
||||
"arguments": {
|
||||
"install" : [
|
||||
|
|
Loading…
Add table
Reference in a new issue