1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/firefly-iii_ynh.git synced 2024-09-03 18:36:13 +02:00
firefly-iii_ynh/manifest.toml

72 lines
2 KiB
TOML
Raw Normal View History

2023-03-13 09:45:53 +01:00
packaging_format = 2
id = "firefly-iii"
name = "Firefly III"
description.en = "Self-hosted financial manager"
description.fr = "Gestionnaire de finances personnelles"
2023-03-19 13:22:53 +01:00
version = "6.0.5~ynh1"
2023-03-13 09:45:53 +01:00
maintainers = []
[upstream]
license = "GPL-3.0-or-later"
website = "https://firefly-iii.org/"
demo = "https://demo.firefly-iii.org/login"
admindoc = "https://docs.firefly-iii.org/firefly-iii/about-firefly-iii/introduction/"
code = "https://github.com/firefly-iii/firefly-iii"
[integration]
2023-05-21 11:24:07 +02:00
yunohost = ">= 11.1.20"
2023-03-13 09:52:59 +01:00
architectures = "all"
2023-03-13 09:45:53 +01:00
multi_instance = true
2023-03-13 09:52:59 +01:00
ldap = false
sso = false
disk = "50M"
2023-03-19 13:48:19 +01:00
ram.build = "200M"
2023-03-13 09:52:59 +01:00
ram.runtime = "50M"
2023-03-13 09:45:53 +01:00
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/firefly"
[install.init_main_permission]
help.en = "If enabled, firefly-iii will be accessible by people who doesnt have an account. This can be changed later via the webadmin."
help.fr = "Si cette case est cochée, firefly-iii sera accessible aux personnes nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
type = "group"
default = "visitors"
[install.language]
ask.en = "Choose the application language"
ask.fr = "Choisissez la langue de l'application"
type = "string"
choices = ["de_DE", "en_US", "es_ES", "fr_FR", "it_IT", "nl_NL", "pt_PT"]
default = "fr_FR"
[install.admin]
type = "user"
[resources]
[resources.sources.main]
2023-03-19 13:22:53 +01:00
url = "https://github.com/firefly-iii/firefly-iii/archive/refs/tags/v6.0.5.tar.gz"
sha256 = "2253f00a6f32d12d31908f3d5fde8d67b0f20f9e70cdc186cefe80121cd3868c"
2023-04-01 17:07:03 +02:00
autoupdate.strategy = "latest_github_tag"
2023-04-01 17:08:12 +02:00
autoupdate.asset = "tarball"
2023-03-13 09:45:53 +01:00
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
2023-03-13 09:52:03 +01:00
[resources.apt]
packages = "mariadb-server php8.2-zip php8.2-mysql php8.2-xml php8.2-intl php8.2-mbstring php8.2-gd php8.2-curl php8.2-bcmath php8.2-opcache php8.2-ldap"
2023-03-13 09:45:53 +01:00
[resources.database]
type = "mysql"