mirror of
https://github.com/YunoHost-Apps/grocy_ynh.git
synced 2024-09-03 19:25:54 +02:00
Fix
This commit is contained in:
parent
2c6d898b89
commit
6fb54e8527
3 changed files with 10 additions and 6 deletions
|
@ -1,9 +1,11 @@
|
|||
## Configuration
|
||||
|
||||
Default login
|
||||
* user: **admin**
|
||||
* password: **admin**
|
||||
|
||||
```
|
||||
user: **admin**
|
||||
password: **admin**
|
||||
```
|
||||
|
||||
## Limitations
|
||||
|
||||
:warning: For now, Grocy must be installed in a root domain or subdirectory.
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
## Configuration
|
||||
|
||||
Connexion par défaut
|
||||
* utilisateur : **admin**
|
||||
* mot de passe : **admin**
|
||||
```
|
||||
utilisateur : **admin**
|
||||
mot de passe : **admin**
|
||||
```
|
||||
|
||||
## Limitations
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Web-based groceries & household management solution for your home",
|
||||
"fr": "Solution Web de gestion d'épicerie et de gestion de la maison"
|
||||
},
|
||||
"version": "3.1.0~ynh0",
|
||||
"version": "3.1.0~ynh1",
|
||||
"url": "https://grocy.info",
|
||||
"upstream": {
|
||||
"license": "MIT",
|
||||
|
|
Loading…
Add table
Reference in a new issue