Q: Ghost self hosted integration
I have a ghost.org self hosted instance on Hetzner/Coolify. I wish to integrate Reoon into the user registration and newsletter signup - Calude suggests the following. Please verify and confirm this is a workable practice. thanks
-Visitor fills in email and clicks subscribe
-Your theme JS catches that click
-JS calls your Coolify proxy with the email
-Proxy secretly calls Reoon with your API key
-Reoon says safe or not
-Proxy tells your JS the result
-JS either shows an error or lets Ghost complete the signup
ReoonSupport
Mar 21, 2026A: Thanks for the query. We do not have direct experience with the ghost. However, the suggested approach seems correct. You may need to implement the backend code (the proxy) using our API to perform the checks. Have a wonderful day.