2022-12-28 22:35:57 +01:00
<!--
2024-02-16 18:27:44 +01:00
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
2022-12-28 22:35:57 +01:00
It shall NOT be edited by hand.
-->
2022-12-28 22:36:02 +01:00
# Homarr pour YunoHost
2022-12-28 22:35:57 +01:00
2023-02-15 09:26:05 +01:00
[![Niveau d’ intégration ](https://dash.yunohost.org/integration/homarr.svg )](https://dash.yunohost.org/appci/app/homarr) ![Statut du fonctionnement ](https://ci-apps.yunohost.org/ci/badges/homarr.status.svg ) ![Statut de maintenance ](https://ci-apps.yunohost.org/ci/badges/homarr.maintain.svg )
2022-12-28 22:36:02 +01:00
[![Installer Homarr avec YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=homarr)
2022-12-28 22:35:57 +01:00
*[Read this readme in english.](./README.md)*
2023-02-15 09:26:05 +01:00
> *Ce package vous permet d’ installer Homarr 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.*
2022-12-28 22:35:57 +01:00
2023-02-15 09:26:05 +01:00
## Vue d’ ensemble
2022-12-28 22:35:57 +01:00
2023-09-12 21:32:29 +02:00
Homarr est une page d'accueil simple et légère pour votre serveur, qui vous aide à accéder facilement à tous vos services en un seul endroit.
Il s'intègre aux services que vous utilisez pour afficher des informations sur la page d'accueil (par exemple, afficher les prochaines versions de Sonarr/Radar).
2022-12-28 22:35:57 +01:00
2023-09-12 21:32:29 +02:00
### Caractéristiques
2022-12-28 22:35:57 +01:00
2023-09-12 21:32:29 +02:00
- S'intègre aux services que vous utilisez.
- Recherchez sur le Web directement depuis votre page d'accueil.
- Indicateur d'état en temps réel pour chaque service.
- Recherche automatiquement les icônes pendant que vous tapez le nom d'un service.
- Des widgets pouvant afficher tous types d'informations.
2022-12-28 22:35:57 +01:00
2024-02-29 22:41:06 +01:00
**Version incluse :** 0.15.0~ynh1
2022-12-28 22:35:57 +01:00
2022-12-28 22:45:58 +01:00
**Démo :** https://homarr.ajnart.fr/fr
2022-12-28 22:35:57 +01:00
2023-02-15 09:26:05 +01:00
## Captures d’ écran
2022-12-28 22:35:57 +01:00
2023-02-15 09:26:05 +01:00
![Capture d’ écran de Homarr ](./doc/screenshots/screenshot.png )
2022-12-28 22:35:57 +01:00
## Documentations et ressources
2023-02-15 09:26:05 +01:00
* Site officiel de l’ app : < https: // homarr . dev />
2022-12-28 22:45:58 +01:00
* Documentation officielle utilisateur : < https: // homarr . dev / docs / about >
2023-02-15 09:26:05 +01:00
* Documentation officielle de l’ admin : < https: // homarr . dev / docs / about >
* Dépôt de code officiel de l’ app : < https: // github . com / ajnart / homarr >
2023-10-31 15:15:08 +01:00
* YunoHost Store: < https: // apps . yunohost . org / app / homarr >
2022-12-28 22:36:02 +01:00
* Signaler un bug : < https: // github . com / YunoHost-Apps / homarr_ynh / issues >
2022-12-28 22:35:57 +01:00
## Informations pour les développeurs
2022-12-28 22:36:02 +01:00
Merci de faire vos pull request sur la [branche testing ](https://github.com/YunoHost-Apps/homarr_ynh/tree/testing ).
2022-12-28 22:35:57 +01:00
Pour essayer la branche testing, procédez comme suit.
``` bash
2022-12-28 22:36:02 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/homarr_ynh/tree/testing --debug
2022-12-28 22:35:57 +01:00
ou
2022-12-28 22:36:02 +01:00
sudo yunohost app upgrade homarr -u https://github.com/YunoHost-Apps/homarr_ynh/tree/testing --debug
2022-12-28 22:35:57 +01:00
```
2023-02-15 09:26:05 +01:00
**Plus d’ infos sur le packaging d’ applications :** < https: / / yunohost . org / packaging_apps >