mirror of
https://github.com/YunoHost-Apps/grocy_ynh.git
synced 2024-09-03 19:25:54 +02:00
Merge branch 'testing' into 3.0.1
This commit is contained in:
commit
102698f41f
3 changed files with 4 additions and 18 deletions
|
@ -46,7 +46,7 @@ Grocy is a web-based self-hosted groceries & household management solution for y
|
||||||
|
|
||||||
## Limitations
|
## Limitations
|
||||||
|
|
||||||
* Any known limitations.
|
:warning: For now, Grocy must be installed in a root domain or subdirectory.
|
||||||
|
|
||||||
## Additional information
|
## Additional information
|
||||||
|
|
||||||
|
|
|
@ -23,10 +23,6 @@ Grocy is a web-based self-hosted groceries & household management solution for y
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
Default login
|
|
||||||
user: **admin**
|
|
||||||
password: **admin**
|
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
* Documentation officielle : Lien vers la documentation officielle de cette application.
|
* Documentation officielle : Lien vers la documentation officielle de cette application.
|
||||||
|
@ -46,7 +42,7 @@ Grocy is a web-based self-hosted groceries & household management solution for y
|
||||||
|
|
||||||
## Limitations
|
## Limitations
|
||||||
|
|
||||||
* Limitations connues.
|
:warning: Pour l'instant, Grocy doit être installé dans un domaine racine ou un sous-domaine.
|
||||||
|
|
||||||
## Informations additionnelles
|
## Informations additionnelles
|
||||||
|
|
||||||
|
@ -68,6 +64,6 @@ Merci de faire vos pull request sur la [branche testing](https://github.com/Yuno
|
||||||
Pour essayer la branche testing, procédez comme suit.
|
Pour essayer la branche testing, procédez comme suit.
|
||||||
```
|
```
|
||||||
sudo yunohost app install https://github.com/YunoHost-Apps/grocy_ynh/tree/testing --debug
|
sudo yunohost app install https://github.com/YunoHost-Apps/grocy_ynh/tree/testing --debug
|
||||||
or
|
ou
|
||||||
sudo yunohost app upgrade grocy -u https://github.com/YunoHost-Apps/grocy_ynh/tree/testing --debug
|
sudo yunohost app upgrade grocy -u https://github.com/YunoHost-Apps/grocy_ynh/tree/testing --debug
|
||||||
```
|
```
|
||||||
|
|
|
@ -29,17 +29,7 @@
|
||||||
"en": "Choose a domain name for Grocy",
|
"en": "Choose a domain name for Grocy",
|
||||||
"fr": "Choisissez un nom de domaine pour Grocy"
|
"fr": "Choisissez un nom de domaine pour Grocy"
|
||||||
},
|
},
|
||||||
"example": "example.com"
|
"example": "grocy.example.com"
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "path",
|
|
||||||
"type": "path",
|
|
||||||
"ask": {
|
|
||||||
"en": "Choose a path for Grocy",
|
|
||||||
"fr": "Choisissez un chemin pour Grocy"
|
|
||||||
},
|
|
||||||
"example": "/",
|
|
||||||
"default": "/"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "language",
|
"name": "language",
|
||||||
|
|
Loading…
Add table
Reference in a new issue