mirror of
https://github.com/YunoHost-Apps/baikal_ynh.git
synced 2024-09-03 18:16:11 +02:00
Also reconfigure well-known urls in upgrade
This commit is contained in:
parent
ea937d1e85
commit
350af1b769
1 changed files with 3 additions and 1 deletions
|
@ -49,12 +49,14 @@ sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/baikal.conf
|
|||
sudo chown root: /etc/nginx/conf.d/$domain.d/baikal.conf
|
||||
sudo chmod 600 /etc/nginx/conf.d/$domain.d/baikal.conf
|
||||
|
||||
# Configure redirect for well-known URLs
|
||||
sudo yunohost app setting baikal redirected_urls -v "{\"/.well-known/caldav\": \"$path/cal.php\",\"/.well-known/carddav\": \"$path/card.php\"}"
|
||||
|
||||
# Reload Nginx and regenerate SSOwat conf
|
||||
sudo service nginx reload
|
||||
sudo yunohost app setting baikal skipped_uris -v "/"
|
||||
sudo yunohost app ssowatconf
|
||||
|
||||
|
||||
#
|
||||
# # Backuping db
|
||||
# backup_path=/var/cache/yunohost/backups/baikal
|
||||
|
|
Loading…
Add table
Reference in a new issue