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"
2024-04-30 20:32:37 +02:00
version = "6.1.15~ynh1"
2023-03-13 09:45:53 +01:00
maintainers = [ ]
[ upstream ]
2024-04-30 20:32:48 +02:00
license = "AGPL-3.0-or-later"
2023-03-13 09:45:53 +01:00
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-08-26 08:19:07 +02:00
yunohost = ">= 11.2"
2023-03-13 09:52:59 +01:00
architectures = "all"
2023-03-13 09:45:53 +01:00
multi_instance = true
2024-01-02 23:08:51 +01:00
2023-03-13 09:52:59 +01:00
ldap = false
2024-01-02 23:08:51 +01:00
2023-03-13 09:52:59 +01:00
sso = false
2024-01-02 23:08:51 +01:00
2023-03-13 09:52:59 +01:00
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 ]
2024-04-30 20:32:48 +02:00
help . en = "If enabled, firefly-iii will be accessible by people who don't have an account. This can be changed later via the webadmin."
2023-03-13 09:45:53 +01:00
help . fr = "Si cette case est cochée, firefly-iii sera accessible aux personnes n’ ayant 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"
2024-01-02 23:10:45 +01:00
type = "select"
2023-03-13 09:45:53 +01:00
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 ]
2024-04-30 20:32:37 +02:00
url = "https://github.com/firefly-iii/firefly-iii/releases/download/v6.1.15/FireflyIII-v6.1.15.zip"
sha256 = "5af13d7508254f5cf96d0f09db1e3dcffe9252c2f8e9b9678298e4b6fb155d04"
2024-03-20 12:41:05 +01:00
in_subdir = false
2024-02-15 17:58:51 +01:00
autoupdate . strategy = "latest_github_release"
2024-04-25 17:15:03 +02:00
autoupdate . asset = ".*.zip"
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 ]
2024-04-23 17:58:47 +02:00
packages = "mariadb-server, php8.3-zip, php8.3-mysql, php8.3-xml, php8.3-intl, php8.3-mbstring, php8.3-gd, php8.3-curl, php8.3-bcmath, php8.3-opcache, php8.3-ldap"
2023-03-13 09:52:03 +01:00
2023-03-13 09:45:53 +01:00
[ resources . database ]
type = "mysql"