2023-03-01 15:02:16 +01:00
|
|
|
packaging_format = 2
|
|
|
|
|
|
|
|
id = "tiki"
|
|
|
|
name = "Tiki"
|
|
|
|
description.en = "Wiki-based, content management system"
|
|
|
|
description.fr = "Système de gestion de contenu basé sur Wiki"
|
|
|
|
|
|
|
|
version = "24.2~ynh1"
|
|
|
|
|
|
|
|
maintainers = ["eric_G"]
|
|
|
|
|
|
|
|
[upstream]
|
|
|
|
license = "LGPL-2.1-only"
|
|
|
|
website = "https://tiki.org/"
|
|
|
|
demo = "https://tiki.org/Try-Tiki"
|
|
|
|
admindoc = "https://doc.tiki.org"
|
|
|
|
code = "https://gitlab.com/tikiwiki/tiki/"
|
|
|
|
|
|
|
|
[integration]
|
2023-03-01 15:06:53 +01:00
|
|
|
yunohost = ">= 11.1.12"
|
|
|
|
architectures = "all"
|
2023-03-01 15:02:16 +01:00
|
|
|
multi_instance = true
|
2023-03-01 15:06:53 +01:00
|
|
|
ldap = "?"
|
|
|
|
sso = "?"
|
|
|
|
disk = "50M"
|
|
|
|
ram.build = "50M"
|
|
|
|
ram.runtime = "50M"
|
2023-03-01 15:02:16 +01:00
|
|
|
[install]
|
|
|
|
[install.domain]
|
|
|
|
type = "domain"
|
|
|
|
|
|
|
|
[install.path]
|
|
|
|
type = "path"
|
|
|
|
default = "/tiki"
|
|
|
|
|
|
|
|
[install.init_main_permission]
|
|
|
|
type = "group"
|
|
|
|
default = "visitors"
|
|
|
|
|
|
|
|
[resources]
|
|
|
|
[resources.system_user]
|
|
|
|
|
|
|
|
[resources.install_dir]
|
|
|
|
|
|
|
|
[resources.data_dir]
|
|
|
|
|
|
|
|
[resources.permissions]
|
|
|
|
main.url = "/"
|
|
|
|
|
2023-03-01 15:06:53 +01:00
|
|
|
[resources.apt]
|
|
|
|
packages = "php7.4-bz2 php7.4-curl php7.4-gd php7.4-zip php7.4-mysql php7.4-xml php7.4-mbstring"
|
|
|
|
|
2023-03-01 15:02:16 +01:00
|
|
|
[resources.database]
|
|
|
|
type = "mysql"
|