0din

Results 12 comments of 0din

The same here.

> If you change the password in the docker-compose.yml file after you have rune it once. You need to delete server-config folder that was create the first time or you...

> I'm not entirely sure where the problems exist as I can't reproduce these issues. > > I'd suggest you read the for production bits in the readme for details...

I got the issue mentioned. So, performed you tip. Did run `bash install.sh` and then `python3 run.py`. Finally, all works well! >

> I builded the image myself on a raspberry 4. Just changed the ` ARG ARCH=` in the `Dockerfile` to `armv7l` and ran![image](https://user-images.githubusercontent.com/46175778/129467457-8bc38e0f-0b62-4807-bac2-4616211ddf46.png)> > `docker build -t pihole-export .` >...

My apologies for the late reply. I have already set up the integration, and it worked like a charm. Thank you for your job. > Source Format: > **MISP**

@weslambert will you deploy this on Security Onion? I'm thinking about moving to SOS due to the complete stack offered.

> I'm not sure if you are asking if Strelka is currently integrated with Security Onion or if the compilation will happen on the Security Onion machine. Just in case,...

@crazyyzarc Update your Dockerfile like below: ``` # Builder FROM node:18-alpine as builder RUN corepack enable WORKDIR /src # Cache dependencies first COPY package.json pnpm-lock.yaml ./ RUN pnpm install #...

@ryanohoro [SecurityOnion](https://docs.securityonion.net/en/latest/strelka.html) already produces what you want. You can do reverse engineering and bring this feature to your environment.