2023-05-22 23:31:46 +02:00
|
|
|
packaging_format = 2
|
|
|
|
|
|
|
|
id = "kresus"
|
|
|
|
name = "Kresus"
|
|
|
|
description.en = "Personal finance manager"
|
|
|
|
description.fr = "Outil personnel de gestion de finances"
|
|
|
|
|
2023-11-09 11:58:39 +01:00
|
|
|
version = "0.20.0~ynh1"
|
2023-05-22 23:31:46 +02:00
|
|
|
|
|
|
|
maintainers = ["Nicolas <nicofrand> Frandeboeuf"]
|
|
|
|
|
|
|
|
[upstream]
|
|
|
|
license = "AGPL-3.0-only"
|
2023-11-13 09:06:59 +01:00
|
|
|
website = "https://kresus.org"
|
2023-05-22 23:31:46 +02:00
|
|
|
demo = "https://kresus.org/en/demo.html"
|
|
|
|
admindoc = "https://kresus.org/en/doc.html"
|
|
|
|
code = "https://framagit.org/kresusapp/kresus"
|
|
|
|
|
|
|
|
[integration]
|
|
|
|
yunohost = ">= 11.2"
|
|
|
|
architectures = ["amd64", "arm64"]
|
|
|
|
multi_instance = true
|
|
|
|
ldap = false
|
|
|
|
sso = false
|
|
|
|
disk = "50M"
|
|
|
|
ram.build = "50M"
|
|
|
|
ram.runtime = "50M"
|
|
|
|
|
|
|
|
[install]
|
|
|
|
[install.domain]
|
|
|
|
type = "domain"
|
|
|
|
|
|
|
|
[install.path]
|
|
|
|
type = "path"
|
|
|
|
default = "/kresus"
|
|
|
|
|
|
|
|
[install.init_main_permission]
|
|
|
|
type = "group"
|
|
|
|
default = "all_users"
|
|
|
|
|
|
|
|
[resources]
|
|
|
|
[resources.sources.main]
|
2023-11-09 11:58:39 +01:00
|
|
|
url = "https://framagit.org/kresusapp/kresus/-/archive/0.20.0/kresus-0.20.0.tar.bz2"
|
|
|
|
sha256 = "589ac5fa9bfaa4e7f3b1b98e94d499d4965d29bb73d48452725667e48d2bd0f3"
|
2023-05-22 23:31:46 +02:00
|
|
|
|
|
|
|
[resources.ports]
|
|
|
|
|
|
|
|
[resources.system_user]
|
|
|
|
allow_email = true
|
|
|
|
|
|
|
|
[resources.install_dir]
|
|
|
|
|
|
|
|
[resources.data_dir]
|
|
|
|
|
|
|
|
[resources.permissions]
|
|
|
|
main.url = "/"
|
|
|
|
|
|
|
|
[resources.apt]
|
|
|
|
packages = "locales, git, python3, python3-dev, python3-pip, python3-selenium, python3-josepy, libffi-dev, libxml2-dev, libxslt-dev, libyaml-dev, libtiff-dev, libjpeg-dev, libopenjp2-7-dev, zlib1g-dev, libfreetype6-dev, libwebp-dev, build-essential, gcc, g++, wget, unzip, mupdf-tools, libnss3-tools, python3-nss, virtualenv, postgresql"
|
|
|
|
extras.yarn.repo = "deb https://dl.yarnpkg.com/debian/ stable main"
|
|
|
|
extras.yarn.key = "https://dl.yarnpkg.com/debian/pubkey.gpg"
|
|
|
|
extras.yarn.packages = "yarn"
|
|
|
|
|
|
|
|
[resources.database]
|
|
|
|
type = "postgresql"
|