Skip to content

Commit

Permalink
TR-3814 Host querydb.tar.gz in the repository
Browse files Browse the repository at this point in the history
  • Loading branch information
blu3r4y committed Jul 29, 2024
1 parent f486bcf commit c8ce8c7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file added .github/hostedfiles/querydb.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Use the Docker image to start Honeyquest.
Append the `--help` argument to see all available options.

```sh
docker run -it -p 3000:3000 -v "$(pwd)/query-database:/opt/honeyquest/data" ghcr.io/dynatrace-oss/honeyquest --data /opt/honeyquest/data
docker run -p 3000:3000 ghcr.io/dynatrace-oss/honeyquest -u https://raw.githubusercontent.com/dynatrace-oss/honeyquest/main/.github/hostedfiles/querydb.tar.gz
```

Then, navigate to 🌍 [localhost:3000](http://localhost:3000) in your browser.
Expand Down Expand Up @@ -155,7 +155,7 @@ and extract it on the fly with the `--data-url` argument (or the `HONEYQUEST_DAT
The following command downloads our query database from GitHub and starts the backend:

```sh
honeyquest --data-url https://cdn.honeyquest.cns.research.dynatracelabs.com/data/honeyquest-queries-hackertarget-2023-01-05.tar.gz
honeyquest --data-url https://raw.githubusercontent.com/dynatrace-oss/honeyquest/main/.github/hostedfiles/querydb.tar.gz
```

You can also pass the `--data` argument (or the `HONEYQUEST_DATA` environment variable)
Expand Down
4 changes: 2 additions & 2 deletions docs/DEPLOYMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ variables:
environments:
prod:
variables:
HONEYQUEST_DATA_URL: https://cdn.honeyquest.cns.research.dynatracelabs.com/data/honeyquest-queries-TR864-2024-01-15.tar.gz
HONEYQUEST_DATA_URL: https://raw.githubusercontent.com/dynatrace-oss/honeyquest/main/.github/hostedfiles/querydb.tar.gz
HONEYQUEST_INDEX: main
COOKIE_SECRET: cookie
ADMIN_TOKEN: admin
Expand Down Expand Up @@ -104,7 +104,7 @@ dev:
http:
alias: dev.honeyquest.yourdomain.test
variables:
HONEYQUEST_DATA_URL: https://cdn.honeyquest.cns.research.dynatracelabs.com/data/honeyquest-queries-TR864-2024-01-15.tar.gz
HONEYQUEST_DATA_URL: https://raw.githubusercontent.com/dynatrace-oss/honeyquest/main/.github/hostedfiles/querydb.tar.gz
HONEYQUEST_INDEX: main
COOKIE_SECRET: cookie
ADMIN_TOKEN: admin
Expand Down

0 comments on commit c8ce8c7

Please sign in to comment.