hugoprudente / charts

FoundryVTT from 0.6 to 12.x
https://hugoprudente.github.io
Apache License 2.0
24 stars 18 forks source link

Shared objects capabilities for non s3 users. #27

Closed hugoprudente closed 3 years ago

hugoprudente commented 3 years ago

Background:

I have multiple licenses of Foundry what's great for development or allow my GM to create things in 1 campaign while I work in the other one.

With that I ended up with all my assets duplicated, all my tiles, tokens and things.

On normal linux deploy I would symlink the things and all god, but the container for safety prevents that :)

So we need to mount the directory as shared.

This will track the implementation of the feature where I'll

Add 1 mount point RO Add 1 mountpoint RW

So you can choose how you share our resources with your own game instances to save you a lot of space if you don't use S3 based app.