BloodHoundAD / BloodHound

Six Degrees of Domain Admin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there any way to host this as a web-application running in Docker?

TheKnarf opened this issue · comments

Is your feature request related to a problem? Please describe.
In some corporate enviroments it would be useful to host this on a server as a web application instead of as an Electron app.

Describe the solution you'd like
A Docker wrapper for the React app so that it can be deployed to an server.

Describe alternatives you've considered

Additional context

For the frontend, not sure. But the neo4j backend would be pretty easy to set up in a container (docker run -p7687:7687 -p 7474:7474 neo4j).

Duplicate of #473