mirror of
https://github.com/YunoHost-Apps/nextcloud_ynh.git
synced 2024-09-03 19:55:57 +02:00
change server name in notify
This commit is contained in:
parent
7ad7085bd0
commit
b7e16f8139
1 changed files with 5 additions and 0 deletions
|
@ -205,6 +205,11 @@ exec_occ config:system:get logout_url >/dev/null 2>&1 \
|
|||
//-YunoHost-
|
||||
" >> "${final_path}/config/config.php"
|
||||
|
||||
#=================================================
|
||||
# CHANGE HOSTNAME FOR ACTIVITY NOTIFICATIONS
|
||||
#=================================================
|
||||
ynh_replace_string "'overwrite.cli.url' => 'http://localhost'," "'overwrite.cli.url' => 'https://${domain}'," "${final_path}/config/config.php"
|
||||
|
||||
#=================================================
|
||||
# REMOVE THE TEMPORARY ADMIN AND SET THE TRUE ONE
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue