# Shlink pour YunoHost
[](https://dash.yunohost.org/appci/app/shlink)  
[](https://install-app.yunohost.org/?app=shlink)
*[Read this readme in english.](./README.md)*
> *Ce package vous permet d’installer Shlink 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
Shlink is a self-hosted URL shortener which provides both a REST and a CLI interface to interact with it.
Additionally, there's also an official Shlink web client which, by making use of Shlink's REST API, provides a beautiful web UI to handle multiple Shlink instances.
**Version incluse :** 3.4.0~ynh2
## Captures d’écran

## Documentations et ressources
* Site officiel de l’app :
* Documentation officielle utilisateur :
* Dépôt de code officiel de l’app :
* Documentation YunoHost pour cette app :
* Signaler un bug :
## Informations pour les développeurs
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/shlink_ynh/tree/testing).
Pour essayer la branche testing, procédez comme suit.
``` bash
sudo yunohost app install https://github.com/YunoHost-Apps/shlink_ynh/tree/testing --debug
ou
sudo yunohost app upgrade shlink -u https://github.com/YunoHost-Apps/shlink_ynh/tree/testing --debug
```
**Plus d’infos sur le packaging d’applications :**