Create a share container for assets for multiple licences #1117
Unanswered
BenNelsonNeb
asked this question in
Q&A
Replies: 2 comments
-
Try something like this:
I haven't tested this since I don't have two copies of fvtt, but this should create two containers with a shared directory. Puts your licenses in secret{1, 2, etc}.json respectively. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Take a look at these discussions for some similar requests and solutions: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Feature description
Docker variables to add an optional "share" source folder on the same system for assets (not subscriptions) to be shared across multiple "share" target Foundry folders.
Motivation
I have four instances of your wonderful docker file for each of my different GM friends. Each has different ports, and the licenses are tied to their accounts. Everything works great, but I cannot figure out how to have a shared assets folder for all of us. Is there some docker magic to create a "Share" file outside of the "Data" files (but on the same system) but appear inside the "Data" file. I have a asset folder with maps, tokens, sound, images, overlays and its totals 10gb in size. I want to share it with the group but don't want to duplicate it 4 time.
Example
I would like to create a folder in /home/main/foundry/data/share that links to a folder /home/main/desktop/share. The desktop/share would contain assets. When in the a foundry session and opening for a tile to choose look under the data/share folder and see those assets.
Variable options
CONTAINER_SHARE_SOURCE=/home/desktop/share --- Location of the assets
CONTAINER_SHARE_TARGET=/data/share --- folder location in the foundry structure that links to the source folder
Pitch
This is a way to share assets by linking files which prevents duplication of files, saving space.
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions