mirror of
https://github.com/YunoHost-Apps/ghost_ynh.git
synced 2024-09-03 19:16:02 +02:00
Message link fix
This commit is contained in:
parent
f37280719d
commit
58d86a140a
3 changed files with 5 additions and 3 deletions
|
@ -4,6 +4,8 @@
|
||||||
[](https://install-app.yunohost.org/?app=ghost)<br><br>
|
[](https://install-app.yunohost.org/?app=ghost)<br><br>
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
Shipped version: **1.24.9** <br><br>
|
||||||
|
|
||||||
- [Yunohost project](https://yunohost.org)
|
- [Yunohost project](https://yunohost.org)
|
||||||
- [Ghost](https://ghost.org/)
|
- [Ghost](https://ghost.org/)
|
||||||
- [Ghost source code at Github](https://github.com/TryGhost/Ghost)
|
- [Ghost source code at Github](https://github.com/TryGhost/Ghost)
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "Just a blogging platform",
|
"en": "Just a blogging platform",
|
||||||
"fr": "Plateforme de blogging"
|
"fr": "Plateforme de blogging"
|
||||||
},
|
},
|
||||||
"version": "1.0",
|
"version": "1.24.9",
|
||||||
"url": "https://ghost.org/",
|
"url": "https://ghost.org/",
|
||||||
"license": "free",
|
"license": "free",
|
||||||
"developer": {
|
"developer": {
|
||||||
|
|
|
@ -145,7 +145,7 @@ cp ../conf/config.production.json "$final_path/config.production.json"
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
ynh_replace_string "__DOMAIN__" "$domain" "$final_path/config.production.json"
|
ynh_replace_string "__DOMAIN__" "$domain" "$final_path/config.production.json"
|
||||||
ynh_replace_string "__PATH__" "$path_url" "$final_path/config.production.json"
|
ynh_replace_string "__PATH__" "$path_url" "$final_path/config.production.json"
|
||||||
ynh_replace_string "__DBNAME__" "$db_name" "$final_path/config.production.json"
|
ynh_replace_string "__DBNAME__" "$db_name" "$final_path/config.production.json"
|
||||||
ynh_replace_string "__DBPWD__" "$db_pwd" "$final_path/config.production.json"
|
ynh_replace_string "__DBPWD__" "$db_pwd" "$final_path/config.production.json"
|
||||||
ynh_replace_string "__PORT__" "$port" "$final_path/config.production.json"
|
ynh_replace_string "__PORT__" "$port" "$final_path/config.production.json"
|
||||||
|
@ -208,7 +208,7 @@ message=" $app was successfully installed :)
|
||||||
|
|
||||||
Next step:
|
Next step:
|
||||||
|
|
||||||
Create admin account at https://$domain$path_urladmin
|
Create admin account at https://$domain{$path_url}admin
|
||||||
|
|
||||||
Happy blogging!
|
Happy blogging!
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue