this post was submitted on 05 Jun 2023
49 points (100.0% liked)

Open Source

30384 readers
2991 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 

So in the spirit of this community and not just to focus on the Reddit... issues... I thought it might be nice to get a topical conversation going in here.

Basically, what open source projects are you currently working on or are you heavily involved with?

I think it would be nice to see what projects people have on the go, get some publicity out there and otherwise talk about stuff that we should be discussing here.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 5 points 1 year ago (1 children)

I'm working on osintbuddy, my vision of a Maltego/Palantir alternative :) https://github.com/jerlendds/osintbuddy

[–] [email protected] 2 points 1 year ago (1 children)

Hey, just want to say, as someone that love Maltego, I'm beginning to enjoy using osintbuddy. I'm attempting to self host it on a website of mine, however I keep getting an error regarding "BACKEND_CORS_ORIGINS." I've tried different permutations of my domain, IP, docker IP, ports, etc, and it keeps coming back around. Any guidance?

[–] [email protected] 1 points 1 year ago* (last edited 1 year ago)

That's great to hear! The backend cors origins errors pops up when the domain/IP you're hosting the site on differs from whats set in the .env BACKEND_CORS_ORIGINS. I'm not sure if you were the one that created the issue on my Github for CORS but if not I just realized I forgot to add another thing needed on the frontend. Ill push an update fixing that tonight but in the meantime if you look at file: frontend/src/services/api.service.ts and notice the BASE_URL set to localhost, you could try adjusting that to your IP/domain.

edit: Just wanted to add on I created a new lemmy community for the project: https://lemmy.ml/c/osintbuddy Feel free to post ideas, bugs, or suggestions there :)