1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mattermost_ynh.git synced 2024-09-03 19:36:29 +02:00

Merge branch 'testing' into Set-permissions

This commit is contained in:
ericgaspar 2021-09-16 11:21:38 +02:00
commit c358c3618a
No known key found for this signature in database
GPG key ID: 574F281483054D44
4 changed files with 6 additions and 7 deletions

View file

@ -67,8 +67,8 @@ Mattermost Mobile and Desktop Apps are available [here](https://mattermost.com/d
## Documentation and resources ## Documentation and resources
* Official app website: http://www.mattermost.org/ * Official app website: http://www.mattermost.org/
* Official user documentation: https://yunohost.org/en/app_mattermost * Official user documentation: https://docs.mattermost.com/guides/messaging.html
* Official admin documentation: https://docs.mattermost.com/ * Official admin documentation: https://docs.mattermost.com/guides/deployment.html
* Upstream app code repository: https://github.com/mattermost/mattermost-server * Upstream app code repository: https://github.com/mattermost/mattermost-server
* YunoHost documentation for this app: https://yunohost.org/app_mattermost * YunoHost documentation for this app: https://yunohost.org/app_mattermost
* Report a bug: https://github.com/YunoHost-Apps/mattermost_ynh/issues * Report a bug: https://github.com/YunoHost-Apps/mattermost_ynh/issues

View file

@ -61,8 +61,8 @@ Ce paquet peut être installé sur les architectures `ARM`, `ARM64` et `x86-64`
## Documentations et ressources ## Documentations et ressources
* Site officiel de l'app : http://www.mattermost.org/ * Site officiel de l'app : http://www.mattermost.org/
* Documentation officielle utilisateur : https://yunohost.org/en/app_mattermost * Documentation officielle utilisateur : https://docs.mattermost.com/guides/messaging.html
* Documentation officielle de l'admin : https://docs.mattermost.com/ * Documentation officielle de l'admin : https://docs.mattermost.com/guides/deployment.html
* Dépôt de code officiel de l'app : https://github.com/mattermost/mattermost-server * Dépôt de code officiel de l'app : https://github.com/mattermost/mattermost-server
* Documentation YunoHost pour cette app : https://yunohost.org/app_mattermost * Documentation YunoHost pour cette app : https://yunohost.org/app_mattermost
* Signaler un bug : https://github.com/YunoHost-Apps/mattermost_ynh/issues * Signaler un bug : https://github.com/YunoHost-Apps/mattermost_ynh/issues

View file

@ -15,7 +15,6 @@ User=__APP__
Group=__APP__ Group=__APP__
LimitNOFILE=49152 LimitNOFILE=49152
# Sandboxing options to harden security # Sandboxing options to harden security
# Depending on specificities of your service/app, you may need to tweak these # Depending on specificities of your service/app, you may need to tweak these
# .. but this should be a good baseline # .. but this should be a good baseline

View file

@ -11,8 +11,8 @@
"upstream": { "upstream": {
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
"website": "http://www.mattermost.org/", "website": "http://www.mattermost.org/",
"admindoc": "https://docs.mattermost.com/", "admindoc": "https://docs.mattermost.com/guides/deployment.html",
"userdoc": "https://yunohost.org/en/app_mattermost", "userdoc": "https://docs.mattermost.com/guides/messaging.html",
"code": "https://github.com/mattermost/mattermost-server" "code": "https://github.com/mattermost/mattermost-server"
}, },
"license": "GPL-3.0-only", "license": "GPL-3.0-only",