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

Add support for url prefix #129

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

fr3nch13
Copy link

We want to be able to run the hxtool behind a nginx reverse proxy along with other tools, and need to have it run off of a 'sub folder'/url_prefix. like https://localhost:8000/hxtool

I updated this app to add support for url_prefixes.

  • It also updates all hard-coded urls in templates to variables.
  • For some javascript files, the urls are passed to the functions, instead hard coded as well.
  • I also broke the core app out into a separate Blueprint so it could support the url_prefix as well.

I was able to test it locally on my laptop, but I haven't thoroughly on a server with proper access to fireeye (login, api, etc).

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.

1 participant