1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mediawiki_ynh.git synced 2024-09-03 19:46:05 +02:00
mediawiki_ynh/manifest.toml

108 lines
3.5 KiB
TOML
Raw Normal View History

2023-04-10 16:26:24 +02:00
packaging_format = 2
id = "mediawiki"
name = "MediaWiki"
description.en = "Wiki package originally for use on Wikipedia"
description.fr = "Wiki développé à lorigine pour Wikipédia"
version = "1.39.1~ynh1"
maintainers = ["Salamandar"]
[upstream]
license = "GPL-2.0-or-later"
website = "https://www.mediawiki.org"
demo = "https://www.wikipedia.org/, https://www.mediawiki.org/wiki/Project:Sandbox"
admindoc = "https://www.mediawiki.org/wiki/Documentation"
userdoc = "https://www.mediawiki.org/wiki/Project:Help"
code = "https://github.com/wikimedia/mediawiki"
[integration]
2023-04-10 16:33:31 +02:00
yunohost = ">= 11.1.17"
architectures = "all"
2023-04-10 16:26:24 +02:00
multi_instance = true
2023-04-10 16:33:31 +02:00
ldap = true
2023-04-10 16:39:35 +02:00
sso = false
2023-04-10 16:33:31 +02:00
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
2023-04-10 16:26:24 +02:00
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/wiki"
[install.init_main_permission]
help.en = "Visibility of the wiki pages"
help.fr = "La visibilité des pages du wiki"
type = "group"
default = "visitors"
[install.language]
ask.en = "Choose the application language"
ask.fr = "Choisissez la langue de l'application"
type = "string"
choices = ["fr", "en"]
default = "fr"
[install.admin]
type = "user"
[install.password]
help.en = "The password for the wiki administrator. It needs to be solid or the installation process will fail."
help.fr = "Le mot de passe de l'administrateur du wiki. Il doit être solide, sinon l'installation échouera."
type = "password"
[install.wiki_name]
ask.en = "Choose the application name"
ask.fr = "Choisissez le nom de l'application"
type = "string"
default = "YunoWiki"
[resources]
[resources.sources]
[resources.sources.ldap_groups]
2023-05-26 20:17:05 +02:00
url = "https://extdist.wmflabs.org/dist/extensions/LDAPGroups-REL1_39-baba47d.tar.gz"
sha256 = "2f266fb60a87aacdb251293538794165b783665045b109689a4db7752c23ceff"
2023-04-10 16:26:24 +02:00
[resources.sources.ldap_authorization]
2023-05-26 20:17:05 +02:00
url = "https://extdist.wmflabs.org/dist/extensions/LDAPAuthorization-REL1_39-a8f336e.tar.gz"
sha256 = "9dede03066bfdddb5cb203af3fef97543a0956ff1a4508ac21bbd78cdf8599fe"
2023-04-10 16:26:24 +02:00
[resources.sources.pluggable_auth]
2023-05-26 20:17:05 +02:00
url = "https://extdist.wmflabs.org/dist/extensions/PluggableAuth-REL1_39-1210fc3.tar.gz"
sha256 = "d383750fe0abfe2d73fc99ba4af3ea647d87a6c577a2813093e460a04718efab"
2023-04-10 16:26:24 +02:00
[resources.sources.ldap_authentication2]
2023-05-26 20:17:05 +02:00
url = "https://extdist.wmflabs.org/dist/extensions/LDAPAuthentication2-REL1_39-35908c0.tar.gz"
sha256 = "c58761249e3ea47fb8c9cf4b63ba66ceab5907e4dbd90633f95da37c7df32278"
2023-04-10 16:26:24 +02:00
[resources.sources.main]
url = "https://releases.wikimedia.org/mediawiki/1.39/mediawiki-1.39.1.tar.gz"
sha256 = "ddec3f90e1e7b1ac66819178ca81037d3f8084dc577d4ab7732a4b8f980d85f9"
2023-05-26 20:41:55 +02:00
in_subdir = false
2023-04-10 16:26:24 +02:00
[resources.sources.ldap_userinfo]
2023-05-26 20:17:05 +02:00
url = "https://extdist.wmflabs.org/dist/extensions/LDAPUserInfo-REL1_39-85fbec0.tar.gz"
sha256 = "3609f76e6d462d6e9d2f2123edf7560577b2050040c33e8416bc7105906db9f4"
2023-04-10 16:26:24 +02:00
[resources.sources.ldap_provider]
2023-05-26 20:17:05 +02:00
url = "https://extdist.wmflabs.org/dist/extensions/LDAPProvider-REL1_39-1b79e16.tar.gz"
sha256 = "60dbf4b975111773c0ca47bb047db01baee58131429a5ac2f8aa00b986873acc"
2023-04-10 16:26:24 +02:00
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
2023-04-10 16:33:31 +02:00
[resources.apt]
2023-04-10 18:34:35 +02:00
packages = "php8.0-fpm php8.0-mysql php8.0-mbstring php8.0-xml php8.0-intl mariadb-server diffutils imagemagick acl"
2023-04-10 16:33:31 +02:00
2023-04-10 16:26:24 +02:00
[resources.database]
type = "mysql"