mirror of
https://github.com/YunoHost-Apps/grocy_ynh.git
synced 2024-09-03 19:25:54 +02:00
Testing (#65)
* 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:
parent
ae3aa9e199
commit
37f0faa263
3 changed files with 14 additions and 12 deletions
|
@ -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.
|
||||
|
||||
**Shipped version:** 4.0.2~ynh1
|
||||
**Shipped version:** 4.0.3~ynh1
|
||||
|
||||
**Demo:** https://en.demo.grocy.info/stockoverview
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
|||
|
||||
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
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ name = "Grocy"
|
|||
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"
|
||||
|
||||
version = "4.0.2~ynh1"
|
||||
version = "4.0.3~ynh1"
|
||||
|
||||
maintainers = ["eric_G"]
|
||||
|
||||
|
@ -24,25 +24,27 @@ sso = false
|
|||
disk = "50M"
|
||||
ram.build = "50M"
|
||||
ram.runtime = "50M"
|
||||
|
||||
[install]
|
||||
|
||||
[install.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]
|
||||
type = "group"
|
||||
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.sources.main]
|
||||
url = "https://github.com/grocy/grocy/releases/download/v4.0.2/grocy_4.0.2.zip"
|
||||
sha256 = "6615df64a99f83c952cc4006223ecb3087ef6871b5158e63fbf3a93824f19b77"
|
||||
url = "https://github.com/grocy/grocy/releases/download/v4.0.3/grocy_4.0.3.zip"
|
||||
sha256 = "2814ec8badf84a8960034d5e46d84cb96c7b0c817bae1bc948fc621f2b8a491f"
|
||||
in_subdir = false
|
||||
autoupdate.strategy = "latest_github_release"
|
||||
autoupdate.asset = "grocy_.*.zip"
|
||||
|
|
Loading…
Reference in a new issue