mirror of
https://github.com/YunoHost-Apps/aeneria_ynh.git
synced 2024-09-03 18:06:15 +02:00
c3de6b6f1f
* æneria v2 (#44) Let's go to æneria V2 --------- Co-authored-by: yunohost-bot <yunohost@yunohost.org> Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com> * Update upstream app to v2.1.0 * Auto-update README --------- Co-authored-by: yunohost-bot <yunohost@yunohost.org> Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>
54 lines
No EOL
2.4 KiB
Markdown
54 lines
No EOL
2.4 KiB
Markdown
<!--
|
||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||
It shall NOT be edited by hand.
|
||
-->
|
||
|
||
# æneria pour YunoHost
|
||
|
||
[![Niveau d’intégration](https://dash.yunohost.org/integration/aeneria.svg)](https://dash.yunohost.org/appci/app/aeneria) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/aeneria.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/aeneria.maintain.svg)
|
||
|
||
[![Installer æneria avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=aeneria)
|
||
|
||
*[Read this readme in english.](./README.md)*
|
||
|
||
> *Ce package vous permet d’installer æneria 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
|
||
|
||
L'idée de [æneria](https://aeneria.com) est d'afficher la consommation d'énergie et les données météorologiques sur un petit tableau de bord qui permet à l'utilisateur de :
|
||
|
||
* Mieux comprendre sa propre consommation d'énergie
|
||
* Analyser la consommation d'énergie et les données météorologiques
|
||
|
||
**Version incluse :** 2.1.0~ynh1
|
||
|
||
**Démo :** https://demo.aeneria.com
|
||
|
||
## Captures d’écran
|
||
|
||
![Capture d’écran de æneria](./doc/screenshots/preview-2.png)
|
||
![Capture d’écran de æneria](./doc/screenshots/preview-3.png)
|
||
![Capture d’écran de æneria](./doc/screenshots/preview-1.png)
|
||
|
||
## Documentations et ressources
|
||
|
||
* Site officiel de l’app : <https://aeneria.com>
|
||
* Documentation officielle de l’admin : <https://docs.aeneria.com>
|
||
* Dépôt de code officiel de l’app : <https://gitlab.com/aeneria/aeneria-app>
|
||
* YunoHost Store: <https://apps.yunohost.org/app/aeneria>
|
||
* Signaler un bug : <https://github.com/YunoHost-Apps/aeneria_ynh/issues>
|
||
|
||
## Informations pour les développeurs
|
||
|
||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/aeneria_ynh/tree/testing).
|
||
|
||
Pour essayer la branche testing, procédez comme suit.
|
||
|
||
``` bash
|
||
sudo yunohost app install https://github.com/YunoHost-Apps/aeneria_ynh/tree/testing --debug
|
||
ou
|
||
sudo yunohost app upgrade aeneria -u https://github.com/YunoHost-Apps/aeneria_ynh/tree/testing --debug
|
||
```
|
||
|
||
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps> |