mirror of
https://github.com/YunoHost-Apps/ghost_ynh.git
synced 2024-09-03 19:16:02 +02:00
Fix
This commit is contained in:
parent
6033cd21ad
commit
2300a4e323
3 changed files with 6 additions and 7 deletions
|
@ -4,7 +4,7 @@
|
||||||
[](https://install-app.yunohost.org/?app=ghost)
|
[](https://install-app.yunohost.org/?app=ghost)
|
||||||
|
|
||||||
> *This package allows you to install Ghost quickly and simply on a YunoHost server.
|
> *This package allows you to install Ghost quickly and simply on a YunoHost server.
|
||||||
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
Ghost is a fully open source, adaptable platform for building and running a modern online publication.
|
Ghost is a fully open source, adaptable platform for building and running a modern online publication.
|
||||||
|
@ -43,8 +43,8 @@ Ghost is a fully open source, adaptable platform for building and running a mode
|
||||||
|
|
||||||
#### Supported architectures
|
#### Supported architectures
|
||||||
|
|
||||||
* x86-64 - [](https://ci-apps.yunohost.org/ci/apps/ghost/)
|
* x86-64 - [](https://ci-apps.yunohost.org/ci/apps/ghost/)
|
||||||
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/ghost/)
|
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/ghost/)
|
||||||
|
|
||||||
## Links
|
## Links
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,6 @@
|
||||||
upgrade=1 from_commit=6e4b84cabe351f9c62678089f236f1b3bb21d543
|
upgrade=1 from_commit=6e4b84cabe351f9c62678089f236f1b3bb21d543
|
||||||
backup_restore=1
|
backup_restore=1
|
||||||
multi_instance=1
|
multi_instance=1
|
||||||
port_already_use=0
|
|
||||||
change_url=0
|
change_url=0
|
||||||
;;; Options
|
;;; Options
|
||||||
Email=
|
Email=
|
||||||
|
|
|
@ -182,7 +182,7 @@ then
|
||||||
ynh_permission_update --permission="main" --add="visitors"
|
ynh_permission_update --permission="main" --add="visitors"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ynh_permission_create --permission="admin" --url="/ghost" --allowed="visitors" --auth_header="false" --protected="true"
|
ynh_permission_create --permission="admin" --url="/ghost" --allowed="visitors" --auth_header="false" --protected="true"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# RELOAD NGINX
|
# RELOAD NGINX
|
||||||
|
@ -196,8 +196,8 @@ ynh_systemd_action --service_name=nginx --action=reload
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_print_info --message="Sending a readme for the admin..."
|
ynh_print_info --message="Sending a readme for the admin..."
|
||||||
|
|
||||||
ynh_replace_string --match_string="__DOMAIN__" --replace_string="$domain" --target_file="../conf/message"
|
ynh_replace_string --match_string="__DOMAIN__" --replace_string="$domain" --target_file="../conf/message"
|
||||||
ynh_replace_string --match_string="__PATH_URL__" --replace_string="$path_url" --target_file="../conf/message"
|
ynh_replace_string --match_string="__PATH_URL__" --replace_string="$path_url" --target_file="../conf/message"
|
||||||
|
|
||||||
ynh_send_readme_to_admin --app_message="../conf/message"
|
ynh_send_readme_to_admin --app_message="../conf/message"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue