Skip to content

A docker compose file with instructions for running foundry vtt via cloudflare tunnels.

Notifications You must be signed in to change notification settings

jwaresoft/foundry-cloudflared

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

foundry-cloudflared

Forked from davebenvenuti/foundry-cloudflared- a simple FoundryVTT + Cloudflare Tunnel setup.

Setup

Docker Compose

You should have docker compose installed either through docker desktop or docker engine.

Cloudflare

You should have a cloudflare account (free) and you should create a tunnel (also free at the time of writing this).

When creating the tunnel, you can use foundry:30000 for the hostname. This will work for any foundry instances set up with this docker compose file, including multiple running on the same machine.

Be sure to keep your tunnel token handy from setting up a cloudflare tunnel.

Environment Variables

create ./env.d/cloudflared and ./env.d/foundry and populate them with

env.d/cloudflared

TUNNEL_TOKEN=

where

TUNNEL_TOKEN - the token for your cloudflare tunnel

env.d/foundry

FOUNDRY_PASSWORD=           
FOUNDRY_USERNAME=
FOUNDRY_ADMIN_KEY=
CONTAINER_PRESERVE_CONFIG=true

where

.env file

Creat a file .env at the root of the project (same directory as docker-compse.yml).

VERSION=
  • VERSION - foundry version number, i.e. something like 11.307

About

A docker compose file with instructions for running foundry vtt via cloudflare tunnels.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published