1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/tiki_ynh.git synced 2024-09-04 01:15:54 +02:00
tiki_ynh/manifest.toml

78 lines
2 KiB
TOML
Raw Normal View History

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 = "25.2~ynh2"
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-07-05 10:26:08 +02:00
yunohost = ">= 11.1.21"
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]
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"
type = "select"
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]
[resources.sources]
[resources.sources.main]
url = "https://sourceforge.net/projects/tikiwiki/files/Tiki_25.x_Sagittarius_A/25.2/tiki-25.2.tar.gz/download"
sha256 = "312d71763e3dd1aa70ed1631a8cff000b4161e65b3caf5f524db4e600958c8ed"
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"
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-03-02 09:01:54 +01:00
packages = "tesseract-ocr imagemagick mariadb-server 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:06:53 +01:00
2023-03-01 15:02:16 +01:00
[resources.database]
type = "mysql"