1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mediawiki_ynh.git synced 2024-09-03 19:46:05 +02:00
This commit is contained in:
Éric Gaspar 2023-05-26 20:05:28 +02:00
parent f690f012c0
commit 56a3bfd7cb
2 changed files with 6 additions and 13 deletions

View file

@ -67,22 +67,18 @@ ram.runtime = "50M"
[resources.sources.ldap_groups]
url = "https://extdist.wmflabs.org/dist/extensions/LDAPGroups-REL1_39-17bfc3f.tar.gz"
sha256 = "c19aa36fd7fc29871c2db2c0616cddd9bd50c421c75d2ac171ed1fdea2a95b21"
in_subdir = false
[resources.sources.ldap_authorization]
url = "https://extdist.wmflabs.org/dist/extensions/LDAPAuthorization-REL1_39-8a98b7d.tar.gz"
sha256 = "4254bea8d17a8a91c951181a8bb619c58f09620b0d0e68a01ba63e7e213d6075"
in_subdir = false
[resources.sources.pluggable_auth]
url = "https://extdist.wmflabs.org/dist/extensions/PluggableAuth-REL1_39-68bec9b.tar.gz"
sha256 = "8a7dfacab1b18fd3e35a6b48acfd9322efaf622597311f29f0d268cd3e0e2c21"
in_subdir = false
[resources.sources.ldap_authentication2]
url = "https://extdist.wmflabs.org/dist/extensions/LDAPAuthentication2-REL1_39-984847c.tar.gz"
sha256 = "779adf22f715fa5ecd0cb784c7c0cf0fecbffeadd6b81d9e12e8d32c481fcb4d"
in_subdir = false
[resources.sources.main]
url = "https://releases.wikimedia.org/mediawiki/1.39/mediawiki-1.39.1.tar.gz"
@ -91,12 +87,10 @@ ram.runtime = "50M"
[resources.sources.ldap_userinfo]
url = "https://extdist.wmflabs.org/dist/extensions/LDAPUserInfo-REL1_39-47dc6d3.tar.gz"
sha256 = "78293e821b6d22109e4900726b6b22f4aadd57701b8437af805ee074ad2a261f"
in_subdir = false
[resources.sources.ldap_provider]
url = "https://extdist.wmflabs.org/dist/extensions/LDAPProvider-REL1_39-c440a49.tar.gz"
sha256 = "6e48b1c1cc2f5edfbe1652d65e97912e1f775513d92fc55064c44c6dac0117f9"
in_subdir = false
[resources.system_user]

View file

@ -52,14 +52,13 @@ then
# Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$install_dir"
ynh_setup_source --dest_dir="$install_dir/extensions/" --source_id="ldap_authentication2"
ynh_setup_source --dest_dir="$install_dir/extensions/" --source_id="ldap_provider"
ynh_setup_source --dest_dir="$install_dir/extensions/" --source_id="pluggable_auth"
ynh_setup_source --dest_dir="$install_dir/extensions/LDAPAuthentication2" --source_id="ldap_authentication2"
ynh_setup_source --dest_dir="$install_dir/extensions/LDAPProvider" --source_id="ldap_provider"
ynh_setup_source --dest_dir="$install_dir/extensions/PluggableAuth" --source_id="pluggable_auth"
# Note(decentral1se): Disabled and unused for now ...
# ynh_setup_source --dest_dir="$install_dir/extensions/" --source_id="ldap_groups"
# ynh_setup_source --dest_dir="$install_dir/extensions/" --source_id="ldap_userinfo"
# ynh_setup_source --dest_dir="$install_dir/extensions/" --source_id="ldap_authorization"
# ynh_setup_source --dest_dir="$install_dir/extensions/LDAPGroups" --source_id="ldap_groups"
# ynh_setup_source --dest_dir="$install_dir/extensions/LDAPUserInfo" --source_id="ldap_userinfo"
# ynh_setup_source --dest_dir="$install_dir/extensions/LDAPAuthorization" --source_id="ldap_authorization"
fi