KSP-SpaceDock / SpaceDock

Current Codebase (Python /Flask)
https://spacedock.info
Other
73 stars 33 forks source link

Please update the notify-url CKAN webhook #192

Closed HebaruSan closed 5 years ago

HebaruSan commented 5 years ago

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:

https://github.com/KSP-SpaceDock/SpaceDock/blob/b4d9d0f54a8ba9752488eee3885a1529e7a8d15e/KerbalStuff/celery.py#L42-L46

https://github.com/KSP-SpaceDock/SpaceDock/blob/b4d9d0f54a8ba9752488eee3885a1529e7a8d15e/config.ini.example#L98-L99

Please update this setting to point to the new domain.

HebaruSan commented 5 years ago

This was fixed during the recent server migration. Thanks!