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:
commit
e3233bb329
6 changed files with 8 additions and 8 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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]
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
# COMMON VARIABLES
|
# COMMON VARIABLES
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
NODEJS_VERSION=16
|
NODEJS_VERSION=18
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# PERSONAL HELPERS
|
# PERSONAL HELPERS
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue