mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
Upgrade to v0.24.1 (#63)
* Upgrade to v0.24.1 * Auto-update READMEs * Update manifest.toml * Auto-update READMEs * Update manifest.toml * Update install * Update upgrade * Update upgrade * Update _common.sh --------- Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>
This commit is contained in:
parent
c41ed54892
commit
4c04607855
4 changed files with 12 additions and 18 deletions
|
@ -7,7 +7,7 @@ name = "Movim"
|
||||||
description.en = "Decentralized social platform based on XMPP"
|
description.en = "Decentralized social platform based on XMPP"
|
||||||
description.fr = "Plateforme sociale décentralisée basée sur XMPP"
|
description.fr = "Plateforme sociale décentralisée basée sur XMPP"
|
||||||
|
|
||||||
version = "0.19~ynh6"
|
version = "0.24.1~ynh1"
|
||||||
|
|
||||||
maintainers = []
|
maintainers = []
|
||||||
|
|
||||||
|
@ -25,6 +25,7 @@ architectures = "all"
|
||||||
multi_instance = false
|
multi_instance = false
|
||||||
|
|
||||||
ldap = false
|
ldap = false
|
||||||
|
|
||||||
sso = true
|
sso = true
|
||||||
|
|
||||||
disk = "50M"
|
disk = "50M"
|
||||||
|
@ -51,9 +52,8 @@ ram.runtime = "50M"
|
||||||
|
|
||||||
[resources]
|
[resources]
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
url = "https://github.com/movim/movim/archive/v0.19.tar.gz"
|
url = "https://github.com/movim/movim/archive/refs/tags/v0.24.1.tar.gz"
|
||||||
sha256 = "df98b5b0df6fd6bfa5fda88f387ac017bc7bcead42c462745296604f3e0ee501"
|
sha256 = "4a596a2aae517be58f185dfd56a182235a9373d524b7e3272d044d4c9805b940"
|
||||||
|
|
||||||
autoupdate.strategy = "latest_github_tag"
|
autoupdate.strategy = "latest_github_tag"
|
||||||
|
|
||||||
[resources.ports]
|
[resources.ports]
|
||||||
|
@ -67,12 +67,12 @@ ram.runtime = "50M"
|
||||||
|
|
||||||
[resources.apt]
|
[resources.apt]
|
||||||
packages = [
|
packages = [
|
||||||
"php7.4-curl",
|
"php8.2-curl",
|
||||||
"php7.4-mbstring",
|
"php8.2-mbstring",
|
||||||
"php7.4-imagick",
|
"php8.2-imagick",
|
||||||
"php7.4-gd",
|
"php8.2-gd",
|
||||||
"php7.4-pgsql",
|
"php8.2-pgsql",
|
||||||
"php7.4-xml",
|
"php8.2-xml",
|
||||||
"postgresql",
|
"postgresql",
|
||||||
"postgresql-contrib",
|
"postgresql-contrib",
|
||||||
"apt-transport-https",
|
"apt-transport-https",
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
# COMMON VARIABLES
|
# COMMON VARIABLES
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
YNH_COMPOSER_VERSION="2.2.5"
|
YNH_COMPOSER_VERSION="2.6.5"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# PERSONAL HELPERS
|
# PERSONAL HELPERS
|
||||||
|
|
|
@ -34,9 +34,6 @@ ynh_script_progression --message="Setting up source files..."
|
||||||
# Download, check integrity, uncompress and patch the source from app.src
|
# 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"
|
||||||
|
|
||||||
# Temporary workaround to fix movim.ERROR: Error: Call to undefined function GuzzleHttp\Psr7\uri_for()
|
|
||||||
ynh_replace_string --match_string="0.3.5" --replace_string="0.4.1" --target_file="$install_dir/composer.json"
|
|
||||||
|
|
||||||
chmod -R o-rwx "$install_dir"
|
chmod -R o-rwx "$install_dir"
|
||||||
chown -R "$app:www-data" "$install_dir"
|
chown -R "$app:www-data" "$install_dir"
|
||||||
|
|
||||||
|
|
|
@ -45,9 +45,6 @@ ynh_script_progression --message="Upgrading source files..."
|
||||||
# Download, check integrity, uncompress and patch the source from app.src
|
# Download, check integrity, uncompress and patch the source from app.src
|
||||||
ynh_setup_source --dest_dir="$install_dir" --full_replace=1 --keep="config/db.inc.php"
|
ynh_setup_source --dest_dir="$install_dir" --full_replace=1 --keep="config/db.inc.php"
|
||||||
|
|
||||||
# Temporary workaround to fix movim.ERROR: Error: Call to undefined function GuzzleHttp\Psr7\uri_for()
|
|
||||||
ynh_replace_string --match_string="0.3.5" --replace_string="0.4.1" --target_file="$install_dir/composer.json"
|
|
||||||
|
|
||||||
chmod -R o-rwx "$install_dir"
|
chmod -R o-rwx "$install_dir"
|
||||||
chown -R "$app:www-data" "$install_dir"
|
chown -R "$app:www-data" "$install_dir"
|
||||||
|
|
||||||
|
@ -64,7 +61,7 @@ chown "$app:$app" "$install_dir/config/db.inc.php"
|
||||||
#=================================================
|
#=================================================
|
||||||
# BUILD MOVIM
|
# BUILD MOVIM
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Building Movim..."
|
ynh_script_progression --message="Building $app..."
|
||||||
|
|
||||||
ynh_exec_warn_less ynh_install_composer
|
ynh_exec_warn_less ynh_install_composer
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue