mirror of
https://github.com/YunoHost-Apps/mediawiki_ynh.git
synced 2024-09-03 19:46:05 +02:00
112 lines
3.6 KiB
TOML
112 lines
3.6 KiB
TOML
packaging_format = 2
|
||
|
||
id = "mediawiki"
|
||
name = "MediaWiki"
|
||
description.en = "Wiki package originally for use on Wikipedia"
|
||
description.fr = "Wiki développé à l’origine 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]
|
||
yunohost = ">= 11.1.17"
|
||
architectures = "all"
|
||
multi_instance = true
|
||
ldap = true
|
||
sso = true
|
||
disk = "50M"
|
||
ram.build = "50M"
|
||
ram.runtime = "50M"
|
||
|
||
[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]
|
||
url = "https://extdist.wmflabs.org/dist/extensions/LDAPGroups-REL1_39-ceb5903.tar.gz"
|
||
sha256 = "293b2ed93a13002a4c3584849b5beb2e90aad24e5338761cdd586c539647de65"
|
||
in_subdir = false
|
||
|
||
[resources.sources.ldap_authorization]
|
||
url = "https://extdist.wmflabs.org/dist/extensions/LDAPAuthorization-REL1_39-f73c996.tar.gz"
|
||
sha256 = "cc1d87a0d1572c02db5ca68434d23ce2fe30858bbbbb16506933fac696fcc1ca"
|
||
in_subdir = false
|
||
|
||
[resources.sources.pluggable_auth]
|
||
url = "https://extdist.wmflabs.org/dist/extensions/PluggableAuth-REL1_39-e7de886.tar.gz"
|
||
sha256 = "89d825ad7b1ec13c428e2daebe2b86433f45fd3c45f0479c476b252aa1deaa84"
|
||
in_subdir = false
|
||
|
||
[resources.sources.ldap_authentication2]
|
||
url = "https://extdist.wmflabs.org/dist/extensions/LDAPAuthentication2-REL1_39-b4c4283.tar.gz"
|
||
sha256 = "812fdf30d13d5298edd18d05d5f6c4982308451742d5d497bae87ad666be50a4"
|
||
in_subdir = false
|
||
|
||
[resources.sources.main]
|
||
url = "https://releases.wikimedia.org/mediawiki/1.39/mediawiki-1.39.1.tar.gz"
|
||
sha256 = "ddec3f90e1e7b1ac66819178ca81037d3f8084dc577d4ab7732a4b8f980d85f9"
|
||
|
||
[resources.sources.ldap_userinfo]
|
||
url = "https://extdist.wmflabs.org/dist/extensions/LDAPUserInfo-REL1_39-a470354.tar.gz"
|
||
sha256 = "f4e9a2bd4e58525d04eb80e103374b4a0d7de9f1d969e9046623a0766029aa33"
|
||
in_subdir = false
|
||
|
||
[resources.sources.ldap_provider]
|
||
url = "https://extdist.wmflabs.org/dist/extensions/LDAPProvider-REL1_39-362be1f.tar.gz"
|
||
sha256 = "8c45661dc64b8053773bea69ce8eee322e26923557d06fc0b98d90d3e1a78f34"
|
||
in_subdir = false
|
||
|
||
[resources.system_user]
|
||
|
||
[resources.install_dir]
|
||
|
||
[resources.permissions]
|
||
main.url = "/"
|
||
|
||
[resources.apt]
|
||
packages = "mariadb-server diffutils imagemagick acl"
|
||
|
||
[resources.database]
|
||
type = "mysql"
|