mirror of
https://github.com/YunoHost-Apps/writefreely_ynh.git
synced 2024-09-03 20:36:02 +02:00
commit
182e24a525
3 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
"en": "For starting a minimalist, federated blog — or an entire community.",
|
||||
"fr": "Permet de créer un blog fédéré minimaliste ou une communauté entière."
|
||||
},
|
||||
"version": "0.8.1~ynh4",
|
||||
"version": "0.8.1~ynh5",
|
||||
"url": "https://writefreely.org",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"maintainer": [
|
||||
|
|
|
@ -93,7 +93,7 @@ ynh_systemd_action --action=stop --service_name=$app
|
|||
# MODIFY A CONFIG FILE
|
||||
#=================================================
|
||||
|
||||
ynh_replace_string "host =.*" "host =https://$new_domain$new_path" "$final_path/config.ini"
|
||||
ynh_replace_string "host =.*" "host = https://$new_domain" "$final_path/config.ini"
|
||||
|
||||
#=================================================
|
||||
# START SERVICE
|
||||
|
|
|
@ -139,7 +139,7 @@ ynh_replace_string "__DBNAME__" "$db_name" "$final_path/config.ini"
|
|||
ynh_replace_string "__DBUSER__" "$db_name" "$final_path/config.ini"
|
||||
ynh_replace_string "__DBPWD__" "$db_pwd" "$final_path/config.ini"
|
||||
ynh_replace_string "__PORT__" "$port" "$final_path/config.ini"
|
||||
ynh_replace_string "__DOMAIN_URL__" "https://$domain$path_url" "$final_path/config.ini"
|
||||
ynh_replace_string "__DOMAIN_URL__" "https://$domain" "$final_path/config.ini"
|
||||
ynh_replace_string "__SINGLEUSER__" "$single_user" "$final_path/config.ini"
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue