1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dolibarr_ynh.git synced 2024-09-03 18:35:53 +02:00
dolibarr_ynh/manifest.toml

129 lines
3.7 KiB
TOML
Raw Normal View History

2024-03-25 21:26:07 +01:00
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "dolibarr"
name = "Dolibarr"
description.en = "Manage the various aspects of your business or association"
description.fr = "Gérez les différents aspects de votre activité pro ou associative"
version = "19.0.2~ynh1"
2024-03-25 21:26:07 +01:00
maintainers = ["mastereur"]
[upstream]
license = "GPL-3.0-or-later"
website = "https://www.dolibarr.org/"
demo = "https://www.dolibarr.org/onlinedemo"
admindoc = "https://www.dolibarr.org/documentation-home"
userdoc = "https://www.dolibarr.org/#features"
code = "https://github.com/Dolibarr/dolibarr"
cpe = "cpe:2.3:a:dolibarr:dolibarr"
[integration]
yunohost = ">= 11.2.18"
helpers_version = "2.1"
2024-03-25 21:26:07 +01:00
architectures = "all"
multi_instance = true
ldap = true
sso = true
2024-05-21 21:32:22 +02:00
disk = "200M"
ram.build = "150M"
ram.runtime = "150M"
2024-03-25 21:26:07 +01:00
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/dolibarr"
2024-03-25 21:35:24 +01:00
[install.init_main_permission]
type = "group"
default = "visitors"
2024-03-25 21:26:07 +01:00
[install.admin]
type = "user"
[resources]
2024-03-25 21:29:54 +01:00
[resources.sources.main]
url = "https://github.com/Dolibarr/dolibarr/archive/refs/tags/19.0.2.tar.gz"
sha256 = "7da083cff05bf6522e3140b6a19c9eb87cdbab2e06df4cbf3dbebd6dd47d886d"
2024-03-25 21:29:54 +01:00
autoupdate.strategy = "latest_github_release"
2024-03-26 20:38:36 +01:00
[resources.sources.main_18_0_1]
url = "https://github.com/dolibarr/dolibarr/archive/18.0.1.tar.gz"
sha256 = "37bd3c8533b821c241dbb34b0e88349c1d5b43f7ffa6027f0b7970748d1f727a"
prefetch = false
[resources.sources.main_17_0_1]
url = "https://github.com/dolibarr/dolibarr/archive/17.0.1.tar.gz"
sha256 = "2eddd545c07eae291ad46e48ab55d3adb988d99c29a8dfaa2e2fde0a890b0ddc"
prefetch = false
[resources.sources.main_16_0_5]
url = "https://github.com/dolibarr/dolibarr/archive/16.0.5.tar.gz"
sha256 = "c8298342558e62b955a6f4c01fedb6a187b2e0c0b2c1681a97158ca979f9304f"
prefetch = false
[resources.sources.main_15_0_3]
url = "https://github.com/dolibarr/dolibarr/archive/15.0.3.tar.gz"
sha256 = "b145a38f56c44b166721d64909fb12408c6d10d08fcf74d2c00418a60201cc9d"
prefetch = false
[resources.sources.main_14_0_5]
url = "https://github.com/Dolibarr/dolibarr/archive/14.0.5.tar.gz"
sha256 = "31f4c934e484a9582d8867e4170f1f1acd8c41628b059370a6a449eb6e94ae75"
prefetch = false
[resources.sources.main_13_0_5]
url = "https://github.com/Dolibarr/dolibarr/archive/13.0.5.tar.gz"
sha256 = "08ec08dc5093d614361f273237f5aaf8d70e63d764c2fa8d7f3f68a1485156d0"
prefetch = false
[resources.sources.main_12_0_5]
url = "https://github.com/Dolibarr/dolibarr/archive/12.0.5.tar.gz"
sha256 = "b60b124ebcd294375f6200cc0683449e475b5dec687f8317b820fc8ec1413d21"
prefetch = false
[resources.sources.main_11_0_5]
url = "https://github.com/Dolibarr/dolibarr/archive/11.0.5.tar.gz"
sha256 = "6f51435a4ffe576e836bf6449d900de9a56016f09591322cb2ba47a07c97679d"
prefetch = false
[resources.sources.main_10_0_7]
url = "https://github.com/Dolibarr/dolibarr/archive/10.0.7.tar.gz"
sha256 = "6efc230f400a7b7152a0e4b9ba02a780f38b869b4aebd2bc28883268270ef871"
prefetch = false
2024-03-25 21:26:07 +01:00
[resources.system_user]
[resources.install_dir]
group = "www-data:r-x"
2024-03-25 21:26:07 +01:00
[resources.permissions]
main.url = "/"
[resources.apt]
packages = [
"php8.1-mysql",
"php8.1-imagick",
"php8.1-gd",
"php8.1-mbstring",
"php8.1-soap",
"php8.1-curl",
"php8.1-intl",
2024-03-25 22:28:52 +01:00
"php8.1-ldap",
2024-03-25 21:26:07 +01:00
"php8.1-opcache",
"php8.1-calendar",
"php8.1-zip",
"php8.1-xml",
"php8.1-fileinfo",
"php8.1-imap",
2024-03-26 21:13:47 +01:00
"mariadb-server",
2024-03-25 21:26:07 +01:00
]
[resources.database]
type = "mysql"