mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Merge pull request #2108 from pp-r/init.-of-missing-docs-up-to-the-letter-C
Init. of missing docs up to the letter c
This commit is contained in:
commit
155b820706
8 changed files with 250 additions and 0 deletions
25
pages/04.applications/10.docs/converse/app_converse.fr.md
Normal file
25
pages/04.applications/10.docs/converse/app_converse.fr.md
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
---
|
||||||
|
title: Converse
|
||||||
|
template: docs
|
||||||
|
taxonomy:
|
||||||
|
category: docs, apps
|
||||||
|
routes:
|
||||||
|
default: '/app_converse'
|
||||||
|
---
|
||||||
|
|
||||||
|
[](https://install-app.yunohost.org/?app=converse) [](https://dash.yunohost.org/appci/app/converse)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Liens utiles](#liens-utiles)
|
||||||
|
|
||||||
|
*Converse* est un client de chat XMPP gratuit et open-source écrit en JavaScript qui peut être étroitement intégré à n'importe quel site web.
|
||||||
|
|
||||||
|
L'avantage d'utiliser converse.js plutôt que de s'appuyer sur une solution SaaS (software-as-a-service) est que vos utilisateurs peuvent bénéficier d'une expérience de chat en ligne beaucoup plus personnalisée, rationalisée et intégrée et que vous avez le contrôle des données. Ce dernier point est une exigence pour de nombreux sites traitant des informations sensibles.
|
||||||
|
|
||||||
|
## Liens utiles
|
||||||
|
|
||||||
|
+ Site web : [conversejs.org](https://conversejs.org/)
|
||||||
|
+ Démonstration : [Démo](https://inverse.chat/)
|
||||||
|
+ Dépôt logiciel de l'application : [github.com - YunoHost-Apps/converse](https://github.com/YunoHost-Apps/converse_ynh)
|
||||||
|
+ Remonter un bug ou une amélioration en créant un ticket (issue) : [github.com - YunoHost-Apps/converse/issues](https://github.com/YunoHost-Apps/converse_ynh/issues)
|
25
pages/04.applications/10.docs/converse/app_converse.md
Normal file
25
pages/04.applications/10.docs/converse/app_converse.md
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
---
|
||||||
|
title: Converse
|
||||||
|
template: docs
|
||||||
|
taxonomy:
|
||||||
|
category: docs, apps
|
||||||
|
routes:
|
||||||
|
default: '/app_converse'
|
||||||
|
---
|
||||||
|
|
||||||
|
[](https://install-app.yunohost.org/?app=converse) [](https://dash.yunohost.org/appci/app/converse)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Useful links](#useful-links)
|
||||||
|
|
||||||
|
*Converse* is a free and open-source XMPP chat client written in JavaScript which can be tightly integrated into any website.
|
||||||
|
|
||||||
|
The benefit of using converse.js as opposed to relying on a SaaS (software-as-a-service) solution, is that your users can have a much more customized, streamlined and integrated webchat experience and that you have control over the data. The latter being a requirement for many sites dealing with sensitive information.
|
||||||
|
|
||||||
|
## Useful links
|
||||||
|
|
||||||
|
+ Website: [conversejs.org (en)](https://conversejs.org/)
|
||||||
|
+ Demonstration: [Demo](https://inverse.chat/)
|
||||||
|
+ Application software repository: [github.com - YunoHost-Apps/converse](https://github.com/YunoHost-Apps/converse_ynh)
|
||||||
|
+ Fix a bug or an improvement by creating a ticket (issue): [github.com - YunoHost-Apps/converse/issues](https://github.com/YunoHost-Apps/converse_ynh/issues)
|
38
pages/04.applications/10.docs/coturn/app_coturn.fr.md
Normal file
38
pages/04.applications/10.docs/coturn/app_coturn.fr.md
Normal file
|
@ -0,0 +1,38 @@
|
||||||
|
---
|
||||||
|
title: Coturn
|
||||||
|
template: docs
|
||||||
|
taxonomy:
|
||||||
|
category: docs, apps
|
||||||
|
routes:
|
||||||
|
default: '/app_coturn'
|
||||||
|
---
|
||||||
|
|
||||||
|
[](https://install-app.yunohost.org/?app=coturn) [](https://dash.yunohost.org/appci/app/coturn)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Liens utiles](#liens-utiles)
|
||||||
|
|
||||||
|
*Coturn* est une implémentation libre et open source de serveurs TURN et STUN.
|
||||||
|
Le serveur TURN est un serveur et une passerelle de traversée NAT pour le trafic VoIP. Il peut également être utilisé comme serveur TURN et passerelle de trafic réseau à usage général.
|
||||||
|
|
||||||
|
### Avertissements / informations importantes
|
||||||
|
|
||||||
|
#### Configuration
|
||||||
|
|
||||||
|
Vous devez installer le serveur TURN dans un domaine principal ou un sous-domaine comme turn.domain.tld.
|
||||||
|
Comment configurer cette application : un simple fichier avec SSH.
|
||||||
|
|
||||||
|
#### Testing
|
||||||
|
|
||||||
|
Pour les tests, vous pouvez utiliser l'outil de test Trickle-Ice. Accédez à la page trickle-ice [trickle-ice page](https://webrtc.github.io/samples/src/content/peerconnection/trickle-ice/) et entrez les détails suivants.
|
||||||
|
|
||||||
|
TURN URI : turn:<YOUR_PUBLIC_IP_ADDRESS>:5349
|
||||||
|
TURN username: <YOUR_USERNAME>
|
||||||
|
TURN password: <YOUR_PASSWORD>
|
||||||
|
|
||||||
|
## Liens utiles
|
||||||
|
|
||||||
|
+ Site web : [github.com/coturn/coturn](https://github.com/coturn/coturn)
|
||||||
|
+ Dépôt logiciel de l'application : [github.com - YunoHost-Apps/coturn](https://github.com/YunoHost-Apps/coturn_ynh)
|
||||||
|
+ Remonter un bug ou une amélioration en créant un ticket (issue) : [github.com - YunoHost-Apps/coturn/issues](https://github.com/YunoHost-Apps/coturn_ynh/issues)
|
38
pages/04.applications/10.docs/coturn/app_coturn.md
Normal file
38
pages/04.applications/10.docs/coturn/app_coturn.md
Normal file
|
@ -0,0 +1,38 @@
|
||||||
|
---
|
||||||
|
title: Coturn
|
||||||
|
template: docs
|
||||||
|
taxonomy:
|
||||||
|
category: docs, apps
|
||||||
|
routes:
|
||||||
|
default: '/app_coturn'
|
||||||
|
---
|
||||||
|
|
||||||
|
[](https://install-app.yunohost.org/?app=coturn) [](https://dash.yunohost.org/appci/app/coturn)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Useful links](#useful-links)
|
||||||
|
|
||||||
|
*Coturn* is a Free open source implementation of TURN and STUN Server.
|
||||||
|
The TURN Server is a VoIP media traffic NAT traversal server and gateway. It can be used as a general-purpose network traffic TURN server and gateway, too.
|
||||||
|
|
||||||
|
### Disclaimers / important information
|
||||||
|
|
||||||
|
#### Configuration
|
||||||
|
|
||||||
|
You need to install TURN server in a root or subdomain like turn.domain.tld
|
||||||
|
How to configure this app: a plain file with SSH.
|
||||||
|
|
||||||
|
#### Testing
|
||||||
|
|
||||||
|
For testing we can use Trickle-Ice testing tool. Go to [trickle-ice page](https://webrtc.github.io/samples/src/content/peerconnection/trickle-ice/) and enter following details.
|
||||||
|
|
||||||
|
TURN URI : turn:<YOUR_PUBLIC_IP_ADDRESS>:5349
|
||||||
|
TURN username: <YOUR_USERNAME>
|
||||||
|
TURN password: <YOUR_PASSWORD>
|
||||||
|
|
||||||
|
## Useful links
|
||||||
|
|
||||||
|
+ Website: [github.com/coturn/coturn](https://github.com/coturn/coturn)
|
||||||
|
+ Application software repository: [github.com - YunoHost-Apps/coturn](https://github.com/YunoHost-Apps/coturn_ynh)
|
||||||
|
+ Fix a bug or an improvement by creating a ticket (issue): [github.com - YunoHost-Apps/coturn/issues](https://github.com/YunoHost-Apps/coturn_ynh/issues)
|
40
pages/04.applications/10.docs/cryptpad/app_cryptpad.fr.md
Normal file
40
pages/04.applications/10.docs/cryptpad/app_cryptpad.fr.md
Normal file
|
@ -0,0 +1,40 @@
|
||||||
|
---
|
||||||
|
title: CryptPad
|
||||||
|
template: docs
|
||||||
|
taxonomy:
|
||||||
|
category: docs, apps
|
||||||
|
routes:
|
||||||
|
default: '/app_cryptpad'
|
||||||
|
---
|
||||||
|
|
||||||
|
[](https://install-app.yunohost.org/?app=cryptpad) [](https://dash.yunohost.org/appci/app/cryptpad)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Liens utiles](#liens-utiles)
|
||||||
|
|
||||||
|
*CryptPad* est une suite logicielle chiffrée de bout en bout et ouverte. Elle est conçue pour permettre un travail collaboratif, en synchronisant les modifications apportées aux documents en temps réel. Comme toutes les données sont chiffrées, le service et ses administrateurs n'ont aucun moyen de voir le contenu édité et stocké.
|
||||||
|
|
||||||
|
## Avertissements / informations importantes
|
||||||
|
|
||||||
|
#### Configuration
|
||||||
|
|
||||||
|
Une fois CryptPad installé, créez un compte via le bouton S'inscrire sur la page d'accueil. Pour faire de ce compte un administrateur d'instance :
|
||||||
|
|
||||||
|
Copiez la clé publique trouvée dans le menu utilisateur (avatar en haut à droite) > Paramètres > Compte > Clé de signature publique
|
||||||
|
Collez cette clé dans `/var/www/cryptpad/config/config.js` dans le tableau suivant (décommentez et remplacez l'espace réservé) :
|
||||||
|
|
||||||
|
```
|
||||||
|
adminKeys: [
|
||||||
|
"[cryptpad-user1@my.awesome.website/YZgXQxKR0Rcb6r6CmxHPdAGLVludrAF2lEnkbx1vVOo=]",
|
||||||
|
],
|
||||||
|
```
|
||||||
|
|
||||||
|
Redémarrer le service CryptPad (Dans webadmin YunoHost -> Services -> cryptpad -> Redémarrer)
|
||||||
|
|
||||||
|
## Liens utiles
|
||||||
|
|
||||||
|
+ Site web : [cryptpad.fr (fr)](https://cryptpad.fr/)
|
||||||
|
+ Démonstration : [Démo](https://cryptpad.fr/)
|
||||||
|
+ Dépôt logiciel de l'application : [github.com - YunoHost-Apps/cryptpad](https://github.com/YunoHost-Apps/cryptpad_ynh)
|
||||||
|
+ Remonter un bug ou une amélioration en créant un ticket (issue) : [github.com - YunoHost-Apps/cryptpad/issues](https://github.com/YunoHost-Apps/cryptpad_ynh/issues)
|
38
pages/04.applications/10.docs/cryptpad/app_cryptpad.md
Normal file
38
pages/04.applications/10.docs/cryptpad/app_cryptpad.md
Normal file
|
@ -0,0 +1,38 @@
|
||||||
|
---
|
||||||
|
title: CryptPad
|
||||||
|
template: docs
|
||||||
|
taxonomy:
|
||||||
|
category: docs, apps
|
||||||
|
routes:
|
||||||
|
default: '/app_cryptpad'
|
||||||
|
---
|
||||||
|
|
||||||
|
[](https://install-app.yunohost.org/?app=cryptpad) [](https://dash.yunohost.org/appci/app/cryptpad)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Useful links](#useful-links)
|
||||||
|
|
||||||
|
*CryptPad* is a collaboration suite that is end-to-end-encrypted and open-source. It is built to enable collaboration, synchronizing changes to documents in real time. Because all data is encrypted, the service and its administrators have no way of seeing the content being edited and stored.
|
||||||
|
|
||||||
|
## Disclaimers / important information
|
||||||
|
|
||||||
|
#### Configuration
|
||||||
|
|
||||||
|
Once CryptPad is installed, create an account via the Register button on the home page. To make this account an instance administrator:
|
||||||
|
|
||||||
|
Copy the public key found in User Menu (avatar at the top right) > Settings > Account > Public Signing Key
|
||||||
|
Paste this key in `/var/www/cryptpad/config/config.js` in the following array (uncomment and replace the placeholder):
|
||||||
|
```
|
||||||
|
adminKeys: [
|
||||||
|
"[cryptpad-user1@my.awesome.website/YZgXQxKR0Rcb6r6CmxHPdAGLVludrAF2lEnkbx1vVOo=]",
|
||||||
|
],
|
||||||
|
```
|
||||||
|
Restart CryptPad service (In YunoHost webadmin -> Services -> cryptpad -> Restart)
|
||||||
|
|
||||||
|
## Useful links
|
||||||
|
|
||||||
|
+ Website: [cryptpad.fr](https://cryptpad.fr/)
|
||||||
|
+ Demonstration: [Demo](https://cryptpad.fr/)
|
||||||
|
+ Application software repository: [github.com - YunoHost-Apps/cryptpad](https://github.com/YunoHost-Apps/cryptpad_ynh)
|
||||||
|
+ Fix a bug or an improvement by creating a ticket (issue): [github.com - YunoHost-Apps/cryptpad/issues](https://github.com/YunoHost-Apps/cryptpad_ynh/issues)
|
|
@ -0,0 +1,23 @@
|
||||||
|
---
|
||||||
|
title: Cubiks 2048
|
||||||
|
template: docs
|
||||||
|
taxonomy:
|
||||||
|
category: docs, apps
|
||||||
|
routes:
|
||||||
|
default: '/app_cubiks-2048'
|
||||||
|
---
|
||||||
|
|
||||||
|
[](https://install-app.yunohost.org/?app=cubiks-2048) [](https://dash.yunohost.org/appci/app/cubiks-2048)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Liens utiles](#liens-utiles)
|
||||||
|
|
||||||
|
*Cubiks 2048* est un clone en 3D du jeu 2048.
|
||||||
|
|
||||||
|
## Liens utiles
|
||||||
|
|
||||||
|
+ Site web : [github.com/Kshitij-Banerjee/Cubiks-2048](https://github.com/Kshitij-Banerjee/Cubiks-2048)
|
||||||
|
+ Démonstration : [Démo](https://kshitij-banerjee.github.io/Cubiks-2048/)
|
||||||
|
+ Dépôt logiciel de l'application : [github.com - YunoHost-Apps/cubiks-2048](https://github.com/YunoHost-Apps/cubiks-2048_ynh)
|
||||||
|
+ Remonter un bug ou une amélioration en créant un ticket (issue) : [github.com - YunoHost-Apps/cubiks-2048/issues](https://github.com/YunoHost-Apps/cubiks-2048_ynh/issues)
|
23
pages/04.applications/10.docs/cubiks-2048/app_cubiks-2048.md
Normal file
23
pages/04.applications/10.docs/cubiks-2048/app_cubiks-2048.md
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
---
|
||||||
|
title: Cubiks 2048
|
||||||
|
template: docs
|
||||||
|
taxonomy:
|
||||||
|
category: docs, apps
|
||||||
|
routes:
|
||||||
|
default: '/app_cubiks-2048'
|
||||||
|
---
|
||||||
|
|
||||||
|
[](https://install-app.yunohost.org/?app=cubiks-2048) [](https://dash.yunohost.org/appci/app/cubiks-2048)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Useful links](#useful-links)
|
||||||
|
|
||||||
|
*Cubiks 2048* is a clone of 2048 game in 3D.
|
||||||
|
|
||||||
|
## Useful links
|
||||||
|
|
||||||
|
+ Website: [github.com/Kshitij-Banerjee/Cubiks-2048](https://github.com/Kshitij-Banerjee/Cubiks-2048)
|
||||||
|
+ Demonstration: [Demo](https://kshitij-banerjee.github.io/Cubiks-2048/)
|
||||||
|
+ Application software repository: [github.com - YunoHost-Apps/cubiks-2048](https://github.com/YunoHost-Apps/cubiks-2048_ynh)
|
||||||
|
+ Fix a bug or an improvement by creating a ticket (issue): [github.com - YunoHost-Apps/cubiks-2048/issues](https://github.com/YunoHost-Apps/cubiks-2048_ynh/issues)
|
Loading…
Add table
Reference in a new issue