New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] Add a webhook/webservice for new url submissions #6
Comments
I think about it, it's time to implement :) Spent one hour for dirty MVP, try it:
Then open:
I don't test it well, but assume that it can receive GET params with names as in command line. |
Hi @popstas , Hope you are all well ! I made a quick PR #7 for dockerizing the server but it needs some work/discussions from our side. Here are my remarks for the current state of the project:
And, here are my suggestions for more advanced features:
Your project is great :-) and I ll be more than happy to help you to consolidate your hard work. Thanks for any feedbacks on these points Cheers, |
@lucmichalski, you can try MVP with web interface:
|
that's incredibly awesome :-) Maybe you should create a queuing system with redis for cron jobs. |
Adapted for docker! Back - e9917db Changes:
Backend:
Frontend:
|
Hi @popstas , Hope you are all well ! That's really cool :-) Congrats for this great work !!! I'll deploy it today on my server and will come back with some feedbacks if I had some. Do you think that the InfluxDB/Grafana integration is easily feasible ? Cheers, |
InfluxDB integration not so easy, I am going to add memory queue, maybe Google auth in 2020. |
Tell me if you need some help :-) |
Finished web service, launched at https://viasite.github.io/site-audit-seo-viewer/scan/ Reports:
Scan:
|
Hi @popstas , Sorry to re-open this issue but your demo is not working properly. It cannot find the json data file: Maybe you can spot something in your logs. Cheers, |
Server under development and eventually working wrong. Please try later. I added main settings to scan form. |
Hi guys,
Hope you are all well !
Is it possible to add a webservice or webhook to collect data from a website ?
Something like [POST] http://localhost:3000/collect/?url=example.com
Thanks for any insights or inputs on that question.
Cheers,
Luc Michalski
The text was updated successfully, but these errors were encountered: