2020-12-26 19:51:35 +01:00
|
|
|
|
# Grocy pour YunoHost
|
|
|
|
|
|
|
|
|
|
[![Niveau d'intégration](https://dash.yunohost.org/integration/grocy.svg)](https://dash.yunohost.org/appci/app/grocy) ![](https://ci-apps.yunohost.org/ci/badges/grocy.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/grocy.maintain.svg)
|
2021-07-16 20:00:39 +02:00
|
|
|
|
[![Installer Grocy avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=grocy)
|
2020-12-26 19:51:35 +01:00
|
|
|
|
|
2021-07-16 20:00:39 +02:00
|
|
|
|
*[Read this readme in english.](./README.md)*
|
|
|
|
|
*[Lire ce readme en français.](./README_fr.md)*
|
2020-12-26 19:51:35 +01:00
|
|
|
|
|
2021-07-16 20:00:39 +02:00
|
|
|
|
> *Ce package vous permet d'installer Grocy 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.*
|
2020-12-26 19:51:35 +01:00
|
|
|
|
|
|
|
|
|
## Vue d'ensemble
|
|
|
|
|
|
2021-12-09 11:50:09 +01:00
|
|
|
|
grocy is a web-based self-hosted groceries & household management solution for your home.
|
2020-12-26 19:51:35 +01:00
|
|
|
|
|
2022-05-03 22:54:55 +02:00
|
|
|
|
**Version incluse :** 3.3.0~ynh1
|
2021-07-16 20:00:39 +02:00
|
|
|
|
|
|
|
|
|
**Démo :** https://en.demo.grocy.info/stockoverview
|
2020-12-26 19:51:35 +01:00
|
|
|
|
|
2021-07-16 20:00:39 +02:00
|
|
|
|
## Captures d'écran
|
2020-12-26 19:51:35 +01:00
|
|
|
|
|
2021-07-16 20:00:39 +02:00
|
|
|
|
![](./doc/screenshots/stock-en.png)
|
2020-12-26 19:51:35 +01:00
|
|
|
|
|
2021-07-16 20:00:39 +02:00
|
|
|
|
## Avertissements / informations importantes
|
2020-12-26 19:51:35 +01:00
|
|
|
|
|
|
|
|
|
## Configuration
|
|
|
|
|
|
2021-01-22 10:30:09 +01:00
|
|
|
|
Connexion par défaut
|
2021-07-16 20:00:39 +02:00
|
|
|
|
```
|
2022-02-08 14:07:34 +01:00
|
|
|
|
utilisateur : admin
|
|
|
|
|
mot de passe : admin
|
2021-07-16 20:00:39 +02:00
|
|
|
|
```
|
2020-12-26 19:51:35 +01:00
|
|
|
|
|
|
|
|
|
## Limitations
|
|
|
|
|
|
2021-01-22 10:30:09 +01:00
|
|
|
|
:warning: Pour l'instant, Grocy doit être installé dans un domaine racine ou un sous-domaine.
|
2020-12-26 19:51:35 +01:00
|
|
|
|
|
2021-07-16 20:00:39 +02:00
|
|
|
|
## Documentations et ressources
|
2020-12-26 19:51:35 +01:00
|
|
|
|
|
2021-07-16 20:00:39 +02:00
|
|
|
|
* Site officiel de l'app : https://grocy.info/
|
|
|
|
|
* Dépôt de code officiel de l'app : https://github.com/grocy/grocy
|
|
|
|
|
* Documentation YunoHost pour cette app : https://yunohost.org/app_grocy
|
|
|
|
|
* Signaler un bug : https://github.com/YunoHost-Apps/grocy_ynh/issues
|
2020-12-26 19:51:35 +01:00
|
|
|
|
|
|
|
|
|
## Informations pour les développeurs
|
|
|
|
|
|
|
|
|
|
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/grocy_ynh/tree/testing).
|
|
|
|
|
|
|
|
|
|
Pour essayer la branche testing, procédez comme suit.
|
|
|
|
|
```
|
|
|
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/grocy_ynh/tree/testing --debug
|
2020-12-27 12:51:18 +01:00
|
|
|
|
ou
|
2020-12-26 19:51:35 +01:00
|
|
|
|
sudo yunohost app upgrade grocy -u https://github.com/YunoHost-Apps/grocy_ynh/tree/testing --debug
|
|
|
|
|
```
|
2021-07-16 20:00:39 +02:00
|
|
|
|
|
|
|
|
|
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps
|