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"
|
|
|
|
|
2023-11-16 21:00:51 +01:00
|
|
|
version = "26.2~ynh1"
|
2023-03-01 15:02:16 +01:00
|
|
|
|
|
|
|
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-09-07 18:38:22 +02:00
|
|
|
yunohost = ">= 11.2"
|
2023-03-01 15:06:53 +01:00
|
|
|
architectures = "all"
|
2023-03-01 15:02:16 +01:00
|
|
|
multi_instance = true
|
2023-03-01 15:18:42 +01:00
|
|
|
ldap = false
|
|
|
|
sso = false
|
2023-03-01 15:06:53 +01:00
|
|
|
disk = "50M"
|
2023-03-02 08:45:34 +01:00
|
|
|
ram.build = "300M"
|
2023-03-01 15:06:53 +01:00
|
|
|
ram.runtime = "50M"
|
2023-03-01 15:02:16 +01:00
|
|
|
[install]
|
|
|
|
[install.domain]
|
|
|
|
type = "domain"
|
|
|
|
|
|
|
|
[install.path]
|
|
|
|
type = "path"
|
|
|
|
default = "/tiki"
|
|
|
|
|
2023-03-21 21:47:16 +01:00
|
|
|
[install.release_cycle]
|
2023-05-12 20:38:15 +02:00
|
|
|
ask.en = "Upgrade cycle"
|
|
|
|
ask.fr = "Cycle de mises à jours"
|
2023-05-21 09:20:35 +02:00
|
|
|
help.en = "Every 3 version is an LTS. LTS versions are supported for 5 years"
|
|
|
|
help.fr = "Toutes les 3 versions sont des LTS qui sont maintenues pendant 5 ans"
|
2023-03-21 21:59:01 +01:00
|
|
|
type = "select"
|
2023-05-12 20:38:15 +02:00
|
|
|
choices.longterm = "Install latest Long Term Support version (recommended)"
|
|
|
|
choices.regular = "Install latest version"
|
2023-03-21 21:47:16 +01:00
|
|
|
default = "longterm"
|
|
|
|
|
2023-03-01 15:02:16 +01:00
|
|
|
[install.init_main_permission]
|
|
|
|
type = "group"
|
|
|
|
default = "visitors"
|
|
|
|
|
|
|
|
[resources]
|
2023-05-12 20:38:15 +02:00
|
|
|
|
|
|
|
[resources.sources]
|
|
|
|
|
|
|
|
[resources.sources.main]
|
2023-11-16 21:00:51 +01:00
|
|
|
url = "https://sourceforge.net/projects/tikiwiki/files/Tiki_26.x_Alnilam/26.2/tiki-26.2.tar.gz/download"
|
|
|
|
sha256 = "d85d513313e2377ecc2fe03f471b053727cb7f9a40143192f95191891557dabf"
|
2023-05-12 21:52:03 +02:00
|
|
|
format = "tar.gz"
|
2023-05-12 20:38:15 +02:00
|
|
|
|
|
|
|
[resources.sources.lts]
|
2023-11-16 21:00:51 +01:00
|
|
|
url = "https://sourceforge.net/projects/tikiwiki/files/Tiki_24.x_Wolf_359/24.6/tiki-24.6.tar.gz/download"
|
|
|
|
sha256 = "1dc1a3f0236c79287b14bfe45eb789e8b0e5c89d2a9089bab496c61a2c73a9f0"
|
2023-05-12 21:52:03 +02:00
|
|
|
format = "tar.gz"
|
2023-05-12 20:38:15 +02:00
|
|
|
|
2023-03-01 15:02:16 +01:00
|
|
|
[resources.system_user]
|
|
|
|
|
|
|
|
[resources.install_dir]
|
|
|
|
|
|
|
|
[resources.data_dir]
|
|
|
|
|
|
|
|
[resources.permissions]
|
|
|
|
main.url = "/"
|
|
|
|
|
2023-03-01 15:06:53 +01:00
|
|
|
[resources.apt]
|
2023-10-14 15:31:07 +02:00
|
|
|
packages = "tesseract-ocr, imagemagick, mariadb-server"
|
2023-09-06 14:33:36 +02:00
|
|
|
|
|
|
|
packages_from_raw_bash = """
|
|
|
|
if [[ "$release_cycle" == "regular" ]]; then
|
2023-10-14 15:31:07 +02:00
|
|
|
echo "php8.1-bz2, php8.1-curl, php8.1-gd, php8.1-zip, php8.1-mysql, php8.1-xml, php8.1-mbstring, php8.1-intl"
|
2023-09-06 14:33:36 +02:00
|
|
|
else
|
2023-10-14 15:31:07 +02:00
|
|
|
echo "php7.4-bz2, php7.4-curl, php7.4-gd, php7.4-zip, php7.4-mysql, php7.4-xml, php7.4-mbstring, php7.4-intl"
|
2023-09-06 14:33:36 +02:00
|
|
|
fi
|
|
|
|
"""
|
2023-03-01 15:06:53 +01:00
|
|
|
|
2023-03-01 15:02:16 +01:00
|
|
|
[resources.database]
|
|
|
|
type = "mysql"
|