mirror of
https://github.com/YunoHost-Apps/jitsi_ynh.git
synced 2024-09-03 19:35:57 +02:00
Include domain add
This commit is contained in:
parent
76513fcae2
commit
926b669bd6
3 changed files with 20 additions and 20 deletions
|
@ -132,14 +132,14 @@ ynh_system_user_create --username=$app --home_dir=$final_path
|
|||
ynh_script_progression --message="Configuring metronome..." --time --weight=1
|
||||
|
||||
# Create additional domains
|
||||
#yunohost domain add auth.$domain
|
||||
#yunohost domain add conference.$domain
|
||||
#yunohost domain add jitsi-videobridge.$domain
|
||||
#yunohost domain add focus.$domain
|
||||
#yunohost domain cert-install auth.$domain
|
||||
#yunohost domain cert-install conference.$domain
|
||||
#yunohost domain cert-install jitsi-videobridge.$domain
|
||||
#yunohost domain cert-install focus.$domain
|
||||
yunohost domain add auth.$domain
|
||||
yunohost domain add conference.$domain
|
||||
yunohost domain add jitsi-videobridge.$domain
|
||||
yunohost domain add focus.$domain
|
||||
yunohost domain cert-install auth.$domain
|
||||
yunohost domain cert-install conference.$domain
|
||||
yunohost domain cert-install jitsi-videobridge.$domain
|
||||
yunohost domain cert-install focus.$domain
|
||||
|
||||
# Create focus user
|
||||
yunohost user create $focus_user -f $focus_user -l $focus_user -m ${focus_user}@auth.$domain -p $focus_password -q 0
|
||||
|
|
|
@ -132,10 +132,10 @@ ynh_systemd_action --service_name=metronome --action=restart
|
|||
yunohost user delete $focus_user --purge
|
||||
|
||||
# Removing additional domains
|
||||
#yunohost domain remove auth.$domain
|
||||
#yunohost domain remove conference.$domain
|
||||
#yunohost domain remove jitsi-videobridge.$domain
|
||||
#yunohost domain remove focus.$domain
|
||||
yunohost domain remove auth.$domain
|
||||
yunohost domain remove conference.$domain
|
||||
yunohost domain remove jitsi-videobridge.$domain
|
||||
yunohost domain remove focus.$domain
|
||||
|
||||
#=================================================
|
||||
# REMOVE THE CRON FILE
|
||||
|
|
|
@ -106,14 +106,14 @@ ynh_exec_warn_less yunohost firewall allow --no-upnp TCP $port_component
|
|||
ynh_script_progression --message="Configuring metronome..." --time --weight=1
|
||||
|
||||
# Create additional domains
|
||||
#yunohost domain add auth.$domain
|
||||
#yunohost domain add conference.$domain
|
||||
#yunohost domain add jitsi-videobridge.$domain
|
||||
#yunohost domain add focus.$domain
|
||||
#yunohost domain cert-install auth.$domain
|
||||
#yunohost domain cert-install conference.$domain
|
||||
#yunohost domain cert-install jitsi-videobridge.$domain
|
||||
#yunohost domain cert-install focus.$domain
|
||||
yunohost domain add auth.$domain
|
||||
yunohost domain add conference.$domain
|
||||
yunohost domain add jitsi-videobridge.$domain
|
||||
yunohost domain add focus.$domain
|
||||
yunohost domain cert-install auth.$domain
|
||||
yunohost domain cert-install conference.$domain
|
||||
yunohost domain cert-install jitsi-videobridge.$domain
|
||||
yunohost domain cert-install focus.$domain
|
||||
|
||||
# Create focus user
|
||||
yunohost user create $focus_user -f $focus_user -l $focus_user -m ${focus_user}@auth.$domain -p $focus_password -q 0
|
||||
|
|
Loading…
Add table
Reference in a new issue