2023-03-13 16:03:52 +01:00
|
|
|
packaging_format = 2
|
|
|
|
|
|
|
|
id = "firefly-iii-di"
|
|
|
|
name = "Firefly III Importer"
|
2023-03-20 10:44:11 +01:00
|
|
|
description.en = "Firefly III Data Importer"
|
2023-03-20 10:48:36 +01:00
|
|
|
description.fr = "Importateur de données Firefly III"
|
2023-03-13 16:03:52 +01:00
|
|
|
|
2023-03-20 00:25:49 +01:00
|
|
|
version = "1.2.2~ynh1"
|
2023-03-13 16:03:52 +01:00
|
|
|
|
|
|
|
maintainers = []
|
|
|
|
|
|
|
|
[upstream]
|
|
|
|
license = "AGPL-3.0"
|
|
|
|
website = "https://docs.firefly-iii.org/data-importer/"
|
|
|
|
admindoc = "https://docs.firefly-iii.org/data-importer/how-to-use/"
|
|
|
|
code = "https://github.com/firefly-iii/data-importer"
|
|
|
|
|
|
|
|
[integration]
|
|
|
|
yunohost = ">= 11.1.15"
|
|
|
|
architectures = "all"
|
|
|
|
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 = "/fiidi"
|
|
|
|
|
|
|
|
[install.init_main_permission]
|
|
|
|
type = "group"
|
2023-03-13 18:30:58 +01:00
|
|
|
default = "admins"
|
2023-03-13 16:03:52 +01:00
|
|
|
|
|
|
|
[install.admin]
|
|
|
|
type = "user"
|
|
|
|
|
|
|
|
[resources]
|
|
|
|
[resources.sources.main]
|
2023-03-20 00:25:49 +01:00
|
|
|
url = "https://github.com/firefly-iii/data-importer/archive/refs/tags/v1.2.2.tar.gz"
|
|
|
|
sha256 = "2e69f8b68ab8fd0f078e585feb2128b99bf2dd3088c057d2dbd1c75a20860732"
|
2023-05-21 11:27:58 +02:00
|
|
|
autoupdate.strategy = "latest_github_tag"
|
2023-03-13 16:03:52 +01:00
|
|
|
|
|
|
|
[resources.system_user]
|
|
|
|
|
|
|
|
[resources.install_dir]
|
|
|
|
|
|
|
|
[resources.permissions]
|
|
|
|
main.url = "/"
|
|
|
|
|
|
|
|
[resources.apt]
|
2023-03-13 18:30:58 +01:00
|
|
|
packages = "php8.2-xml php8.2-bcmath"
|