Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update commands-jitsi.conf #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

6bIBAET
Copy link

@6bIBAET 6bIBAET commented May 18, 2020

This change will help you connect remotely to the jitsi server at the address specified in the host configuration.

This change will help you connect remotely to the jitsi server at the address specified in the host configuration.
Comment on lines -38 to -39

vars.jitsi_host = "127.0.0.1"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use vars.jitsi_host = "$host.address$" instead of hardcoding the value above. This allows the user to override the value if the address ist not the same as the hosts address (e.g private subnet or sth else)

@@ -6,7 +6,7 @@ object CheckCommand "jitsi" {
arguments = {
"-H" = {
required = false
value = "$jitsi_host$"
value = "$host.address$"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

keep existing line value = = "$jitsi_host$" and adapt default value below

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants