mirror of
https://github.com/YunoHost-Apps/commento_ynh.git
synced 2024-09-03 18:16:16 +02:00
67 lines
No EOL
3.1 KiB
Markdown
67 lines
No EOL
3.1 KiB
Markdown
# Commento pour YunoHost
|
||
|
||
[![Niveau d'intégration](https://dash.yunohost.org/integration/commento.svg)](https://dash.yunohost.org/appci/app/commento) ![](https://ci-apps.yunohost.org/ci/badges/commento.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/commento.maintain.svg)
|
||
[![Installer Commento avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=commento)
|
||
|
||
*[Read this readme in english.](./README.md)*
|
||
*[Lire ce readme en français.](./README_fr.md)*
|
||
|
||
> *Ce package vous permet d'installer Commento rapidement et simplement sur un serveur YunoHost.
|
||
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
|
||
|
||
## Vue d'ensemble
|
||
|
||
Commento allows you to foster discussion on your website – if you have a blog, you can embed Commento if you want your readers to add comments. It's fast and bloat-free, has a modern interface, and is reasonably secure. Unlike most alternatives, Commento is lightweight and privacy-focused; I'll never sell your data, show ads, embed third-party tracking scripts, or inject affiliate links.
|
||
|
||
### Features
|
||
|
||
- Ut enim ad minim veniam, quis nostrud exercitation ullamco ;
|
||
- Laboris nisi ut aliquip ex ea commodo consequat ;
|
||
- Duis aute irure dolor in reprehenderit in voluptate ;
|
||
- Velit esse cillum dolore eu fugiat nulla pariatur ;
|
||
- Excepteur sint occaecat cupidatat non proident, sunt in culpa."
|
||
|
||
|
||
**Version incluse :** 1.8.0~ynh1
|
||
|
||
**Démo :** https://demo.commento.io/
|
||
|
||
## Captures d'écran
|
||
|
||
![](./doc/screenshots/Screenshot.png)
|
||
|
||
## Avertissements / informations importantes
|
||
|
||
* Any known limitations, constrains or stuff not working, such as (but not limited to):
|
||
* requiring a full dedicated domain ?
|
||
* architectures not supported ?
|
||
* not-working single-sign on or LDAP integration ?
|
||
* the app requires an important amount of RAM / disk / .. to install or to work properly
|
||
* etc...
|
||
|
||
* Other infos that people should be aware of, such as:
|
||
* any specific step to perform after installing (such as manually finishing the install, specific admin credentials, ...)
|
||
* how to configure / administrate the application if it ain't obvious
|
||
* upgrade process / specificities / things to be aware of ?
|
||
* security considerations ?
|
||
|
||
## Documentations et ressources
|
||
|
||
* Site officiel de l'app : https://commento.io/
|
||
* Documentation officielle de l'admin : https://docs.commento.io/
|
||
* Dépôt de code officiel de l'app : https://gitlab.com/commento/commento
|
||
* Documentation YunoHost pour cette app : https://yunohost.org/app_commento
|
||
* Signaler un bug : https://github.com/YunoHost-Apps/commento_ynh/issues
|
||
|
||
## Informations pour les développeurs
|
||
|
||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/commento_ynh/tree/testing).
|
||
|
||
Pour essayer la branche testing, procédez comme suit.
|
||
```
|
||
sudo yunohost app install https://github.com/YunoHost-Apps/commento_ynh/tree/testing --debug
|
||
ou
|
||
sudo yunohost app upgrade commento -u https://github.com/YunoHost-Apps/commento_ynh/tree/testing --debug
|
||
```
|
||
|
||
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps |