Skip to content

Please update the notify-url CKAN webhook #192

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

Closed
HebaruSan opened this issue Nov 30, 2018 · 1 comment
Closed

Please update the notify-url CKAN webhook #192

HebaruSan opened this issue Nov 30, 2018 · 1 comment

Comments

@HebaruSan
Copy link
Contributor

See KSP-CKAN/NetKAN#6856.

CKAN's domain for web hooks has changed from ksp-ckan.org to ksp-ckan.space. SpaceDock has a mechanism somewhere that uses this web hook to immediately index new versions of mods with CKAN indexing enabled.

I think it may be defined by the notify-url setting in config.ini based on this:

def notify_ckan(mod_id, event_type):
if _cfg("notify-url") == "":
return
send_data = { 'mod_id': mod_id, 'event_type': event_type }
requests.post(_cfg("notify-url"), send_data)

# SpaceDock-Notify dispatcher
notify-url=

Please update this setting to point to the new domain.

@HebaruSan
Copy link
Contributor Author

This was fixed during the recent server migration. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant