mirror of
https://github.com/YunoHost-Apps/jitsi_ynh.git
synced 2024-09-03 19:35:57 +02:00
Remove debugging
This commit is contained in:
parent
cd2aca057d
commit
aaa7a2870d
1 changed files with 0 additions and 6 deletions
|
@ -77,24 +77,18 @@ echo | prosodyctl cert generate "$domain"
|
|||
ln -sf "/var/lib/prosody/$domain.key" "/etc/prosody/certs/$domain.key"
|
||||
ln -sf "/var/lib/prosody/$domain.crt" "/etc/prosody/certs/$domain.crt"
|
||||
ln -sf "/var/lib/prosody/$domain.crt" "/usr/local/share/ca-certificates/$domain.crt"
|
||||
ynh_script_progression --message="Configuring prosody 2..." --weight=1
|
||||
|
||||
echo | prosodyctl cert generate "auth.$domain"
|
||||
ln -sf "/var/lib/prosody/auth.$domain.key" "/etc/prosody/certs/auth.$domain.key"
|
||||
ln -sf "/var/lib/prosody/auth.$domain.crt" "/etc/prosody/certs/auth.$domain.crt"
|
||||
ln -sf "/var/lib/prosody/auth.$domain.crt" "/usr/local/share/ca-certificates/auth.$domain.crt"
|
||||
|
||||
ynh_script_progression --message="Updating ca-certificates..." --weight=1
|
||||
update-ca-certificates -f
|
||||
|
||||
ynh_script_progression --message="Restarting prosody..." --weight=1
|
||||
ynh_systemd_action --service_name="prosody" --action="restart"
|
||||
|
||||
ynh_script_progression --message="prosodyctl register..." --weight=1
|
||||
prosodyctl register "$focus_user" "auth.$domain" "$focus_password"
|
||||
ynh_script_progression --message="prosodyctl register..." --weight=1
|
||||
prosodyctl register "$videobridge_user" "auth.$domain" "$videobridge_secret"
|
||||
ynh_script_progression --message="prosodyctl mod_roster_command..." --weight=1
|
||||
prosodyctl mod_roster_command subscribe "$focus_user.$domain" "$focus_user@auth.$domain"
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue