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

61 lines
1.3 KiB
TOML
Raw Normal View History

2023-05-22 08:21:08 +02:00
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"
2023-10-02 12:41:18 +02:00
version = "18.0.1~ynh1"
2023-05-22 08:21:08 +02: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"
[integration]
2023-08-31 14:49:40 +02:00
yunohost = ">= 11.2"
2023-05-22 08:30:20 +02:00
architectures = "all"
2023-05-22 08:21:08 +02:00
multi_instance = true
2023-05-22 08:35:38 +02:00
ldap = true
2023-05-22 08:30:20 +02:00
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
2023-05-22 08:21:08 +02:00
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/dolibarr"
2023-08-31 14:52:19 +02:00
[install.init_main_permission]
type = "group"
default = "visitors"
2023-05-22 08:21:08 +02:00
[install.admin]
type = "user"
[resources]
2023-05-22 08:30:20 +02:00
2023-05-22 08:21:08 +02:00
[resources.system_user]
[resources.install_dir]
2023-10-02 14:42:33 +02:00
#[resources.data_dir]
2023-05-22 08:21:08 +02:00
[resources.permissions]
main.url = "/"
2023-05-22 08:30:20 +02:00
[resources.apt]
2023-10-02 12:38:21 +02:00
packages = "mariadb-server, php8.2-imagick, php8.2-gd, php8.2-mbstring, php8.2-soap, php8.2-curl, php8.2-intl, php8.2-opcache, php8.2-calendar, php8.2-zip, php8.2-xml, php8.2-fileinfo, php8.2-imap"
2023-05-22 08:21:08 +02:00
[resources.database]
type = "mysql"