1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/grocy_ynh.git synced 2024-09-03 19:25:54 +02:00
* Update manifest.toml

* Update manifest.toml

* Auto-update README

* Update manifest.toml

* Auto-update README

* Update manifest.toml

* Update config-dist.php

* Update manifest.toml

* Auto-update README

* Update manifest.toml

* Update manifest.toml

* Auto-update README

* Update manifest.toml

* Auto-update README

* Update manifest.toml

---------

Co-authored-by: Tagada <36127788+Tagadda@users.noreply.github.com>
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
This commit is contained in:
eric_G 2023-09-02 13:55:05 +02:00 committed by GitHub
parent ae3aa9e199
commit 37f0faa263
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 12 deletions

View file

@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
grocy is a web-based self-hosted groceries & household management solution for your home. grocy is a web-based self-hosted groceries & household management solution for your home.
**Shipped version:** 4.0.2~ynh1 **Shipped version:** 4.0.3~ynh1
**Demo:** https://en.demo.grocy.info/stockoverview **Demo:** https://en.demo.grocy.info/stockoverview

View file

@ -18,7 +18,7 @@ Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
grocy is a web-based self-hosted groceries & household management solution for your home. grocy is a web-based self-hosted groceries & household management solution for your home.
**Version incluse :** 4.0.2~ynh1 **Version incluse :** 4.0.3~ynh1
**Démo :** https://en.demo.grocy.info/stockoverview **Démo :** https://en.demo.grocy.info/stockoverview

View file

@ -5,7 +5,7 @@ name = "Grocy"
description.en = "Web-based groceries & household management solution for your home" description.en = "Web-based groceries & household management solution for your home"
description.fr = "Solution Web de gestion d'épicerie et de gestion de la maison" description.fr = "Solution Web de gestion d'épicerie et de gestion de la maison"
version = "4.0.2~ynh1" version = "4.0.3~ynh1"
maintainers = ["eric_G"] maintainers = ["eric_G"]
@ -24,25 +24,27 @@ sso = false
disk = "50M" disk = "50M"
ram.build = "50M" ram.build = "50M"
ram.runtime = "50M" ram.runtime = "50M"
[install] [install]
[install.domain] [install.domain]
type = "domain" type = "domain"
[install.language]
ask.en = "Choose the application language"
ask.fr = "Choisissez la langue de l'application"
type = "string"
choices = ["de", "en", "es", "fr", "it", "pt"]
default = "fr"
[install.init_main_permission] [install.init_main_permission]
type = "group" type = "group"
default = "visitors" default = "visitors"
[install.language]
ask.en = "Choose the application language"
ask.fr = "Choisissez la langue de l'application"
type = "select"
choices = ["de", "en", "es", "fr", "it", "pt"]
default = "fr"
[resources] [resources]
[resources.sources.main] [resources.sources.main]
url = "https://github.com/grocy/grocy/releases/download/v4.0.2/grocy_4.0.2.zip" url = "https://github.com/grocy/grocy/releases/download/v4.0.3/grocy_4.0.3.zip"
sha256 = "6615df64a99f83c952cc4006223ecb3087ef6871b5158e63fbf3a93824f19b77" sha256 = "2814ec8badf84a8960034d5e46d84cb96c7b0c817bae1bc948fc621f2b8a491f"
in_subdir = false in_subdir = false
autoupdate.strategy = "latest_github_release" autoupdate.strategy = "latest_github_release"
autoupdate.asset = "grocy_.*.zip" autoupdate.asset = "grocy_.*.zip"