mirror of
https://github.com/YunoHost-Apps/tiki_ynh.git
synced 2024-09-04 01:15:54 +02:00
85 lines
2.3 KiB
TOML
85 lines
2.3 KiB
TOML
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 = "26.0~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]
|
|
yunohost = ">= 11.2"
|
|
architectures = "all"
|
|
multi_instance = true
|
|
ldap = false
|
|
sso = false
|
|
disk = "50M"
|
|
ram.build = "300M"
|
|
ram.runtime = "50M"
|
|
[install]
|
|
[install.domain]
|
|
type = "domain"
|
|
|
|
[install.path]
|
|
type = "path"
|
|
default = "/tiki"
|
|
|
|
[install.release_cycle]
|
|
ask.en = "Upgrade cycle"
|
|
ask.fr = "Cycle de mises à jours"
|
|
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"
|
|
type = "select"
|
|
choices.longterm = "Install latest Long Term Support version (recommended)"
|
|
choices.regular = "Install latest version"
|
|
default = "longterm"
|
|
|
|
[install.init_main_permission]
|
|
type = "group"
|
|
default = "visitors"
|
|
|
|
[resources]
|
|
|
|
[resources.sources]
|
|
|
|
[resources.sources.main]
|
|
url = "https://sourceforge.net/projects/tikiwiki/files/Tiki_26.x_Alnilam/26.0/tiki-26.0.tar.gz/download"
|
|
sha256 = "493f204407eefd102c2ed59e4e4e716ea1671e0d43d99dd8e4265a8e09f28335"
|
|
format = "tar.gz"
|
|
|
|
[resources.sources.lts]
|
|
url = "https://sourceforge.net/projects/tikiwiki/files/Tiki_24.x_Wolf_359/24.4/tiki-24.4.tar.gz/download"
|
|
sha256 = "1cb546e282ec74ce7bf6bbda96048b6b2b7087bb8416fd154eeb4b99d8e4f8c5"
|
|
format = "tar.gz"
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.data_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
|
|
[resources.apt]
|
|
packages = "tesseract-ocr imagemagick mariadb-server"
|
|
|
|
packages_from_raw_bash = """
|
|
if [[ "$release_cycle" == "regular" ]]; then
|
|
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"
|
|
else
|
|
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"
|
|
fi
|
|
"""
|
|
|
|
[resources.database]
|
|
type = "mysql"
|