Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added directory for custom artifacts #28

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

j-schmied
Copy link

@j-schmied j-schmied commented Jun 11, 2024

Hello,

the current version of the docker image does not allow to include custom artifacts at startup. This pull request adds the capability to do so. For example, in docker-compose.yaml, you could now add

volumes:
  [...]
  - ${VELOX_CUSTOM_ARTIFACTS_DIR}:/velociraptor/artifacts

Referencing

VELOX_CUSTOM_ARTIFACTS_DIR=/path/to/custom/artifacts

in .env.

Best regards,
Jannik

@weslambert
Copy link
Owner

weslambert commented Jun 27, 2024

Thanks! I still need to test it. Does it work if a directory is not created that matches the bind mount?

@j-schmied
Copy link
Author

To my knowledge, docker creates the directory if it does not exist. However, permissions might be messed up in this case as default permission will be applied

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants