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.
**Shipped version:** 5.60.0~ynh1
**Shipped version:** 5.60.0~ynh2
## 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.
**Version incluse :** 5.60.0~ynh1
**Version incluse :** 5.60.0~ynh2
## Captures décran

View file

@ -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]

View file

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

View file

@ -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"

View file

@ -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