Replies: 5 comments 8 replies
|
I got it working with cloudflare tunnels (both regular and wildcard subdomains) on my home server. Often times there are resources for Coolify that are transferable - examples here:
Some pointers:
|
|
Have you succeeded in setting it up ? |
|
Hi @nktnet1 ! |
|
I've also ended with setup similar to @woodchen-ink services:
app:
image: crccheck/hello-world
networks:
- int
tunnel:
image: cloudflare/cloudflared:latest
restart: unless-stopped
environment:
- TUNNEL_TOKEN=${CLOUDFLARE_TUNNEL_TOKEN}
command:
- tunnel
- --no-autoupdate
- run
depends_on:
- app
networks:
- int
networks:
int:
driver: overlay
attachable: trueCloudflare points to http://app:8000 |

Uh oh!
There was an error while loading. Please reload this page.
Are there any guides on utilizing cloudflare tunnels to a server inside my network? I would prefer to utilize that method with my cloudflare certificate.
All reactions