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.
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?
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 .envBACKEND_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 :)