certsocietegenerale / FIR

Fast Incident Response
GNU General Public License v3.0
1.72k stars 507 forks source link

Is the he project active ? #293

Closed millecentdix closed 1 year ago

millecentdix commented 1 year ago

Hi, There is no new commit since october 2022, so my question is simple, is the project still active ?

Augustin-FL commented 1 year ago

Hi,

Yes the project is still active. There is no new commit since few months because FIR is currently working well as is 😃 If you have new feature ideas feel free to suggest them or to make pull requests for them

millecentdix commented 1 year ago

I am happy to read that. Infortunaly, I'm not a dev, but I have suggestions on Dockerfile ou docker-compose in link of my usage. My usage of FIR is in standalone on my laptop for tracking my security activity for my organization, I'm the unique user at this time.

Augustin-FL commented 1 year ago

Hi,

You can do that pretty easily. FIR is compatible with Docker.

git clone https://github.com/certsocietegenerale/FIR.git
cd FIR/docker
docker-compose build
docker-compose up -d

Once built, you can access http://localhost/account/login/?next=/ . Default credentials are admin:admin and dev:dev

millecentdix commented 1 year ago

I know that and use it as describe. For exemple, upload of files in FIR with the nginx conf is not possible without adding the line client_max_body_size 5M;. I can make a PR if you want.

Augustin-FL commented 1 year ago

Yes, you can

You may also customize directly the docker instance on your own servers

millecentdix commented 1 year ago

You may also customize directly the docker instance on your own servers

Yes, that's what I did, I wanted to share it with all.

Augustin-FL commented 1 year ago

Hi, I will close this issue, feel free to reopen it if needed