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

JVB HTTP servers should be configurable #1013

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

DTrierweiler
Copy link
Contributor

Those 4 new envs would enable the http server interface to be configured.
This would be especially helpful in a kubernetes environment, where I use hostNetwork: true but I don't want the private http server to be exposed to the public.

Default values would stay the same.

Cheers.

Those 4 new envs would enable the http server interface to be configured.
This would be especially helpful in a kubernetes environment, where I use `hostNetwork: true` but I don't want the private http server to be exposed to the public.

Default values would stay the same.

Cheers.
@@ -45,11 +45,12 @@ videobridge {
}
http-servers {
private {
host = 0.0.0.0
host = "{{ .Env.JVB_HTTP_SERVER_PRIVATE_ADDRESS | default "0.0.0.0" }}"
Copy link
Member

Choose a reason for hiding this comment

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

I don't think this needs quotation marks.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I copied the style from the other config options:
https://github.com/jitsi/docker-jitsi-meet/blob/master/jvb/rootfs/defaults/jvb.conf#L59

But I'll remove the quotation marks.

@DTrierweiler DTrierweiler requested a review from saghul June 3, 2021 08:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants