Skip to content

BrutalBirdie/cloudron-foundryvtt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

foundryvtt.cloudron.app

Table of content

IMPORTANT

Important

FoundryVTT needs a license to download and use. If you do not have a license, this is nothing for you.

How to install from public image

Note

In the terminal recording I use the d20.cloudron.dev location, please replace with your desired location and domain.

asciicast

How to build it yourself?

Warning

If you want to follow with copy-paste, for it to be working you need the jq package.

Get the release zip

Go to https://foundryvtt.com/ login with your credentials and download the configured version in the Dockerfile Line 3 : VERSION.

Place the file in docker/app/code/FoundryVTT-$VERSION.zip

Build

Note

Replace dr.cloudron.dev with your docker registry domain

docker build -t dr.cloudron.dev/$(jq -r .id CloudronManifest.json):$(jq -r .version CloudronManifest.json) .

Push

Note

Replace dr.cloudron.dev with your docker registry domain

docker push dr.cloudron.dev/$(jq -r .id CloudronManifest.json):$(jq -r .version CloudronManifest.json) .

Install

Note

Replace dr.cloudron.dev with your docker registry domain

Also replace vtt with your desired location

cloudron install --location vtt --image dr.cloudron.dev/$(jq -r .id CloudronManifest.json):$(jq -r .version CloudronManifest.json)