diff --git a/README.md b/README.md index d162fdb..ee71816 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Ghost is a powerful app for new-media creators to publish, share, and grow a bus It comes with modern tools to build a website, publish content, send newsletters & offer paid subscriptions to members. -**Shipped version:** 5.60.0~ynh1 +**Shipped version:** 5.60.0~ynh2 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 018b424..a55ec51 100644 --- a/README_fr.md +++ b/README_fr.md @@ -21,7 +21,7 @@ Ghost is a powerful app for new-media creators to publish, share, and grow a bus It comes with modern tools to build a website, publish content, send newsletters & offer paid subscriptions to members. -**Version incluse :** 5.60.0~ynh1 +**Version incluse :** 5.60.0~ynh2 ## Captures d’écran diff --git a/manifest.toml b/manifest.toml index 2565650..d3d2509 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Ghost" description.en = "Publishing, memberships, subscriptions and newsletters platform" description.fr = "Plateforme d'édition, d'adhésions, d'abonnements et de newsletters" -version = "5.60.0~ynh1" +version = "5.60.0~ynh2" maintainers = ["Julien Malik"] [upstream] diff --git a/scripts/_common.sh b/scripts/_common.sh index 3693f10..702e69f 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -NODEJS_VERSION=16 +NODEJS_VERSION=18 #================================================= # PERSONAL HELPERS diff --git a/scripts/install b/scripts/install index 210c2e7..bb610f4 100644 --- a/scripts/install +++ b/scripts/install @@ -37,8 +37,8 @@ pushd $install_dir --no-prompt --no-setup-systemd --no-start \ --dir ghost --no-setup-linux-user \ --no-setup-nginx --no-setup-ssl --url http://$domain$path --port $port \ - --db mysql --dbhost localhost --dbuser $db_user --dbpass $db_pwd --dbname $db_name \ - --mail SMTP --mailhost localhost --mailport 465 + --db mysql --dbhost 127.0.0.1 --dbuser $db_user --dbpass $db_pwd --dbname $db_name \ + --mail SMTP --mailhost 127.0.0.1 --mailport 465 # Cleanup cache ynh_secure_remove --file=".cache/yarn" diff --git a/scripts/upgrade b/scripts/upgrade index 16ea596..3fdd90f 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -91,8 +91,8 @@ then --no-prompt --no-setup-systemd --no-start \ --dir ghost --no-setup-linux-user \ --no-setup-nginx --no-setup-ssl --url http://$domain$path --port $port \ - --db mysql --dbhost localhost --dbuser $db_user --dbpass $db_pwd --dbname $db_name \ - --mail SMTP --mailhost localhost --mailport 465 + --db mysql --dbhost 127.0.0.1 --dbuser $db_user --dbpass $db_pwd --dbname $db_name \ + --mail SMTP --mailhost 127.0.0.1 --mailport 465 popd # Copy content folder back to the install_dir