@@ -186,9 +186,11 @@ The CRM service is built with two distinct servers:
*`test-api.donate.torproject.org`: test site to rename the API
middleware (see [issue 40123](https://gitlab.torproject.org/tpo/tpa/team/-/issues/40123))
There is also <https://donate.torproject.org> which is a static
website built with Lektor. That site talks with the donation API
middleware through Javascript.
The CRM doesn't talk to the outside internet and can be accessed only via http authentication.
Users that need to access the crm need both to be added on Civi and on the apache on crm-ext-01.tpo.
The `donate-api` php app is the component that allows communications via the `donate.torproject.org` site and Civi.
<https://donate.torproject.org> is a static website built with Lektor. That site talks with the donation API middleware through Javascript - a react component was written for this and is part of the [donate-static repository](https://gitlab.torproject.org/tpo/web/donate-static).