Skip to content

Commit

Permalink
Add nl2q config to dev container (#3253)
Browse files Browse the repository at this point in the history
closes #3252
  • Loading branch information
jkppr authored Dec 23, 2024
1 parent 8dd8b53 commit fb3e8cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/dev/build/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ if [ "$1" = 'timesketch' ]; then
ln -s /usr/local/src/timesketch/data/dfiq /etc/timesketch/
ln -s /usr/local/src/timesketch/data/context_links.yaml /etc/timesketch/context_links.yaml
ln -s /usr/local/src/timesketch/data/plaso_formatters.yaml /etc/timesketch/plaso_formatters.yaml
ln -s /usr/local/src/timesketch/data/nl2q /etc/timesketch/

# Set SECRET_KEY in /etc/timesketch/timesketch.conf if it isn't already set
if grep -q "SECRET_KEY = '<KEY_GOES_HERE>'" /etc/timesketch/timesketch.conf; then
Expand Down

0 comments on commit fb3e8cf

Please sign in to comment.