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

Add documented method for setting values in /etc/zulip/zulip.conf #355

Open
CkovMk opened this issue May 25, 2022 · 3 comments
Open

Add documented method for setting values in /etc/zulip/zulip.conf #355

CkovMk opened this issue May 25, 2022 · 3 comments

Comments

@CkovMk
Copy link

CkovMk commented May 25, 2022

I run zulip in a docker environment.

As the title described, I encountered this issue when following this guide, which needs to config zulip to allow HTTP.

Is there any workaround for this? Or what's the recommended approach to make the docker container serve via HTTP only?

Many thanks!

@ben221199
Copy link
Contributor

I encountered the same issue when trying to set loadbalancer IPs (#353) and made a pull request (#356) for it. However, maybe it would be nice if it is possible to change zulip.conf using environment parameters or in some other way.

@i-ky
Copy link
Contributor

i-ky commented Sep 30, 2022

You may want to use Docker Configs to store config file separately from the container.

@timabbott
Copy link
Member

We now have documentation on how to setup a proxy. I agree it'd be nice to have a way to set values in zulip.conf beyond MANUAL_CONFIGURATION, though; it should be possible to write something using crudini to make sure edits.

@timabbott timabbott changed the title Content in "/home/zulip/zulip.conf" gets overwritten everytime container starts. Add documented method for setting values in /etc/zulip/zulip.conf Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants