1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ghost_ynh.git synced 2024-09-03 19:16:02 +02:00

Merge pull request #244 from YunoHost-Apps/testing

Upgrade NodeJS to v18
This commit is contained in:
tituspijean 2023-09-03 22:42:27 +02:00 committed by GitHub
commit e3233bb329
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 8 additions and 8 deletions

View file

@ -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. 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 ## Screenshots

View file

@ -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. 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 ## Captures décran

View file

@ -5,7 +5,7 @@ name = "Ghost"
description.en = "Publishing, memberships, subscriptions and newsletters platform" description.en = "Publishing, memberships, subscriptions and newsletters platform"
description.fr = "Plateforme d'édition, d'adhésions, d'abonnements et de newsletters" 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"] maintainers = ["Julien Malik"]
[upstream] [upstream]

View file

@ -4,7 +4,7 @@
# COMMON VARIABLES # COMMON VARIABLES
#================================================= #=================================================
NODEJS_VERSION=16 NODEJS_VERSION=18
#================================================= #=================================================
# PERSONAL HELPERS # PERSONAL HELPERS

View file

@ -37,8 +37,8 @@ pushd $install_dir
--no-prompt --no-setup-systemd --no-start \ --no-prompt --no-setup-systemd --no-start \
--dir ghost --no-setup-linux-user \ --dir ghost --no-setup-linux-user \
--no-setup-nginx --no-setup-ssl --url http://$domain$path --port $port \ --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 \ --db mysql --dbhost 127.0.0.1 --dbuser $db_user --dbpass $db_pwd --dbname $db_name \
--mail SMTP --mailhost localhost --mailport 465 --mail SMTP --mailhost 127.0.0.1 --mailport 465
# Cleanup cache # Cleanup cache
ynh_secure_remove --file=".cache/yarn" ynh_secure_remove --file=".cache/yarn"

View file

@ -91,8 +91,8 @@ then
--no-prompt --no-setup-systemd --no-start \ --no-prompt --no-setup-systemd --no-start \
--dir ghost --no-setup-linux-user \ --dir ghost --no-setup-linux-user \
--no-setup-nginx --no-setup-ssl --url http://$domain$path --port $port \ --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 \ --db mysql --dbhost 127.0.0.1 --dbuser $db_user --dbpass $db_pwd --dbname $db_name \
--mail SMTP --mailhost localhost --mailport 465 --mail SMTP --mailhost 127.0.0.1 --mailport 465
popd popd
# Copy content folder back to the install_dir # Copy content folder back to the install_dir