Closed Menghini closed 1 month ago
Update: I believe I have found the solution.
I added this line to my docker-compose.yml
file to my environment variables
LOADBALANCER_IPS: "192.168.0.0/16"
I then ran docker compose up -d
and then
docker-compose exec -u zulip zulip \
/home/zulip/deployments/current/manage.py generate_realm_creation_link
to get a link to make a server. It now works 100%, to my knowledge. Just passing this info onto someone that may need it!
It seems like this is a common enough failure mode that we should up the documentation of LOADBALANCER_IPS
.
@timabbott I think this trailing comma in that change is not valid, see here:
Hello,
I am attempting to use Zulip with Caddy and Cloudflare.
This is my Caddyfile
I have followed the steps from issue #313 and added
DISABLE_HTTPS: "True"
but still get this issue.Running
sudo docker-compose exec zulip bash
and finding the error log withcat /var/log/zulip/errors.log
I get this output:I have given up and now am asking for advice on this. To be clear: my Caddyfile is giving an SSL certificate and I believe so is Cloudflare. Any advice?