Skip to content

Cannot connect via cloudflare tunnel #1248

Description

@johnsturgeon

First I tried connecting through my existing tunnel, but that did not work, so I've created a new tunnel just for dawarich (and added the tunnel to the compose file).

Here are the relevant changes (let's say my domain is dawarich.somedomain.tld)

dawarich_app:
  environment:
      RAILS_APPLICATION_CONFIG_HOSTS: ""
      APPLICATION_HOSTS: "dawarich.somedomain.tld,''"
dawarich_sidekiq:
  environment:
      RAILS_APPLICATION_CONFIG_HOSTS: ""
      APPLICATION_HOSTS: "dawarich.somedomain.tld,''"
tunnel:
  image: cloudflare/cloudflared:latest
  command: tunnel --no-autoupdate run
  networks:
    - dawarich
  env_file: tunnel.env
  restart: always
  container_name: tunnel
  depends_on:
    - dawarich_app

I'm getting the error:

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions