mirror of
https://github.com/YunoHost-Apps/grocy_ynh.git
synced 2024-09-03 19:25:54 +02:00
67 lines
1.6 KiB
TOML
67 lines
1.6 KiB
TOML
packaging_format = 2
|
|
|
|
id = "grocy"
|
|
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.2.0~ynh1"
|
|
|
|
maintainers = []
|
|
|
|
[upstream]
|
|
license = "MIT"
|
|
website = "https://grocy.info/"
|
|
demo = "https://en.demo.grocy.info/stockoverview"
|
|
code = "https://github.com/grocy/grocy"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.2"
|
|
architectures = "all"
|
|
multi_instance = true
|
|
|
|
ldap = true
|
|
|
|
sso = false
|
|
|
|
disk = "50M"
|
|
ram.build = "50M"
|
|
ram.runtime = "50M"
|
|
|
|
[install]
|
|
|
|
[install.domain]
|
|
type = "domain"
|
|
|
|
[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.2.0/grocy_4.2.0.zip"
|
|
sha256 = "ddc8b5841f90d41f1ce93cf8bf9af58d7ee7e651b570559a323062eec9a79dd9"
|
|
in_subdir = false
|
|
autoupdate.strategy = "latest_github_release"
|
|
autoupdate.asset = "grocy_.*.zip"
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
api.url = "/api"
|
|
api.allowed = "visitors"
|
|
api.show_tile = false
|
|
api.protected = true
|
|
|
|
[resources.apt]
|
|
packages = "php8.2-ldap, php8.2-mbstring, php8.2-fileinfo, php8.2-sqlite3, php8.2-gd, php8.2-intl"
|