diff --git a/service/crm.md b/service/crm.md index e3b50d13f1756b4a92cb9d43390e800814d442c2..73ed639d161d5bb025f66d4a4913dc18ee89cf85 100644 --- a/service/crm.md +++ b/service/crm.md @@ -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). + ## Issues