[–] [S] 1 point 2 years ago (1 child)

It say's "Bad gateway" and I get this in my console.

cloudflare_lemmy  | 2024-05-15T12:20:02Z ERR Request failed error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp 0.0.0.0:1234: connect: connection refused" connIndex=1 dest=https://lemmy.burningturtle.win/ event=0 ip=198.41.192.47 type=http
  • source
  • parent
  • context
  • submitted 2 years ago* (last edited 2 years ago) by to c/lemmy_support@lemmy.ml
     

    I currently have my instance running on my local network. I now have to expose it to the internet and want to use cloudflared for this. Unfortunately it doesn't seem to work.

    I am using the default nginx config. Here is my docker-compose.yml https://pastebin.com/6awxsZn8

    EDIT: adding network_mode: 'host' to cloudflared fixed it.

     

    I am currently trying to create my own Lemmy instance and am following the join-lemmy.org docker guide. But unfortunately docker compose up doesn't work with the default config and throw's a yaml: line 32: found character that cannot start any token error. Is there something I can do to fix this?

    The section in question is

    {% for item in lemmy_env_vars %}
    {% for key, value in item.items() %}
          - {{ key }}={{ value }}
    {% endfor %}
    {% endfor %}
    {% endif %}
    
    view more: next ›